/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; }

body {
    margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block; }

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline; }

audio:not([controls]) {
    display: none;
    height: 0; }

[hidden],
template {
    display: none; }

a {
    background-color: transparent; }

a:active,
a:hover {
    outline: 0; }

abbr[title] {
    border-bottom: 1px dotted; }

b,
strong {
    font-weight: bold; }

dfn {
    font-style: italic; }

h1 {
    font-size: 2em;
    margin: 0.67em 0; }

mark {
    background: #ff0;
    color: #000; }

small {
    font-size: 80%; }

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

img {
    border: 0; }

svg:not(:root) {
    overflow: hidden; }

figure {
    margin: 1em 40px; }

hr {
    box-sizing: content-box;
    height: 0; }

pre {
    overflow: auto; }

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0; }

button {
    overflow: visible; }

button,
select {
    text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; }

button[disabled],
html input[disabled] {
    cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0; }

input {
    line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

legend {
    border: 0;
    padding: 0; }

textarea {
    overflow: auto; }

optgroup {
    font-weight: bold; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

td,
th {
    padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important; }
    a,
    a:visited {
        text-decoration: underline; }
    a[href]:after {
        content: " (" attr(href) ")"; }
    abbr[title]:after {
        content: " (" attr(title) ")"; }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""; }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid; }
    thead {
        display: table-header-group; }
    tr,
    img {
        page-break-inside: avoid; }
    img {
        max-width: 100% !important; }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3; }
    h2,
    h3 {
        page-break-after: avoid; }
    .navbar {
        display: none; }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important; }
    .label {
        border: 1px solid #000; }
    .table {
        border-collapse: collapse !important; }
    .table td,
    .table th {
        background-color: #fff !important; }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important; } }

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #0e2c5a;
    background-color: #fff; }

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit; }

a {
    color: #337ab7;
    text-decoration: none; }
a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
    margin: 0; }

img {
    vertical-align: middle; }

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto; }

.img-rounded {
    border-radius: 6px; }

.img-thumbnail {
    padding: 4px;
    line-height: 1.428571429;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto; }

.img-circle {
    border-radius: 50%; }

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee; }

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto; }

[role="button"] {
    cursor: pointer; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color:#0e2c5a; }
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #0e2c5a; }

h1, .h1,
h2, .h2,
h3, .h3 {
    margin-top: 20px;
    margin-bottom: 10px; }
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
    font-size: 65%; }

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px; }
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
    font-size: 75%; }

h1, .h1 {
    font-size: 36px; }

h2, .h2 {
    font-size: 30px; }

h3, .h3 {
    font-size: 24px; }

h4, .h4 {
    font-size: 18px; }

h5, .h5 {
    font-size: 14px; }

h6, .h6 {
    font-size: 12px; }

p {
    margin: 0 0 10px; }

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4; }
@media (min-width: 768px) {
    .lead {
        font-size: 21px; } }

small,
.small {
    font-size: 85%; }

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em; }

.text-left {
    text-align: left; }

.text-right {
    text-align: right; }

.text-center {
    text-align: center; }

.text-justify {
    text-align: justify; }

.text-nowrap {
    white-space: nowrap; }

.text-lowercase {
    text-transform: lowercase; }

.text-uppercase, .initialism {
    text-transform: uppercase; }

.text-capitalize {
    text-transform: capitalize; }

.text-muted {
    color: #777777; }

.text-primary {
    color: #337ab7; }

a.text-primary:hover,
a.text-primary:focus {
    color: #286090; }

.text-success {
    color: #3c763d; }

a.text-success:hover,
a.text-success:focus {
    color: #2b542c; }

.text-info {
    color: #31708f; }

a.text-info:hover,
a.text-info:focus {
    color: #245269; }

.text-warning {
    color: #8a6d3b; }

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c; }

.text-danger {
    color: #a94442; }

a.text-danger:hover,
a.text-danger:focus {
    color: #843534; }

.bg-primary {
    color: #fff; }

.bg-primary {
    background-color: #337ab7; }

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090; }

.bg-success {
    background-color: #dff0d8; }

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3; }

.bg-info {
    background-color: #d9edf7; }

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee; }

.bg-warning {
    background-color: #fcf8e3; }

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5; }

.bg-danger {
    background-color: #f2dede; }

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9; }

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee; }

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px; }
ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0; }

.list-unstyled {
    padding-left: 0;
    list-style: none; }

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px; }
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px; }

dl {
    margin-top: 0;
    margin-bottom: 20px; }

dt,
dd {
    line-height: 1.428571429; }

dt {
    font-weight: bold; }

dd {
    margin-left: 0; }

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table; }

.dl-horizontal dd:after {
    clear: both; }

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
    .dl-horizontal dd {
        margin-left: 180px; } }

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777; }

.initialism {
    font-size: 90%; }

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee; }
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0; }
blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.428571429;
    color: #777777; }
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0'; }

.blockquote-reverse,
blockquote.pull-right,
.info_form blockquote.save {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right; }
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
.info_form blockquote.save footer:before,
blockquote.pull-right small:before,
.info_form blockquote.save small:before,
blockquote.pull-right .small:before,
.info_form blockquote.save .small:before {
    content: ''; }
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
.info_form blockquote.save footer:after,
blockquote.pull-right small:after,
.info_form blockquote.save small:after,
blockquote.pull-right .small:after,
.info_form blockquote.save .small:after {
    content: '\00A0 \2014'; }

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.428571429; }

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace; }

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px; }

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25); }
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none; }

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.428571429;
    word-break: break-all;
    word-wrap: break-word;
    color: #333333;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px; }
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0; }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll; }

.container, .m-boxtable {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
.container:before, .m-boxtable:before, .container:after, .m-boxtable:after {
    content: " ";
    display: table; }
.container:after, .m-boxtable:after {
    clear: both; }
@media (min-width: 768px) {
    .container, .m-boxtable {
        width: 750px; } }
@media (min-width: 992px) {
    .container, .m-boxtable {
        width: 970px; } }
@media (min-width: 1200px) {
    .container, .m-boxtable {
        width: 1170px; } }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px; }
.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
.container-fluid:after {
    clear: both; }

.row {
    margin-left: -15px;
    margin-right: -15px; }
.row:before, .row:after {
    content: " ";
    display: table; }
.row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .info_form .save, .m-stepsnav-startstep, .col-md-2, .form_list .leftsidebar, .info_form .save, .col-lg-2, .form_list .leftsidebar, .info_form .save, .col-xs-3, .col-sm-3, .form_list .leftsidebar, .other_options .option, .info_form .review, .col-md-3, .other_options .option, .form_new_account_question .question, .form_new_account_question .textinfo, .info_form .review, .col-lg-3, .other_options .option, .form_new_account_question .question, .form_new_account_question .textinfo, .info_form .review, .col-xs-4, .col-sm-4, .col-md-4, .form_new_account_question .select_label, .col-lg-4, .form_new_account_question .select_label, .col-xs-5, .col-sm-5, .col-md-5, .form_inside .first_labels_half, .col-lg-5, .form_inside .first_labels_half, .createaccount_customer, .col-xs-6, .col-sm-6, .form_list .searcher .inside, .info_form .title, .col-md-6, .form_new_account_telf .telf_label, .form_new_account_telf .numtelf, .form_new_account_login .button_layer, .info_form .title, .form_new_account .first_labels, .col-lg-6, .form_new_account_telf .telf_label, .form_new_account_telf .numtelf, .info_form .title, .form_new_account .first_labels, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .form_list_login, .col-md-8, .form_list_login, .col-lg-8, .form_list_login, .form_new_account, .col-xs-9, .col-sm-9, .form_list .formdetail, .form_new_account_question .select_label, .form_new_account_question .question, .form_new_account_telf .telf_label, .form_new_account_telf .numtelf, .col-md-9, .col-lg-9, .form_list .formdetail, .col-xs-10, .col-sm-10, .form_list table.table_list_forms, .form_inside, .hr_intern, .form_new_account_question, .form_new_account_telf, .form_new_account_login, .form_new_account, .personal-data .text_ini, .col-md-10, .form_list table.table_list_forms, .form_login_contact .labels_login, .form_inside, .hr_intern, .form_new_account_login, .login_customer_contact, .form_new_account, .personal-data .text_ini, .col-lg-10, .form_list table.table_list_forms, .form_inside, .hr_intern, .personal-data .text_ini, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .form_list .leftsidebar, .form_list .formdetail, .title_new_account, .text_new_account, .form_login, .login_customer, .form-1, .button_container, .col-sm-12, section.section_full, .form_list, .other_options .title, .form_login_contact, .form_detail_button, .resetpassword, .login_customer_contact, .createaccount_customer, .info_form, .col-md-12, .form_list, .other_options .title, .form_login .labels_login, .form_login_contact, .form_inside .first_labels, .form_new_account_question, .form_new_account_telf, .form_detail_button, .form_detail_button .button_layer, .resetpassword, .createaccount_customer, .info_form, .col-lg-12, .form_list_login .text_sorry, .form_list, .form_list .main_image_home, .other_options .title, .alert_container, .form_login .labels_login, .form_login_contact, .form_login_contact .labels_login, .form_inside table, .form_inside .first_labels, .form_new_account_question, .form_new_account_telf, .form_new_account_login, .form_new_account_login .button_layer, .form_new_account_login .button_layer .forgotpassword, .form_detail_button, .form_detail_button .button_layer, .resetpassword, .info_form {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .form_list .leftsidebar, .form_list .formdetail, .title_new_account, .text_new_account, .form_login, .login_customer, .form-1, .button_container {
    float: left; }

.col-xs-1 {
    width: 8.3333333333%; }

.col-xs-2 {
    width: 16.6666666667%; }

.col-xs-3 {
    width: 25%; }

.col-xs-4 {
    width: 33.3333333333%; }

.col-xs-5 {
    width: 41.6666666667%; }

.col-xs-6 {
    width: 50%; }

.col-xs-7 {
    width: 58.3333333333%; }

.col-xs-8 {
    width: 66.6666666667%; }

.col-xs-9 {
    width: 75%; }

.col-xs-10 {
    width: 83.3333333333%; }

.col-xs-11 {
    width: 91.6666666667%; }

.col-xs-12, .form_list .leftsidebar, .form_list .formdetail, .title_new_account, .text_new_account, .form_login, .login_customer, .form-1, .button_container {
    width: 100%; }

.col-xs-pull-0 {
    right: auto; }

.col-xs-pull-1 {
    right: 8.3333333333%; }

.col-xs-pull-2 {
    right: 16.6666666667%; }

.col-xs-pull-3 {
    right: 25%; }

.col-xs-pull-4 {
    right: 33.3333333333%; }

.col-xs-pull-5 {
    right: 41.6666666667%; }

.col-xs-pull-6 {
    right: 50%; }

.col-xs-pull-7 {
    right: 58.3333333333%; }

.col-xs-pull-8 {
    right: 66.6666666667%; }

.col-xs-pull-9 {
    right: 75%; }

.col-xs-pull-10 {
    right: 83.3333333333%; }

.col-xs-pull-11 {
    right: 91.6666666667%; }

.col-xs-pull-12 {
    right: 100%; }

.col-xs-push-0 {
    left: auto; }

.col-xs-push-1 {
    left: 8.3333333333%; }

.col-xs-push-2 {
    left: 16.6666666667%; }

.col-xs-push-3 {
    left: 25%; }

.col-xs-push-4 {
    left: 33.3333333333%; }

.col-xs-push-5 {
    left: 41.6666666667%; }

.col-xs-push-6 {
    left: 50%; }

.col-xs-push-7 {
    left: 58.3333333333%; }

.col-xs-push-8 {
    left: 66.6666666667%; }

.col-xs-push-9 {
    left: 75%; }

.col-xs-push-10 {
    left: 83.3333333333%; }

.col-xs-push-11 {
    left: 91.6666666667%; }

.col-xs-push-12 {
    left: 100%; }

.col-xs-offset-0 {
    margin-left: 0%; }

.col-xs-offset-1 {
    margin-left: 8.3333333333%; }

.col-xs-offset-2 {
    margin-left: 16.6666666667%; }

.col-xs-offset-3 {
    margin-left: 25%; }

.col-xs-offset-4 {
    margin-left: 33.3333333333%; }

.col-xs-offset-5 {
    margin-left: 41.6666666667%; }

.col-xs-offset-6 {
    margin-left: 50%; }

.col-xs-offset-7 {
    margin-left: 58.3333333333%; }

.col-xs-offset-8 {
    margin-left: 66.6666666667%; }

.col-xs-offset-9 {
    margin-left: 75%; }

.col-xs-offset-10 {
    margin-left: 83.3333333333%; }

.col-xs-offset-11 {
    margin-left: 91.6666666667%; }

.col-xs-offset-12 {
    margin-left: 100%; }

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .info_form .save, .m-stepsnav-startstep, .col-sm-3, .form_list .leftsidebar, .other_options .option, .info_form .review, .col-sm-4, .col-sm-5, .col-sm-6, .form_list .searcher .inside, .info_form .title, .col-sm-7, .col-sm-8, .form_list_login, .col-sm-9, .form_list .formdetail, .form_new_account_question .select_label, .form_new_account_question .question, .form_new_account_telf .telf_label, .form_new_account_telf .numtelf, .col-sm-10, .form_list table.table_list_forms, .form_inside, .hr_intern, .form_new_account_question, .form_new_account_telf, .form_new_account_login, .form_new_account, .personal-data .text_ini, .col-sm-11, .col-sm-12, section.section_full, .form_list, .other_options .title, .form_login_contact, .form_detail_button, .resetpassword, .login_customer_contact, .createaccount_customer, .info_form {
        float: left; }
    .col-sm-1 {
        width: 8.3333333333%; }
    .col-sm-2, .info_form .save, .m-stepsnav-startstep {
        width: 16.6666666667%; }
    .col-sm-3, .form_list .leftsidebar, .other_options .option, .info_form .review {
        width: 25%; }
    .col-sm-4 {
        width: 33.3333333333%; }
    .col-sm-5 {
        width: 41.6666666667%; }
    .col-sm-6, .form_list .searcher .inside, .info_form .title {
        width: 50%; }
    .col-sm-7 {
        width: 58.3333333333%; }
    .col-sm-8, .form_list_login {
        width: 66.6666666667%; }
    .col-sm-9, .form_list .formdetail, .form_new_account_question .select_label, .form_new_account_question .question, .form_new_account_telf .telf_label, .form_new_account_telf .numtelf {
        width: 75%; }
    .col-sm-10, .form_list table.table_list_forms, .form_inside, .hr_intern, .form_new_account_question, .form_new_account_telf, .form_new_account_login, .form_new_account, .personal-data .text_ini {
        width: 83.3333333333%; }
    .col-sm-11 {
        width: 91.6666666667%; }
    .col-sm-12, section.section_full, .form_list, .other_options .title, .form_login_contact, .form_detail_button, .resetpassword, .login_customer_contact, .createaccount_customer, .info_form {
        width: 100%; }
    .col-sm-pull-0 {
        right: auto; }
    .col-sm-pull-1 {
        right: 8.3333333333%; }
    .col-sm-pull-2 {
        right: 16.6666666667%; }
    .col-sm-pull-3 {
        right: 25%; }
    .col-sm-pull-4 {
        right: 33.3333333333%; }
    .col-sm-pull-5 {
        right: 41.6666666667%; }
    .col-sm-pull-6 {
        right: 50%; }
    .col-sm-pull-7 {
        right: 58.3333333333%; }
    .col-sm-pull-8 {
        right: 66.6666666667%; }
    .col-sm-pull-9 {
        right: 75%; }
    .col-sm-pull-10 {
        right: 83.3333333333%; }
    .col-sm-pull-11 {
        right: 91.6666666667%; }
    .col-sm-pull-12 {
        right: 100%; }
    .col-sm-push-0 {
        left: auto; }
    .col-sm-push-1 {
        left: 8.3333333333%; }
    .col-sm-push-2 {
        left: 16.6666666667%; }
    .col-sm-push-3 {
        left: 25%; }
    .col-sm-push-4 {
        left: 33.3333333333%; }
    .col-sm-push-5 {
        left: 41.6666666667%; }
    .col-sm-push-6 {
        left: 50%; }
    .col-sm-push-7 {
        left: 58.3333333333%; }
    .col-sm-push-8 {
        left: 66.6666666667%; }
    .col-sm-push-9 {
        left: 75%; }
    .col-sm-push-10 {
        left: 83.3333333333%; }
    .col-sm-push-11 {
        left: 91.6666666667%; }
    .col-sm-push-12 {
        left: 100%; }
    .col-sm-offset-0 {
        margin-left: 0%; }
    .col-sm-offset-1, .form_list table.table_list_forms, .form_inside, .hr_intern, .form_new_account_question, .form_new_account_login, .form_new_account, .personal-data .text_ini {
        margin-left: 8.3333333333%; }
    .col-sm-offset-2, .form_list_login {
        margin-left: 16.6666666667%; }
    .col-sm-offset-3, .form_list .searcher .inside {
        margin-left: 25%; }
    .col-sm-offset-4 {
        margin-left: 33.3333333333%; }
    .col-sm-offset-5 {
        margin-left: 41.6666666667%; }
    .col-sm-offset-6 {
        margin-left: 50%; }
    .col-sm-offset-7 {
        margin-left: 58.3333333333%; }
    .col-sm-offset-8 {
        margin-left: 66.6666666667%; }
    .col-sm-offset-9 {
        margin-left: 75%; }
    .col-sm-offset-10 {
        margin-left: 83.3333333333%; }
    .col-sm-offset-11 {
        margin-left: 91.6666666667%; }
    .col-sm-offset-12 {
        margin-left: 100%; } }

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .form_list .leftsidebar, .info_form .save, .col-md-3, .other_options .option, .form_new_account_question .question, .form_new_account_question .textinfo, .info_form .review, .col-md-4, .form_new_account_question .select_label, .col-md-5, .form_inside .first_labels_half, .col-md-6, .form_new_account_telf .telf_label, .form_new_account_telf .numtelf, .form_new_account_login .button_layer, .info_form .title, .form_new_account .first_labels, .col-md-7, .col-md-8, .form_list_login, .col-md-9, .col-md-10, .form_list table.table_list_forms, .form_login_contact .labels_login, .form_inside, .hr_intern, .form_new_account_login, .login_customer_contact, .form_new_account, .personal-data .text_ini, .col-md-11, .col-md-12, .form_list, .other_options .title, .form_login .labels_login, .form_login_contact, .form_inside .first_labels, .form_new_account_question, .form_new_account_telf, .form_detail_button, .form_detail_button .button_layer, .resetpassword, .createaccount_customer, .info_form {
        float: left; }
    .col-md-1 {
        width: 8.3333333333%; }
    .col-md-2, .form_list .leftsidebar, .info_form .save {
        width: 16.6666666667%; }
    .col-md-3, .other_options .option, .form_new_account_question .question, .form_new_account_question .textinfo, .info_form .review {
        width: 25%; }
    .col-md-4, .form_new_account_question .select_label {
        width: 33.3333333333%; }
    .col-md-5, .form_inside .first_labels_half {
        width: 41.6666666667%; }
    .col-md-6, .form_new_account_telf .telf_label, .form_new_account_telf .numtelf, .form_new_account_login .button_layer, .info_form .title, .form_new_account .first_labels {
        width: 50%; }
    .col-md-7 {
        width: 58.3333333333%; }
    .col-md-8, .form_list_login {
        width: 66.6666666667%; }
    .col-md-9 {
        width: 75%; }
    .col-md-10, .form_list table.table_list_forms, .form_login_contact .labels_login, .form_inside, .hr_intern, .form_new_account_login, .login_customer_contact, .form_new_account, .personal-data .text_ini {
        width: 83.3333333333%; }
    .col-md-11 {
        width: 91.6666666667%; }
    .col-md-12, .form_list, .other_options .title, .form_login .labels_login, .form_login_contact, .form_inside .first_labels, .form_new_account_question, .form_new_account_telf, .form_detail_button, .form_detail_button .button_layer, .resetpassword, .createaccount_customer, .info_form {
        width: 100%; }
    .col-md-pull-0 {
        right: auto; }
    .col-md-pull-1 {
        right: 8.3333333333%; }
    .col-md-pull-2 {
        right: 16.6666666667%; }
    .col-md-pull-3 {
        right: 25%; }
    .col-md-pull-4 {
        right: 33.3333333333%; }
    .col-md-pull-5 {
        right: 41.6666666667%; }
    .col-md-pull-6 {
        right: 50%; }
    .col-md-pull-7 {
        right: 58.3333333333%; }
    .col-md-pull-8 {
        right: 66.6666666667%; }
    .col-md-pull-9 {
        right: 75%; }
    .col-md-pull-10 {
        right: 83.3333333333%; }
    .col-md-pull-11 {
        right: 91.6666666667%; }
    .col-md-pull-12 {
        right: 100%; }
    .col-md-push-0 {
        left: auto; }
    .col-md-push-1 {
        left: 8.3333333333%; }
    .col-md-push-2 {
        left: 16.6666666667%; }
    .col-md-push-3 {
        left: 25%; }
    .col-md-push-4 {
        left: 33.3333333333%; }
    .col-md-push-5 {
        left: 41.6666666667%; }
    .col-md-push-6 {
        left: 50%; }
    .col-md-push-7 {
        left: 58.3333333333%; }
    .col-md-push-8 {
        left: 66.6666666667%; }
    .col-md-push-9 {
        left: 75%; }
    .col-md-push-10 {
        left: 83.3333333333%; }
    .col-md-push-11 {
        left: 91.6666666667%; }
    .col-md-push-12 {
        left: 100%; }
    .col-md-offset-0 {
        margin-left: 0%; }
    .col-md-offset-1, .form_list table.table_list_forms, .form_inside, .hr_intern, .form_new_account_login, .login_customer_contact, .form_new_account, .personal-data .text_ini {
        margin-left: 8.3333333333%; }
    .col-md-offset-2, .form_list_login {
        margin-left: 16.6666666667%; }
    .col-md-offset-3 {
        margin-left: 25%; }
    .col-md-offset-4 {
        margin-left: 33.3333333333%; }
    .col-md-offset-5 {
        margin-left: 41.6666666667%; }
    .col-md-offset-6 {
        margin-left: 50%; }
    .col-md-offset-7 {
        margin-left: 58.3333333333%; }
    .col-md-offset-8 {
        margin-left: 66.6666666667%; }
    .col-md-offset-9 {
        margin-left: 75%; }
    .col-md-offset-10 {
        margin-left: 83.3333333333%; }
    .col-md-offset-11 {
        margin-left: 91.6666666667%; }
    .col-md-offset-12 {
        margin-left: 100%; } }

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .form_list .leftsidebar, .info_form .save, .col-lg-3, .other_options .option, .form_new_account_question .question, .form_new_account_question .textinfo, .info_form .review, .col-lg-4, .form_new_account_question .select_label, .col-lg-5, .form_inside .first_labels_half, .createaccount_customer, .col-lg-6, .form_new_account_telf .telf_label, .form_new_account_telf .numtelf, .info_form .title, .form_new_account .first_labels, .col-lg-7, .col-lg-8, .form_list_login, .form_new_account, .col-lg-9, .form_list .formdetail, .col-lg-10, .form_list table.table_list_forms, .form_inside, .hr_intern, .personal-data .text_ini, .col-lg-11, .col-lg-12, .form_list_login .text_sorry, .form_list, .form_list .main_image_home, .other_options .title, .alert_container, .form_login .labels_login, .form_login_contact, .form_login_contact .labels_login, .form_inside table, .form_inside .first_labels, .form_new_account_question, .form_new_account_telf, .form_new_account_login, .form_new_account_login .button_layer, .form_new_account_login .button_layer .forgotpassword, .form_detail_button, .form_detail_button .button_layer, .resetpassword, .info_form {
        float: left; }
    .col-lg-1 {
        width: 8.3333333333%; }
    .col-lg-2, .form_list .leftsidebar, .info_form .save {
        width: 16.6666666667%; }
    .col-lg-3, .other_options .option, .form_new_account_question .question, .form_new_account_question .textinfo, .info_form .review {
        width: 25%; }
    .col-lg-4, .form_new_account_question .select_label {
        width: 33.3333333333%; }
    .col-lg-5, .form_inside .first_labels_half, .createaccount_customer {
        width: 41.6666666667%; }
    .col-lg-6, .form_new_account_telf .telf_label, .form_new_account_telf .numtelf, .info_form .title, .form_new_account .first_labels {
        width: 50%; }
    .col-lg-7 {
        width: 58.3333333333%; }
    .col-lg-8, .form_list_login, .form_new_account {
        width: 66.6666666667%; }
    .col-lg-9, .form_list .formdetail {
        width: 75%; }
    .col-lg-10, .form_list table.table_list_forms, .form_inside, .hr_intern, .personal-data .text_ini {
        width: 83.3333333333%; }
    .col-lg-11 {
        width: 91.6666666667%; }
    .col-lg-12, .form_list_login .text_sorry, .form_list, .form_list .main_image_home, .other_options .title, .alert_container, .form_login .labels_login, .form_login_contact, .form_login_contact .labels_login, .form_inside table, .form_inside .first_labels, .form_new_account_question, .form_new_account_telf, .form_new_account_login, .form_new_account_login .button_layer, .form_new_account_login .button_layer .forgotpassword, .form_detail_button, .form_detail_button .button_layer, .resetpassword, .info_form {
        width: 100%; }
    .col-lg-pull-0 {
        right: auto; }
    .col-lg-pull-1 {
        right: 8.3333333333%; }
    .col-lg-pull-2 {
        right: 16.6666666667%; }
    .col-lg-pull-3 {
        right: 25%; }
    .col-lg-pull-4 {
        right: 33.3333333333%; }
    .col-lg-pull-5 {
        right: 41.6666666667%; }
    .col-lg-pull-6 {
        right: 50%; }
    .col-lg-pull-7 {
        right: 58.3333333333%; }
    .col-lg-pull-8 {
        right: 66.6666666667%; }
    .col-lg-pull-9 {
        right: 75%; }
    .col-lg-pull-10 {
        right: 83.3333333333%; }
    .col-lg-pull-11 {
        right: 91.6666666667%; }
    .col-lg-pull-12 {
        right: 100%; }
    .col-lg-push-0 {
        left: auto; }
    .col-lg-push-1 {
        left: 8.3333333333%; }
    .col-lg-push-2 {
        left: 16.6666666667%; }
    .col-lg-push-3 {
        left: 25%; }
    .col-lg-push-4 {
        left: 33.3333333333%; }
    .col-lg-push-5 {
        left: 41.6666666667%; }
    .col-lg-push-6 {
        left: 50%; }
    .col-lg-push-7 {
        left: 58.3333333333%; }
    .col-lg-push-8 {
        left: 66.6666666667%; }
    .col-lg-push-9 {
        left: 75%; }
    .col-lg-push-10 {
        left: 83.3333333333%; }
    .col-lg-push-11 {
        left: 91.6666666667%; }
    .col-lg-push-12 {
        left: 100%; }
    .col-lg-offset-0 {
        margin-left: 0%; }
    .col-lg-offset-1, .form_list_login .text_sorry, .form_list table.table_list_forms, .form_login_contact, .form_inside, .hr_intern, .personal-data .text_ini {
        margin-left: 8.3333333333%; }
    .col-lg-offset-2, .form_list_login, .form_new_account {
        margin-left: 16.6666666667%; }
    .col-lg-offset-3 {
        margin-left: 25%; }
    .col-lg-offset-4 {
        margin-left: 33.3333333333%; }
    .col-lg-offset-5 {
        margin-left: 41.6666666667%; }
    .col-lg-offset-6 {
        margin-left: 50%; }
    .col-lg-offset-7 {
        margin-left: 58.3333333333%; }
    .col-lg-offset-8 {
        margin-left: 66.6666666667%; }
    .col-lg-offset-9 {
        margin-left: 75%; }
    .col-lg-offset-10 {
        margin-left: 83.3333333333%; }
    .col-lg-offset-11 {
        margin-left: 91.6666666667%; }
    .col-lg-offset-12 {
        margin-left: 100%; } }

table {
    background-color: transparent; }

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left; }

th {
    text-align: left; }

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px; }
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.428571429;
    vertical-align: top;
    border-top: 1px solid #ddd; }
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd; }
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
    border-top: 0; }
.table > tbody + tbody {
    border-top: 2px solid #ddd; }
.table .table {
    background-color: #fff; }

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px; }

.table-bordered {
    border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd; }
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px; }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9; }

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5; }

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column; }

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell; }

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8; }

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6; }

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7; }

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3; }

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3; }

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc; }

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede; }

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc; }

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%; }
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd; }
    .table-responsive > .table {
        margin-bottom: 0; }
    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
        border: 0; }
    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0; }

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #333333;
    border: 0;
    border-bottom: 1px solid #e5e5e5; }

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold; }

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal; }

input[type="file"] {
    display: block; }

input[type="range"] {
    display: block;
    width: 100%; }

select[multiple],
select[size] {
    height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555; }

.form-control, input[type='text'], input[type='email'], input[type='number'], input[type="password"], input[type="phone"], select {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus, input:focus[type='text'], input:focus[type='email'], input:focus[type='number'], input:focus[type="password"], input:focus[type="phone"], select:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
.form-control::-moz-placeholder, input[type='text']::-moz-placeholder, input[type='email']::-moz-placeholder, input[type='number']::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="phone"]::-moz-placeholder, select::-moz-placeholder {
    color: #999;
    opacity: 1; }
.form-control:-ms-input-placeholder, input:-ms-input-placeholder[type='text'], input:-ms-input-placeholder[type='email'], input:-ms-input-placeholder[type='number'], input:-ms-input-placeholder[type="password"], input:-ms-input-placeholder[type="phone"], select:-ms-input-placeholder {
    color: #999; }
.form-control::-webkit-input-placeholder, input[type='text']::-webkit-input-placeholder, input[type='email']::-webkit-input-placeholder, input[type='number']::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="phone"]::-webkit-input-placeholder, select::-webkit-input-placeholder {
    color: #999; }
.form-control[disabled], input[disabled][type='text'], input[disabled][type='email'], input[disabled][type='number'], input[disabled][type="password"], input[disabled][type="phone"], select[disabled], .form-control[readonly], input[readonly][type='text'], input[readonly][type='email'], input[readonly][type='number'], input[readonly][type="password"], input[readonly][type="phone"], select[readonly],
fieldset[disabled] .form-control,
fieldset[disabled] input[type='text'],
fieldset[disabled] input[type='email'],
fieldset[disabled] input[type='number'],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="phone"],
fieldset[disabled] select {
    background-color: #eeeeee;
    opacity: 1; }
.form-control[disabled], input[disabled][type='text'], input[disabled][type='email'], input[disabled][type='number'], input[disabled][type="password"], input[disabled][type="phone"], select[disabled],
fieldset[disabled] .form-control,
fieldset[disabled] input[type='text'],
fieldset[disabled] input[type='email'],
fieldset[disabled] input[type='number'],
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="phone"],
fieldset[disabled] select {
    cursor: not-allowed; }

textarea.form-control {
    height: auto; }

input[type="search"] {
    -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control, input[type="date"][type='text'], input[type="date"][type='email'], input[type="date"][type='number'], input[type="date"][type="password"], input[type="date"][type="phone"],
    input[type="time"].form-control,
    input[type="time"][type='text'],
    input[type="time"][type='email'],
    input[type="time"][type='number'],
    input[type="time"][type="password"],
    input[type="time"][type="phone"],
    input[type="datetime-local"].form-control,
    input[type="datetime-local"][type='text'],
    input[type="datetime-local"][type='email'],
    input[type="datetime-local"][type='number'],
    input[type="datetime-local"][type="password"],
    input[type="datetime-local"][type="phone"],
    input[type="month"].form-control,
    input[type="month"][type='text'],
    input[type="month"][type='email'],
    input[type="month"][type='number'],
    input[type="month"][type="password"],
    input[type="month"][type="phone"] {
        line-height: 34px; }
    input[type="date"].input-sm, .input-group-sm > input.form-control[type="date"], .input-group-sm > input[type="date"][type='text'], .input-group-sm > input[type="date"][type='email'], .input-group-sm > input[type="date"][type='number'], .input-group-sm > input[type="date"][type="password"], .input-group-sm > input[type="date"][type="phone"],
    .input-group-sm > input.input-group-addon[type="date"],
    .input-group-sm > .input-group-btn > input.btn[type="date"],
    .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input.form-control[type="time"],
    .input-group-sm > input[type="time"][type='text'],
    .input-group-sm > input[type="time"][type='email'],
    .input-group-sm > input[type="time"][type='number'],
    .input-group-sm > input[type="time"][type="password"],
    .input-group-sm > input[type="time"][type="phone"],
    .input-group-sm > input.input-group-addon[type="time"],
    .input-group-sm > .input-group-btn > input.btn[type="time"],
    .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input.form-control[type="datetime-local"],
    .input-group-sm > input[type="datetime-local"][type='text'],
    .input-group-sm > input[type="datetime-local"][type='email'],
    .input-group-sm > input[type="datetime-local"][type='number'],
    .input-group-sm > input[type="datetime-local"][type="password"],
    .input-group-sm > input[type="datetime-local"][type="phone"],
    .input-group-sm > input.input-group-addon[type="datetime-local"],
    .input-group-sm > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input.form-control[type="month"],
    .input-group-sm > input[type="month"][type='text'],
    .input-group-sm > input[type="month"][type='email'],
    .input-group-sm > input[type="month"][type='number'],
    .input-group-sm > input[type="month"][type="password"],
    .input-group-sm > input[type="month"][type="phone"],
    .input-group-sm > input.input-group-addon[type="month"],
    .input-group-sm > .input-group-btn > input.btn[type="month"],
    .input-group-sm
    input[type="month"] {
        line-height: 30px; }
    input[type="date"].input-lg, .input-group-lg > input.form-control[type="date"], .input-group-lg > input[type="date"][type='text'], .input-group-lg > input[type="date"][type='email'], .input-group-lg > input[type="date"][type='number'], .input-group-lg > input[type="date"][type="password"], .input-group-lg > input[type="date"][type="phone"],
    .input-group-lg > input.input-group-addon[type="date"],
    .input-group-lg > .input-group-btn > input.btn[type="date"],
    .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input.form-control[type="time"],
    .input-group-lg > input[type="time"][type='text'],
    .input-group-lg > input[type="time"][type='email'],
    .input-group-lg > input[type="time"][type='number'],
    .input-group-lg > input[type="time"][type="password"],
    .input-group-lg > input[type="time"][type="phone"],
    .input-group-lg > input.input-group-addon[type="time"],
    .input-group-lg > .input-group-btn > input.btn[type="time"],
    .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input.form-control[type="datetime-local"],
    .input-group-lg > input[type="datetime-local"][type='text'],
    .input-group-lg > input[type="datetime-local"][type='email'],
    .input-group-lg > input[type="datetime-local"][type='number'],
    .input-group-lg > input[type="datetime-local"][type="password"],
    .input-group-lg > input[type="datetime-local"][type="phone"],
    .input-group-lg > input.input-group-addon[type="datetime-local"],
    .input-group-lg > .input-group-btn > input.btn[type="datetime-local"],
    .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input.form-control[type="month"],
    .input-group-lg > input[type="month"][type='text'],
    .input-group-lg > input[type="month"][type='email'],
    .input-group-lg > input[type="month"][type='number'],
    .input-group-lg > input[type="month"][type="password"],
    .input-group-lg > input[type="month"][type="phone"],
    .input-group-lg > input.input-group-addon[type="month"],
    .input-group-lg > .input-group-btn > input.btn[type="month"],
    .input-group-lg
    input[type="month"] {
        line-height: 46px; } }

.form-group {
    margin-bottom: 15px; }

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px; }
.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px; }

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled,
fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled,
fieldset[disabled]
input[type="checkbox"] {
    cursor: not-allowed; }

.radio-inline.disabled,
fieldset[disabled] .radio-inline,
.checkbox-inline.disabled,
fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed; }

.radio.disabled label,
fieldset[disabled] .radio label,
.checkbox.disabled label,
fieldset[disabled]
.checkbox label {
    cursor: not-allowed; }

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px; }
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control, .input-group-lg > input.form-control-static[type='text'], .input-group-lg > input.form-control-static[type='email'], .input-group-lg > input.form-control-static[type='number'], .input-group-lg > input.form-control-static[type="password"], .input-group-lg > input.form-control-static[type="phone"], .input-group-lg > select.form-control-static,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control, .input-group-sm > input.form-control-static[type='text'], .input-group-sm > input.form-control-static[type='email'], .input-group-sm > input.form-control-static[type='number'], .input-group-sm > input.form-control-static[type="password"], .input-group-sm > input.form-control-static[type="phone"], .input-group-sm > select.form-control-static,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control, .input-group-sm > input[type='text'], .input-group-sm > input[type='email'], .input-group-sm > input[type='number'], .input-group-sm > input[type="password"], .input-group-sm > input[type="phone"], .input-group-sm > select,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple],
.input-group-sm > .input-group-btn > select.btn[multiple] {
    height: auto; }

.form-group-sm .form-control, .form-group-sm input[type='text'], .form-group-sm input[type='email'], .form-group-sm input[type='number'], .form-group-sm input[type="password"], .form-group-sm input[type="phone"], .form-group-sm select {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }

.form-group-sm select.form-control, .form-group-sm select {
    height: 30px;
    line-height: 30px; }

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control,
.form-group-sm select[multiple] {
    height: auto; }

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5; }

.input-lg, .input-group-lg > .form-control, .input-group-lg > input[type='text'], .input-group-lg > input[type='email'], .input-group-lg > input[type='number'], .input-group-lg > input[type="password"], .input-group-lg > input[type="phone"], .input-group-lg > select,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple],
.input-group-lg > .input-group-btn > select.btn[multiple] {
    height: auto; }

.form-group-lg .form-control, .form-group-lg input[type='text'], .form-group-lg input[type='email'], .form-group-lg input[type='number'], .form-group-lg input[type="password"], .form-group-lg input[type="phone"], .form-group-lg select {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }

.form-group-lg select.form-control, .form-group-lg select {
    height: 46px;
    line-height: 46px; }

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control,
.form-group-lg select[multiple] {
    height: auto; }

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.3333333; }

.has-feedback {
    position: relative; }
.has-feedback .form-control, .has-feedback input[type='text'], .has-feedback input[type='email'], .has-feedback input[type='number'], .has-feedback input[type="password"], .has-feedback input[type="phone"], .has-feedback select {
    padding-right: 42.5px; }

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > input[type='text'] + .form-control-feedback, .input-group-lg > input[type='email'] + .form-control-feedback, .input-group-lg > input[type='number'] + .form-control-feedback, .input-group-lg > input[type="password"] + .form-control-feedback, .input-group-lg > input[type="phone"] + .form-control-feedback, .input-group-lg > select + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback,
.form-group-lg input[type='text'] + .form-control-feedback,
.form-group-lg input[type='email'] + .form-control-feedback,
.form-group-lg input[type='number'] + .form-control-feedback,
.form-group-lg input[type="password"] + .form-control-feedback,
.form-group-lg input[type="phone"] + .form-control-feedback,
.form-group-lg select + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > input[type='text'] + .form-control-feedback, .input-group-sm > input[type='email'] + .form-control-feedback, .input-group-sm > input[type='number'] + .form-control-feedback, .input-group-sm > input[type="password"] + .form-control-feedback, .input-group-sm > input[type="phone"] + .form-control-feedback, .input-group-sm > select + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback,
.form-group-sm input[type='text'] + .form-control-feedback,
.form-group-sm input[type='email'] + .form-control-feedback,
.form-group-sm input[type='number'] + .form-control-feedback,
.form-group-sm input[type="password"] + .form-control-feedback,
.form-group-sm input[type="phone"] + .form-control-feedback,
.form-group-sm select + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
    color: #3c763d; }

.has-success .form-control, .has-success input[type='text'], .has-success input[type='email'], .has-success input[type='number'], .has-success input[type="password"], .has-success input[type="phone"], .has-success select {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus, .has-success input:focus[type='text'], .has-success input:focus[type='email'], .has-success input:focus[type='number'], .has-success input:focus[type="password"], .has-success input:focus[type="phone"], .has-success select:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8; }

.has-success .form-control-feedback {
    color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
    color: #8a6d3b; }

.has-warning .form-control, .has-warning input[type='text'], .has-warning input[type='email'], .has-warning input[type='number'], .has-warning input[type="password"], .has-warning input[type="phone"], .has-warning select {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-warning .form-control:focus, .has-warning input:focus[type='text'], .has-warning input:focus[type='email'], .has-warning input:focus[type='number'], .has-warning input:focus[type="password"], .has-warning input:focus[type="phone"], .has-warning select:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3; }

.has-warning .form-control-feedback {
    color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
    color: #a94442; }

.has-error .form-control, .has-error input[type='text'], .has-error input[type='email'], .has-error input[type='number'], .has-error input[type="password"], .has-error input[type="phone"], .has-error select {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus, .has-error input:focus[type='text'], .has-error input:focus[type='email'], .has-error input:focus[type='number'], .has-error input:focus[type="password"], .has-error input:focus[type="phone"], .has-error select:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede; }

.has-error .form-control-feedback {
    color: #a94442; }

.has-feedback label ~ .form-control-feedback {
    top: 25px; }

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0; }

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373; }

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle; }
    .form-inline .form-control, .form-inline input[type='text'], .form-inline input[type='email'], .form-inline input[type='number'], .form-inline input[type="password"], .form-inline input[type="phone"], .form-inline select {
        display: inline-block;
        width: auto;
        vertical-align: middle; }
    .form-inline .form-control-static {
        display: inline-block; }
    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control,
    .form-inline .input-group input[type='text'],
    .form-inline .input-group input[type='email'],
    .form-inline .input-group input[type='number'],
    .form-inline .input-group input[type="password"],
    .form-inline .input-group input[type="phone"],
    .form-inline .input-group select {
        width: auto; }
    .form-inline .input-group > .form-control, .form-inline .input-group > input[type='text'], .form-inline .input-group > input[type='email'], .form-inline .input-group > input[type='number'], .form-inline .input-group > input[type="password"], .form-inline .input-group > input[type="phone"], .form-inline .input-group > select {
        width: 100%; }
    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle; }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0; }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0; }
    .form-inline .has-feedback .form-control-feedback {
        top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px; }

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px; }

.form-horizontal .form-group {
    margin-left: -15px;
    margin-right: -15px; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
.form-horizontal .form-group:after {
    clear: both; }

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px; } }

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px; }

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 14.333333px;
        font-size: 18px; } }

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px; } }

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none; }
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none; }

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none; }

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc; }
.btn-default:focus, .btn-default.focus {
    color: #333;
    background-color: #e6e5e5;
    border-color: #8c8c8c; }
.btn-default:hover {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    color: #333;
    background-color: #e6e5e5;
    border-color: #adadad; }
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
    color: #333;
    background-color: #d4d4d4;
    border-color: #8c8c8c; }
.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
    background-image: none; }
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc; }
.btn-default .badge {
    color: #fff;
    background-color: #333; }

.btn-primary, .slim-btn-rotate {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4; }
.btn-primary:focus, .slim-btn-rotate:focus, .btn-primary.focus, .focus.slim-btn-rotate {
    color: #fff;
    background-color: #286090;
    border-color: #122b40; }
.btn-primary:hover, .slim-btn-rotate:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
.btn-primary:active, .slim-btn-rotate:active, .btn-primary.active, .active.slim-btn-rotate,
.open > .btn-primary.dropdown-toggle,
.open > .dropdown-toggle.slim-btn-rotate {
    color: #fff;
    background-color: #286090;
    border-color: #204d74; }
.btn-primary:active:hover, .slim-btn-rotate:active:hover, .btn-primary:active:focus, .slim-btn-rotate:active:focus, .btn-primary:active.focus, .slim-btn-rotate:active.focus, .btn-primary.active:hover, .active.slim-btn-rotate:hover, .btn-primary.active:focus, .active.slim-btn-rotate:focus, .btn-primary.active.focus, .active.focus.slim-btn-rotate,
.open > .btn-primary.dropdown-toggle:hover,
.open > .dropdown-toggle.slim-btn-rotate:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .dropdown-toggle.slim-btn-rotate:focus,
.open > .btn-primary.dropdown-toggle.focus,
.open > .dropdown-toggle.focus.slim-btn-rotate {
    color: #fff;
    background-color: #204d74;
    border-color: #122b40; }
.btn-primary:active, .slim-btn-rotate:active, .btn-primary.active, .active.slim-btn-rotate,
.open > .btn-primary.dropdown-toggle,
.open > .dropdown-toggle.slim-btn-rotate {
    background-image: none; }
.btn-primary.disabled, .disabled.slim-btn-rotate, .btn-primary.disabled:hover, .disabled.slim-btn-rotate:hover, .btn-primary.disabled:focus, .disabled.slim-btn-rotate:focus, .btn-primary.disabled.focus, .disabled.focus.slim-btn-rotate, .btn-primary.disabled:active, .disabled.slim-btn-rotate:active, .btn-primary.disabled.active, .disabled.active.slim-btn-rotate, .btn-primary[disabled], .slim-btn-rotate[disabled], .btn-primary[disabled]:hover, .slim-btn-rotate[disabled]:hover, .btn-primary[disabled]:focus, .slim-btn-rotate[disabled]:focus, .btn-primary[disabled].focus, .slim-btn-rotate[disabled].focus, .btn-primary[disabled]:active, .slim-btn-rotate[disabled]:active, .btn-primary[disabled].active, .slim-btn-rotate[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .slim-btn-rotate,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .slim-btn-rotate:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .slim-btn-rotate:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .focus.slim-btn-rotate,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .slim-btn-rotate:active,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .active.slim-btn-rotate {
    background-color: #337ab7;
    border-color: #2e6da4; }
.btn-primary .badge, .slim-btn-rotate .badge {
    color: #337ab7;
    background-color: #fff; }

.btn-success, .slim-btn-confirm {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c; }
.btn-success:focus, .slim-btn-confirm:focus, .btn-success.focus, .focus.slim-btn-confirm {
    color: #fff;
    background-color: #449d44;
    border-color: #255625; }
.btn-success:hover, .slim-btn-confirm:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
.btn-success:active, .slim-btn-confirm:active, .btn-success.active, .active.slim-btn-confirm,
.open > .btn-success.dropdown-toggle,
.open > .dropdown-toggle.slim-btn-confirm {
    color: #fff;
    background-color: #449d44;
    border-color: #398439; }
.btn-success:active:hover, .slim-btn-confirm:active:hover, .btn-success:active:focus, .slim-btn-confirm:active:focus, .btn-success:active.focus, .slim-btn-confirm:active.focus, .btn-success.active:hover, .active.slim-btn-confirm:hover, .btn-success.active:focus, .active.slim-btn-confirm:focus, .btn-success.active.focus, .active.focus.slim-btn-confirm,
.open > .btn-success.dropdown-toggle:hover,
.open > .dropdown-toggle.slim-btn-confirm:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .dropdown-toggle.slim-btn-confirm:focus,
.open > .btn-success.dropdown-toggle.focus,
.open > .dropdown-toggle.focus.slim-btn-confirm {
    color: #fff;
    background-color: #398439;
    border-color: #255625; }
.btn-success:active, .slim-btn-confirm:active, .btn-success.active, .active.slim-btn-confirm,
.open > .btn-success.dropdown-toggle,
.open > .dropdown-toggle.slim-btn-confirm {
    background-image: none; }
.btn-success.disabled, .disabled.slim-btn-confirm, .btn-success.disabled:hover, .disabled.slim-btn-confirm:hover, .btn-success.disabled:focus, .disabled.slim-btn-confirm:focus, .btn-success.disabled.focus, .disabled.focus.slim-btn-confirm, .btn-success.disabled:active, .disabled.slim-btn-confirm:active, .btn-success.disabled.active, .disabled.active.slim-btn-confirm, .btn-success[disabled], .slim-btn-confirm[disabled], .btn-success[disabled]:hover, .slim-btn-confirm[disabled]:hover, .btn-success[disabled]:focus, .slim-btn-confirm[disabled]:focus, .btn-success[disabled].focus, .slim-btn-confirm[disabled].focus, .btn-success[disabled]:active, .slim-btn-confirm[disabled]:active, .btn-success[disabled].active, .slim-btn-confirm[disabled].active,
fieldset[disabled] .btn-success,
fieldset[disabled] .slim-btn-confirm,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .slim-btn-confirm:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .slim-btn-confirm:focus,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .focus.slim-btn-confirm,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .slim-btn-confirm:active,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .active.slim-btn-confirm {
    background-color: #5cb85c;
    border-color: #4cae4c; }
.btn-success .badge, .slim-btn-confirm .badge {
    color: #5cb85c;
    background-color: #fff; }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da; }
.btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #31b0d5;
    border-color: #1b6d85; }
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc; }
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #1b6d85; }
.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
    background-image: none; }
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da; }
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff; }

.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236; }
.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    background-color: #ec971f;
    border-color: #985f0d; }
.btn-warning:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512; }
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
    color: #fff;
    background-color: #d58512;
    border-color: #985f0d; }
.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
    background-image: none; }
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236; }
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff; }

.btn-danger, .slim-btn-cancel {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a; }
.btn-danger:focus, .slim-btn-cancel:focus, .btn-danger.focus, .focus.slim-btn-cancel {
    color: #fff;
    background-color: #c9302c;
    border-color: #761c19; }
.btn-danger:hover, .slim-btn-cancel:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
.btn-danger:active, .slim-btn-cancel:active, .btn-danger.active, .active.slim-btn-cancel,
.open > .btn-danger.dropdown-toggle,
.open > .dropdown-toggle.slim-btn-cancel {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925; }
.btn-danger:active:hover, .slim-btn-cancel:active:hover, .btn-danger:active:focus, .slim-btn-cancel:active:focus, .btn-danger:active.focus, .slim-btn-cancel:active.focus, .btn-danger.active:hover, .active.slim-btn-cancel:hover, .btn-danger.active:focus, .active.slim-btn-cancel:focus, .btn-danger.active.focus, .active.focus.slim-btn-cancel,
.open > .btn-danger.dropdown-toggle:hover,
.open > .dropdown-toggle.slim-btn-cancel:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .dropdown-toggle.slim-btn-cancel:focus,
.open > .btn-danger.dropdown-toggle.focus,
.open > .dropdown-toggle.focus.slim-btn-cancel {
    color: #fff;
    background-color: #ac2925;
    border-color: #761c19; }
.btn-danger:active, .slim-btn-cancel:active, .btn-danger.active, .active.slim-btn-cancel,
.open > .btn-danger.dropdown-toggle,
.open > .dropdown-toggle.slim-btn-cancel {
    background-image: none; }
.btn-danger.disabled, .disabled.slim-btn-cancel, .btn-danger.disabled:hover, .disabled.slim-btn-cancel:hover, .btn-danger.disabled:focus, .disabled.slim-btn-cancel:focus, .btn-danger.disabled.focus, .disabled.focus.slim-btn-cancel, .btn-danger.disabled:active, .disabled.slim-btn-cancel:active, .btn-danger.disabled.active, .disabled.active.slim-btn-cancel, .btn-danger[disabled], .slim-btn-cancel[disabled], .btn-danger[disabled]:hover, .slim-btn-cancel[disabled]:hover, .btn-danger[disabled]:focus, .slim-btn-cancel[disabled]:focus, .btn-danger[disabled].focus, .slim-btn-cancel[disabled].focus, .btn-danger[disabled]:active, .slim-btn-cancel[disabled]:active, .btn-danger[disabled].active, .slim-btn-cancel[disabled].active,
fieldset[disabled] .btn-danger,
fieldset[disabled] .slim-btn-cancel,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .slim-btn-cancel:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .slim-btn-cancel:focus,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .focus.slim-btn-cancel,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .slim-btn-cancel:active,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .active.slim-btn-cancel {
    background-color: #d9534f;
    border-color: #d43f3a; }
.btn-danger .badge, .slim-btn-cancel .badge {
    color: #d9534f;
    background-color: #fff; }

.btn-link {
    color: #337ab7;
    font-weight: normal;
    border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent; }
.btn-link:hover, .btn-link:focus {
    color: #23527c;
    text-decoration: underline;
    background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none; }

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px; }

.btn-block {
    display: block;
    width: 100%; }

.btn-block + .btn-block {
    margin-top: 5px; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%; }

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
.fade.in {
    opacity: 1; }

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

tr.collapse.in {
    display: table-row; }

tbody.collapse.in {
    display: table-row-group; }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease; }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent; }

.dropup,
.dropdown {
    position: relative; }

.dropdown-toggle:focus {
    outline: 0; }

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box; }
.dropdown-menu.pull-right, .info_form .dropdown-menu.save {
    right: 0;
    left: auto; }
.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap; }

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5; }

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777777; }

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed; }

.open > .dropdown-menu {
    display: block; }

.open > a {
    outline: 0; }

.dropdown-menu-right {
    left: auto;
    right: 0; }

.dropdown-menu-left {
    left: 0;
    right: auto; }

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.428571429;
    color: #777777;
    white-space: nowrap; }

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990; }

.pull-right > .dropdown-menu, .info_form .save > .dropdown-menu {
    right: 0;
    left: auto; }

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""; }

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px; }

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto; }
    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto; } }

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle; }
.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left; }
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2; }

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
    margin-left: -5px; }
.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table; }
.btn-toolbar:after {
    clear: both; }
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left; }
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0; }

.btn-group > .btn:first-child {
    margin-left: 0; }
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

.btn-group > .btn-group {
    float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0; }

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px; }

.btn-group.open .dropdown-toggle {
    -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-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none; }

.btn .caret {
    margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px; }

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%; }

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table; }

.btn-group-vertical > .btn-group:after {
    clear: both; }

.btn-group-vertical > .btn-group > .btn {
    float: none; }

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate; }
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%; }
.btn-group-justified > .btn-group .btn {
    width: 100%; }
.btn-group-justified > .btn-group .dropdown-menu {
    left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

.input-group {
    position: relative;
    display: table;
    border-collapse: separate; }
.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
.input-group .form-control, .input-group input[type='text'], .input-group input[type='email'], .input-group input[type='number'], .input-group input[type="password"], .input-group input[type="phone"], .input-group select {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }

.input-group-addon,
.input-group-btn, .input-group .form-control, .input-group input[type='text'], .input-group input[type='email'], .input-group input[type='number'], .input-group input[type="password"], .input-group input[type="phone"], .input-group select {
    display: table-cell; }
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child),
.input-group input:not(:first-child):not(:last-child)[type='text'],
.input-group input:not(:first-child):not(:last-child)[type='email'],
.input-group input:not(:first-child):not(:last-child)[type='number'],
.input-group input:not(:first-child):not(:last-child)[type="password"],
.input-group input:not(:first-child):not(:last-child)[type="phone"],
.input-group select:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle; }

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px; }
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child, .input-group input:first-child[type='text'], .input-group input:first-child[type='email'], .input-group input:first-child[type='number'], .input-group input:first-child[type="password"], .input-group input:first-child[type="phone"], .input-group select:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0; }

.input-group-addon:first-child {
    border-right: 0; }

.input-group .form-control:last-child, .input-group input:last-child[type='text'], .input-group input:last-child[type='email'], .input-group input:last-child[type='number'], .input-group input:last-child[type="password"], .input-group input:last-child[type="phone"], .input-group select:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0; }

.input-group-addon:last-child {
    border-left: 0; }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap; }
.input-group-btn > .btn {
    position: relative; }
.input-group-btn > .btn + .btn {
    margin-left: -1px; }
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2; }
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none; }
.nav:before, .nav:after {
    content: " ";
    display: table; }
.nav:after {
    clear: both; }
.nav > li {
    position: relative;
    display: block; }
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px; }
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee; }
.nav > li.disabled > a {
    color: #777777; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #337ab7; }
.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5; }
.nav > li > a > img {
    max-width: none; }

.nav-tabs {
    border-bottom: 1px solid #ddd; }
.nav-tabs > li {
    float: left;
    margin-bottom: -1px; }
.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0; }
.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd; }
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default; }

.nav-pills > li {
    float: left; }
.nav-pills > li > a {
    border-radius: 4px; }
.nav-pills > li + li {
    margin-left: 2px; }
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #337ab7; }

.nav-stacked > li {
    float: none; }
.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0; }

.nav-justified, .nav-tabs.nav-justified {
    width: 100%; }
.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none; }
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px; }
.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto; }
@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%; }
    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0; } }

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0; }
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px; }
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd; }
@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0; }
    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff; } }

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

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

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent; }
.navbar:before, .navbar:after {
    content: " ";
    display: table; }
.navbar:after {
    clear: both; }
@media (min-width: 768px) {
    .navbar {
        border-radius: 4px; } }

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table; }

.navbar-header:after {
    clear: both; }

@media (min-width: 768px) {
    .navbar-header {
        float: left; } }

.navbar-collapse {
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch; }
.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table; }
.navbar-collapse:after {
    clear: both; }
.navbar-collapse.in {
    overflow-y: auto; }
@media (min-width: 768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none; }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important; }
    .navbar-collapse.in {
        overflow-y: visible; }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0; } }

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px; }
@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px; } }

.container > .navbar-header, .m-boxtable > .navbar-header,
.container > .navbar-collapse,
.m-boxtable > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px; }
@media (min-width: 768px) {
    .container > .navbar-header, .m-boxtable > .navbar-header,
    .container > .navbar-collapse,
    .m-boxtable > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0; } }

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px; }
@media (min-width: 768px) {
    .navbar-static-top {
        border-radius: 0; } }

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030; }
@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0; } }

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px; }

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0; }

.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px; }
.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }
.navbar-brand > img {
    display: block; }
@media (min-width: 768px) {
    .navbar > .container .navbar-brand, .navbar > .m-boxtable .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px; } }

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px; }
.navbar-toggle:focus {
    outline: 0; }
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px; }
.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px; }
@media (min-width: 768px) {
    .navbar-toggle {
        display: none; } }

.navbar-nav {
    margin: 7.5px -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;
        box-shadow: none; }
    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px; }
    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px; }
    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none; } }
@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 0; }
    .navbar-nav > li {
        float: left; }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px; } }

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 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);
    margin-top: 8px;
    margin-bottom: 8px; }
@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle; }
    .navbar-form .form-control, .navbar-form input[type='text'], .navbar-form input[type='email'], .navbar-form input[type='number'], .navbar-form input[type="password"], .navbar-form input[type="phone"], .navbar-form select {
        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,
    .navbar-form .input-group input[type='text'],
    .navbar-form .input-group input[type='email'],
    .navbar-form .input-group input[type='number'],
    .navbar-form .input-group input[type="password"],
    .navbar-form .input-group input[type="phone"],
    .navbar-form .input-group select {
        width: auto; }
    .navbar-form .input-group > .form-control, .navbar-form .input-group > input[type='text'], .navbar-form .input-group > input[type='email'], .navbar-form .input-group > input[type='number'], .navbar-form .input-group > input[type="password"], .navbar-form .input-group > input[type="phone"], .navbar-form .input-group > select {
        width: 100%; }
    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle; }
    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle; }
    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0; }
    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0; }
    .navbar-form .has-feedback .form-control-feedback {
        top: 0; } }
@media (max-width: 767px) {
    .navbar-form .form-group {
        margin-bottom: 5px; }
    .navbar-form .form-group:last-child {
        margin-bottom: 0; } }
@media (min-width: 768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none; } }

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px; }
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px; }
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px; }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px; }
@media (min-width: 768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 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: #5e5d5d;
    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 {
    background-color: #e7e7e7;
    color: #555; }
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777; }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent; }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #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, .navbar-default .btn-link[disabled]:focus,
fieldset[disabled] .navbar-default .btn-link:hover,
fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc; }

.navbar-inverse {
    background-color: #222;
    border-color: #090808; }
.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: #090808; }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent; }
.navbar-inverse .navbar-toggle {
    border-color: #333; }
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333; }
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff; }
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010; }
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090808;
    color: #fff; }
@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090808; }
    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090808; }
    .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: #090808; }
    .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, .navbar-inverse .btn-link[disabled]:focus,
fieldset[disabled] .navbar-inverse .btn-link:hover,
fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444; }

.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px; }
.breadcrumb > li {
    display: inline-block; }
.breadcrumb > li + li:before {
    content: "/ ";
    padding: 0 5px;
    color: #ccc; }
.breadcrumb > .active {
    color: #777777; }

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.428571429;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed; }

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333; }

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px; }

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px; }

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5; }

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px; }

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px; }

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center; }
.pager:before, .pager:after {
    content: " ";
    display: table; }
.pager:after {
    clear: both; }
.pager li {
    display: inline; }
.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px; }
.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee; }
.pager .next > a,
.pager .next > span {
    float: right; }
.pager .previous > a,
.pager .previous > span {
    float: left; }
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed; }

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em; }
.label:empty {
    display: none; }
.btn .label {
    position: relative;
    top: -1px; }

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }

.label-default {
    background-color: #777777; }
.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;
    color: #fff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #777777;
    border-radius: 10px; }
.badge:empty {
    display: none; }
.btn .badge {
    position: relative;
    top: -1px; }
.btn-xs .badge, .btn-group-xs > .btn .badge,
.btn-group-xs > .btn .badge {
    top: 0;
    padding: 1px 5px; }
.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; }

a.badge:hover, a.badge:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer; }

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee; }
.jumbotron h1,
.jumbotron .h1 {
    color: inherit; }
.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200; }
.jumbotron > hr {
    border-top-color: #d5d5d5; }
.container .jumbotron, .m-boxtable .jumbotron,
.container-fluid .jumbotron {
    border-radius: 6px; }
.jumbotron .container, .jumbotron .m-boxtable {
    max-width: 100%; }
@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px; }
    .container .jumbotron, .m-boxtable .jumbotron,
    .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px; }
    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px; } }

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.428571429;
    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 {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto; }
.thumbnail .caption {
    padding: 9px;
    color: #333333; }

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #337ab7; }

.alert, .alert_container, .alert_container_success {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px; }
.alert h4, .alert_container h4, .alert_container_success h4 {
    margin-top: 0;
    color: inherit; }
.alert .alert-link, .alert_container .alert-link, .alert_container_success .alert-link {
    font-weight: bold; }
.alert > p, .alert_container > p, .alert_container_success > p,
.alert > ul,
.alert_container > ul,
.alert_container_success > ul {
    margin-bottom: 0; }
.alert > p + p, .alert_container > p + p, .alert_container_success > 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, .alert_container_success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d; }
.alert-success hr, .alert_container_success hr {
    border-top-color: #c9e2b3; }
.alert-success .alert-link, .alert_container_success .alert-link {
    color: #2b542c; }

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f; }
.alert-info hr {
    border-top-color: #a6e1ec; }
.alert-info .alert-link {
    color: #245269; }

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b; }
.alert-warning hr {
    border-top-color: #f7e1b5; }
.alert-warning .alert-link {
    color: #66512c; }

.alert-danger, .alert_container {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442; }
.alert-danger hr, .alert_container hr {
    border-top-color: #e4b9c0; }
.alert-danger .alert-link, .alert_container .alert-link {
    color: #843534; }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0; }
    to {
        background-position: 0 0; } }

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0; }
    to {
        background-position: 0 0; } }

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1); }

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #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);
    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 {
    zoom: 1;
    overflow: hidden; }

.media-body {
    width: 10000px; }

.media-object {
    display: block; }
.media-object.img-thumbnail {
    max-width: none; }

.media-right,
.media > .pull-right,
.info_form .media > .save {
    padding-left: 10px; }

.media-left,
.media > .pull-left {
    padding-right: 10px; }

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top; }

.media-middle {
    vertical-align: middle; }

.media-bottom {
    vertical-align: bottom; }

.media-heading {
    margin-top: 0;
    margin-bottom: 5px; }

.media-list {
    padding-left: 0;
    list-style: none; }

.list-group {
    margin-bottom: 20px;
    padding-left: 0; }

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd; }
.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px; }
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px; }

a.list-group-item,
button.list-group-item {
    color: #555; }
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333; }
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5; }

button.list-group-item {
    width: 100%;
    text-align: left; }

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed; }
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit; }
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7; }
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit; }
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: #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, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6; }
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
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, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3; }
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
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, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc; }
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
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, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc; }
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
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-body:before, .panel-body:after {
    content: " ";
    display: table; }
.panel-body:after {
    clear: both; }

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit; }

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit; }
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit; }

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0; }
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0; }
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0; }

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0; }

.list-group + .panel-footer {
    border-top-width: 0; }

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0; }
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px; }

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px; }
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px; }

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px; }
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px; }

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd; }

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0; }

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0; }
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0; }
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0; }
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0; }
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0; }

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0; }

.panel-group {
    margin-bottom: 20px; }
.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px; }
.panel-group .panel + .panel {
    margin-top: 5px; }
.panel-group .panel-heading {
    border-bottom: 0; }
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd; }
.panel-group .panel-footer {
    border-top: 0; }
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd; }

.panel-default {
    border-color: #ddd; }
.panel-default > .panel-heading {
    color: #333333;
    background-color: #f5f5f5;
    border-color: #ddd; }
.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd; }
.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #333333; }
.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd; }

.panel-primary {
    border-color: #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;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
    padding-bottom: 56.25%; }

.embed-responsive-4by3 {
    padding-bottom: 75%; }

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05); }
.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15); }

.well-lg {
    padding: 24px;
    border-radius: 6px; }

.well-sm {
    padding: 9px;
    border-radius: 3px; }

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20); }
.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none; }

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("../fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
    content: "\2a"; }

.glyphicon-plus:before {
    content: "\2b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac"; }

.glyphicon-minus:before {
    content: "\2212"; }

.glyphicon-cloud:before {
    content: "\2601"; }

.glyphicon-envelope:before {
    content: "\2709"; }

.glyphicon-pencil:before {
    content: "\270f"; }

.glyphicon-glass:before {
    content: "\e001"; }

.glyphicon-music:before {
    content: "\e002"; }

.glyphicon-search:before {
    content: "\e003"; }

.glyphicon-heart:before {
    content: "\e005"; }

.glyphicon-star:before {
    content: "\e006"; }

.glyphicon-star-empty:before {
    content: "\e007"; }

.glyphicon-user:before {
    content: "\e008"; }

.glyphicon-film:before {
    content: "\e009"; }

.glyphicon-th-large:before {
    content: "\e010"; }

.glyphicon-th:before {
    content: "\e011"; }

.glyphicon-th-list:before {
    content: "\e012"; }

.glyphicon-ok:before {
    content: "\e013"; }

.glyphicon-remove:before {
    content: "\e014"; }

.glyphicon-zoom-in:before {
    content: "\e015"; }

.glyphicon-zoom-out:before {
    content: "\e016"; }

.glyphicon-off:before {
    content: "\e017"; }

.glyphicon-signal:before {
    content: "\e018"; }

.glyphicon-cog:before {
    content: "\e019"; }

.glyphicon-trash:before {
    content: "\e020"; }

.glyphicon-home:before {
    content: "\e021"; }

.glyphicon-file:before {
    content: "\e022"; }

.glyphicon-time:before {
    content: "\e023"; }

.glyphicon-road:before {
    content: "\e024"; }

.glyphicon-download-alt:before {
    content: "\e025"; }

.glyphicon-download:before {
    content: "\e026"; }

.glyphicon-upload:before {
    content: "\e027"; }

.glyphicon-inbox:before {
    content: "\e028"; }

.glyphicon-play-circle:before {
    content: "\e029"; }

.glyphicon-repeat:before {
    content: "\e030"; }

.glyphicon-refresh:before {
    content: "\e031"; }

.glyphicon-list-alt:before {
    content: "\e032"; }

.glyphicon-lock:before {
    content: "\e033"; }

.glyphicon-flag:before {
    content: "\e034"; }

.glyphicon-headphones:before {
    content: "\e035"; }

.glyphicon-volume-off:before {
    content: "\e036"; }

.glyphicon-volume-down:before {
    content: "\e037"; }

.glyphicon-volume-up:before {
    content: "\e038"; }

.glyphicon-qrcode:before {
    content: "\e039"; }

.glyphicon-barcode:before {
    content: "\e040"; }

.glyphicon-tag:before {
    content: "\e041"; }

.glyphicon-tags:before {
    content: "\e042"; }

.glyphicon-book:before {
    content: "\e043"; }

.glyphicon-bookmark:before {
    content: "\e044"; }

.glyphicon-print:before {
    content: "\e045"; }

.glyphicon-camera:before {
    content: "\e046"; }

.glyphicon-font:before {
    content: "\e047"; }

.glyphicon-bold:before {
    content: "\e048"; }

.glyphicon-italic:before {
    content: "\e049"; }

.glyphicon-text-height:before {
    content: "\e050"; }

.glyphicon-text-width:before {
    content: "\e051"; }

.glyphicon-align-left:before {
    content: "\e052"; }

.glyphicon-align-center:before {
    content: "\e053"; }

.glyphicon-align-right:before {
    content: "\e054"; }

.glyphicon-align-justify:before {
    content: "\e055"; }

.glyphicon-list:before {
    content: "\e056"; }

.glyphicon-indent-left:before {
    content: "\e057"; }

.glyphicon-indent-right:before {
    content: "\e058"; }

.glyphicon-facetime-video:before {
    content: "\e059"; }

.glyphicon-picture:before {
    content: "\e060"; }

.glyphicon-map-marker:before {
    content: "\e062"; }

.glyphicon-adjust:before {
    content: "\e063"; }

.glyphicon-tint:before {
    content: "\e064"; }

.glyphicon-edit:before {
    content: "\e065"; }

.glyphicon-share:before {
    content: "\e066"; }

.glyphicon-check:before {
    content: "\e067"; }

.glyphicon-move:before {
    content: "\e068"; }

.glyphicon-step-backward:before {
    content: "\e069"; }

.glyphicon-fast-backward:before {
    content: "\e070"; }

.glyphicon-backward:before {
    content: "\e071"; }

.glyphicon-play:before {
    content: "\e072"; }

.glyphicon-pause:before {
    content: "\e073"; }

.glyphicon-stop:before {
    content: "\e074"; }

.glyphicon-forward:before {
    content: "\e075"; }

.glyphicon-fast-forward:before {
    content: "\e076"; }

.glyphicon-step-forward:before {
    content: "\e077"; }

.glyphicon-eject:before {
    content: "\e078"; }

.glyphicon-chevron-left:before {
    content: "\e079"; }

.glyphicon-chevron-right:before {
    content: "\e080"; }

.glyphicon-plus-sign:before {
    content: "\e081"; }

.glyphicon-minus-sign:before {
    content: "\e082"; }

.glyphicon-remove-sign:before {
    content: "\e083"; }

.glyphicon-ok-sign:before {
    content: "\e084"; }

.glyphicon-question-sign:before {
    content: "\e085"; }

.glyphicon-info-sign:before {
    content: "\e086"; }

.glyphicon-screenshot:before {
    content: "\e087"; }

.glyphicon-remove-circle:before {
    content: "\e088"; }

.glyphicon-ok-circle:before {
    content: "\e089"; }

.glyphicon-ban-circle:before {
    content: "\e090"; }

.glyphicon-arrow-left:before {
    content: "\e091"; }

.glyphicon-arrow-right:before {
    content: "\e092"; }

.glyphicon-arrow-up:before {
    content: "\e093"; }

.glyphicon-arrow-down:before {
    content: "\e094"; }

.glyphicon-share-alt:before {
    content: "\e095"; }

.glyphicon-resize-full:before {
    content: "\e096"; }

.glyphicon-resize-small:before {
    content: "\e097"; }

.glyphicon-exclamation-sign:before {
    content: "\e101"; }

.glyphicon-gift:before {
    content: "\e102"; }

.glyphicon-leaf:before {
    content: "\e103"; }

.glyphicon-fire:before {
    content: "\e104"; }

.glyphicon-eye-open:before {
    content: "\e105"; }

.glyphicon-eye-close:before {
    content: "\e106"; }

.glyphicon-warning-sign:before {
    content: "\e107"; }

.glyphicon-plane:before {
    content: "\e108"; }

.glyphicon-calendar:before {
    content: "\e109"; }

.glyphicon-random:before {
    content: "\e110"; }

.glyphicon-comment:before {
    content: "\e111"; }

.glyphicon-magnet:before {
    content: "\e112"; }

.glyphicon-chevron-up:before {
    content: "\e113"; }

.glyphicon-chevron-down:before {
    content: "\e114"; }

.glyphicon-retweet:before {
    content: "\e115"; }

.glyphicon-shopping-cart:before {
    content: "\e116"; }

.glyphicon-folder-close:before {
    content: "\e117"; }

.glyphicon-folder-open:before {
    content: "\e118"; }

.glyphicon-resize-vertical:before {
    content: "\e119"; }

.glyphicon-resize-horizontal:before {
    content: "\e120"; }

.glyphicon-hdd:before {
    content: "\e121"; }

.glyphicon-bullhorn:before {
    content: "\e122"; }

.glyphicon-bell:before {
    content: "\e123"; }

.glyphicon-certificate:before {
    content: "\e124"; }

.glyphicon-thumbs-up:before {
    content: "\e125"; }

.glyphicon-thumbs-down:before {
    content: "\e126"; }

.glyphicon-hand-right:before {
    content: "\e127"; }

.glyphicon-hand-left:before {
    content: "\e128"; }

.glyphicon-hand-up:before {
    content: "\e129"; }

.glyphicon-hand-down:before {
    content: "\e130"; }

.glyphicon-circle-arrow-right:before {
    content: "\e131"; }

.glyphicon-circle-arrow-left:before {
    content: "\e132"; }

.glyphicon-circle-arrow-up:before {
    content: "\e133"; }

.glyphicon-circle-arrow-down:before {
    content: "\e134"; }

.glyphicon-globe:before {
    content: "\e135"; }

.glyphicon-wrench:before {
    content: "\e136"; }

.glyphicon-tasks:before {
    content: "\e137"; }

.glyphicon-filter:before {
    content: "\e138"; }

.glyphicon-briefcase:before {
    content: "\e139"; }

.glyphicon-fullscreen:before {
    content: "\e140"; }

.glyphicon-dashboard:before {
    content: "\e141"; }

.glyphicon-paperclip:before {
    content: "\e142"; }

.glyphicon-heart-empty:before {
    content: "\e143"; }

.glyphicon-link:before {
    content: "\e144"; }

.glyphicon-phone:before {
    content: "\e145"; }

.glyphicon-pushpin:before {
    content: "\e146"; }

.glyphicon-usd:before {
    content: "\e148"; }

.glyphicon-gbp:before {
    content: "\e149"; }

.glyphicon-sort:before {
    content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
    content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152"; }

.glyphicon-sort-by-order:before {
    content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
    content: "\e154"; }

.glyphicon-sort-by-attributes:before {
    content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156"; }

.glyphicon-unchecked:before {
    content: "\e157"; }

.glyphicon-expand:before {
    content: "\e158"; }

.glyphicon-collapse-down:before {
    content: "\e159"; }

.glyphicon-collapse-up:before {
    content: "\e160"; }

.glyphicon-log-in:before {
    content: "\e161"; }

.glyphicon-flash:before {
    content: "\e162"; }

.glyphicon-log-out:before {
    content: "\e163"; }

.glyphicon-new-window:before {
    content: "\e164"; }

.glyphicon-record:before {
    content: "\e165"; }

.glyphicon-save:before {
    content: "\e166"; }

.glyphicon-open:before {
    content: "\e167"; }

.glyphicon-saved:before {
    content: "\e168"; }

.glyphicon-import:before {
    content: "\e169"; }

.glyphicon-export:before {
    content: "\e170"; }

.glyphicon-send:before {
    content: "\e171"; }

.glyphicon-floppy-disk:before {
    content: "\e172"; }

.glyphicon-floppy-saved:before {
    content: "\e173"; }

.glyphicon-floppy-remove:before {
    content: "\e174"; }

.glyphicon-floppy-save:before {
    content: "\e175"; }

.glyphicon-floppy-open:before {
    content: "\e176"; }

.glyphicon-credit-card:before {
    content: "\e177"; }

.glyphicon-transfer:before {
    content: "\e178"; }

.glyphicon-cutlery:before {
    content: "\e179"; }

.glyphicon-header:before {
    content: "\e180"; }

.glyphicon-compressed:before {
    content: "\e181"; }

.glyphicon-earphone:before {
    content: "\e182"; }

.glyphicon-phone-alt:before {
    content: "\e183"; }

.glyphicon-tower:before {
    content: "\e184"; }

.glyphicon-stats:before {
    content: "\e185"; }

.glyphicon-sd-video:before {
    content: "\e186"; }

.glyphicon-hd-video:before {
    content: "\e187"; }

.glyphicon-subtitles:before {
    content: "\e188"; }

.glyphicon-sound-stereo:before {
    content: "\e189"; }

.glyphicon-sound-dolby:before {
    content: "\e190"; }

.glyphicon-sound-5-1:before {
    content: "\e191"; }

.glyphicon-sound-6-1:before {
    content: "\e192"; }

.glyphicon-sound-7-1:before {
    content: "\e193"; }

.glyphicon-copyright-mark:before {
    content: "\e194"; }

.glyphicon-registration-mark:before {
    content: "\e195"; }

.glyphicon-cloud-download:before {
    content: "\e197"; }

.glyphicon-cloud-upload:before {
    content: "\e198"; }

.glyphicon-tree-conifer:before {
    content: "\e199"; }

.glyphicon-tree-deciduous:before {
    content: "\e200"; }

.glyphicon-cd:before {
    content: "\e201"; }

.glyphicon-save-file:before {
    content: "\e202"; }

.glyphicon-open-file:before {
    content: "\e203"; }

.glyphicon-level-up:before {
    content: "\e204"; }

.glyphicon-copy:before {
    content: "\e205"; }

.glyphicon-paste:before {
    content: "\e206"; }

.glyphicon-alert:before {
    content: "\e209"; }

.glyphicon-equalizer:before {
    content: "\e210"; }

.glyphicon-king:before {
    content: "\e211"; }

.glyphicon-queen:before {
    content: "\e212"; }

.glyphicon-pawn:before {
    content: "\e213"; }

.glyphicon-bishop:before {
    content: "\e214"; }

.glyphicon-knight:before {
    content: "\e215"; }

.glyphicon-baby-formula:before {
    content: "\e216"; }

.glyphicon-tent:before {
    content: "\26fa"; }

.glyphicon-blackboard:before {
    content: "\e218"; }

.glyphicon-bed:before {
    content: "\e219"; }

.glyphicon-apple:before {
    content: "\f8ff"; }

.glyphicon-erase:before {
    content: "\e221"; }

.glyphicon-hourglass:before {
    content: "\231b"; }

.glyphicon-lamp:before {
    content: "\e223"; }

.glyphicon-duplicate:before {
    content: "\e224"; }

.glyphicon-piggy-bank:before {
    content: "\e225"; }

.glyphicon-scissors:before {
    content: "\e226"; }

.glyphicon-bitcoin:before {
    content: "\e227"; }

.glyphicon-btc:before {
    content: "\e227"; }

.glyphicon-xbt:before {
    content: "\e227"; }

.glyphicon-yen:before {
    content: "\00a5"; }

.glyphicon-jpy:before {
    content: "\00a5"; }

.glyphicon-ruble:before {
    content: "\20bd"; }

.glyphicon-rub:before {
    content: "\20bd"; }

.glyphicon-scale:before {
    content: "\e230"; }

.glyphicon-ice-lolly:before {
    content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
    content: "\e232"; }

.glyphicon-education:before {
    content: "\e233"; }

.glyphicon-option-horizontal:before {
    content: "\e234"; }

.glyphicon-option-vertical:before {
    content: "\e235"; }

.glyphicon-menu-hamburger:before {
    content: "\e236"; }

.glyphicon-modal-window:before {
    content: "\e237"; }

.glyphicon-oil:before {
    content: "\e238"; }

.glyphicon-grain:before {
    content: "\e239"; }

.glyphicon-sunglasses:before {
    content: "\e240"; }

.glyphicon-text-size:before {
    content: "\e241"; }

.glyphicon-text-color:before {
    content: "\e242"; }

.glyphicon-text-background:before {
    content: "\e243"; }

.glyphicon-object-align-top:before {
    content: "\e244"; }

.glyphicon-object-align-bottom:before {
    content: "\e245"; }

.glyphicon-object-align-horizontal:before {
    content: "\e246"; }

.glyphicon-object-align-left:before {
    content: "\e247"; }

.glyphicon-object-align-vertical:before {
    content: "\e248"; }

.glyphicon-object-align-right:before {
    content: "\e249"; }

.glyphicon-triangle-right:before {
    content: "\e250"; }

.glyphicon-triangle-left:before {
    content: "\e251"; }

.glyphicon-triangle-bottom:before {
    content: "\e252"; }

.glyphicon-triangle-top:before {
    content: "\e253"; }

.glyphicon-console:before {
    content: "\e254"; }

.glyphicon-superscript:before {
    content: "\e255"; }

.glyphicon-subscript:before {
    content: "\e256"; }

.glyphicon-menu-left:before {
    content: "\e257"; }

.glyphicon-menu-right:before {
    content: "\e258"; }

.glyphicon-menu-down:before {
    content: "\e259"; }

.glyphicon-menu-up:before {
    content: "\e260"; }

.modal-open {
    overflow: hidden; }

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0; }
.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
.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;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0; }

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000; }
.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.428571429px; }

.modal-header .close {
    margin-top: -2px; }

.modal-title {
    margin: 0;
    line-height: 1.428571429; }

.modal-body {
    position: relative;
    padding: 15px; }

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5; }
.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
.modal-footer:after {
    clear: both; }
.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
.modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
.modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll; }

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto; }
    .modal-content {
        -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-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0); }
.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90); }
.tooltip.top {
    margin-top: -3px;
    padding: 5px 0; }
.tooltip.right {
    margin-left: 3px;
    padding: 0 5px; }
.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0; }
.tooltip.left {
    margin-left: -3px;
    padding: 0 5px; }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px; }

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000; }

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000; }

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000; }

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000; }

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.428571429;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); }
.popover.top {
    margin-top: -10px; }
.popover.right {
    margin-left: 10px; }
.popover.bottom {
    margin-top: 10px; }
.popover.left {
    margin-left: -10px; }

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0; }

.popover-content {
    padding: 9px 14px; }

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid; }

.popover > .arrow {
    border-width: 11px; }

.popover > .arrow:after {
    border-width: 10px;
    content: ""; }

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px; }
.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff; }

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25); }
.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff; }

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px; }
.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff; }

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25); }
.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px; }

.carousel {
    position: relative; }

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%; }
.carousel-inner > .item {
    display: none;
    position: relative;
    -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 {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1; }
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-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;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0; }
    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0; }
    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0; } }
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block; }
.carousel-inner > .active {
    left: 0; }
.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%; }
.carousel-inner > .next {
    left: 100%; }
.carousel-inner > .prev {
    left: -100%; }
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0; }
.carousel-inner > .active.left {
    left: -100%; }
.carousel-inner > .active.right {
    left: 100%; }

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.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: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1); }
.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -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: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1); }
.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90); }
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block; }
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px; }
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px; }
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif; }
.carousel-control .icon-prev:before {
    content: '\2039'; }
.carousel-control .icon-next:before {
    content: '\203a'; }

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center; }
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0); }
.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff; }

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }
.carousel-caption .btn {
    text-shadow: none; }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -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 {
        left: 20%;
        right: 20%;
        padding-bottom: 30px; }
    .carousel-indicators {
        bottom: 20px; } }

.clearfix:before, .clearfix:after {
    content: " ";
    display: table; }

.clearfix:after {
    clear: both; }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto; }

.pull-right, .info_form .save {
    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 {
    display: none !important; }

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

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

.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; } }

.m-cookies-policy {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 10px 0 !important;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    z-index: 9999; }
.m-cookies-policy .inner {
    width: 100%;
    position: relative;
    padding: 0 15px;
    font-size: 13px;
    top: 10%; }
@media (max-width: 767px) {
    .m-cookies-policy .inner {
        line-height: 21px; } }
.m-cookies-policy .inner p {
    color: #ffffff;
    font-size: 0.9em;
    letter-spacing: .2px;
    margin: 0; }
.m-cookies-policy a {
    color: #fff; }
.m-cookies-policy a.cookieAccept {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    text-decoration: none !important;
    text-align: center;
    display: inline-block;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 700;
    min-width: 90px;
    margin-left: 10px; }
@media (max-width: 767px) {
    .m-cookies-policy a.cookieAccept {
        padding: 2px 15px; } }
@media (max-width: 375px) {
    .m-cookies-policy a.cookieAccept {
        margin-top: 5px;
        margin-bottom: 5px; } }
.m-cookies-policy a.cookieAccept:hover {
    background-color: rgba(217, 217, 217, 0.15); }

/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */


/*!
 *  SELECT 2
 */
.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle; }
.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
.select2-container .select2-selection--single .select2-selection__clear {
    position: relative; }
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap; }
.select2-container .select2-search--inline {
    float: left; }
.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0; }
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051; }

.select2-results {
    display: block; }

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0; }

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none; }
.select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
    left: 0; }

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-search--dropdown {
    display: block;
    padding: 4px; }
.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none; }
.select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0); }

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important; }

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px; }
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default; }
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none; }
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
    padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em; }
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white; }

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
    background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
    background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0; }
.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none; }

.select2-container--classic .select2-dropdown {
    background-color: white;
    border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
    border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
    border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
    padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: white; }

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb; }

.m-steps__classic {
    background-color: #4A90E2; }
.m-steps__classic li span:before {
    position: absolute;
    height: 0;
    top: 50%;
    max-width: 300%;
    border-bottom: 1000px solid transparent;
    content: "";
    left: 97%;
    border-radius: 0;
    margin-left: 10px;
    transform: scaleX(-1) translateX(100%);
    z-index: 0; }
@media (max-width: 767px) {
    .m-steps__classic li span:before {
        display: none; } }
.m-steps__classic li span:after {
    position: absolute;
    height: 0;
    top: 50%;
    transform: scaleY(-1) scaleX(-1) translateY(100%) translateX(100%);
    max-width: 300%;
    border-radius: 0;
    border-bottom: 1000px solid transparent;
    content: "";
    left: 97%;
    margin-left: 10px;
    z-index: 0; }
@media (max-width: 767px) {
    .m-steps__classic li span:after {
        display: none; } }
.m-steps__classic li span > * {
    z-index: 1; }
.m-steps__classic li:first-child {
    background-color: #609de6; }
.m-steps__classic li:first-child span:before {
    border-right: 900px solid #4A90E2;
    z-index: 0; }
.m-steps__classic li:first-child span:after {
    border-right: 900px solid #4A90E2;
    z-index: 0; }
@media (max-width: 767px) {
    .m-steps__classic li:first-child {
        background-color: #4A90E2; } }
.m-steps__classic li:nth-child(2) {
    background-color: rgba(255, 255, 255, 0.4); }
.m-steps__classic li:nth-child(2) span:before {
    border-right: 700px solid #609de6;
    z-index: 0; }
.m-steps__classic li:nth-child(2) span:after {
    border-right: 700px solid #609de6;
    z-index: 0; }
@media (max-width: 767px) {
    .m-steps__classic li:nth-child(2) {
        background-color: #609de6; } }
.m-steps__classic li:nth-child(3) {
    background-color: rgba(255, 255, 255, 0.4); }
.m-steps__classic li > div:nth-child(2) {
    text-align: left; }
.m-steps__classic li .m-steps-textcontainer {
    /* reset old css from home steps for old visas */
    padding: 0;
    vertical-align: middle;
    width: auto;
    /**/
    z-index: 1; }
@media (max-width: 767px) {
    .m-steps__classic li .m-steps-textcontainer {
        width: 60%; } }
.m-steps__classic li .m-steps-textcontainer .title {
    color: #387DCE;
    font-family: 'Poppins', serif;
    margin-bottom: 7.5px; }
.m-steps__classic li .m-steps-textcontainer .description {
    font-family: "Source Sans Pro", sans-serif;
    font-size: 1em; }
@media (max-width: 767px) {
    .m-steps__classic li {
        flex-direction: initial;
        flex-basis: auto;
        justify-content: start;
        padding-left: 16%; } }
.m-steps__classic--progress {
    margin: 15px 0 !important;
    background-color: #ffffff; }
.m-steps__classic--progress li:not(.current) {
    background-color: #ffffff; }
.m-steps__classic--progress li:not(.current) .m-steps-textcontainer {
    color: #4A90E2;
    text-align: center;
    max-width: 100%; }
.m-steps__classic--progress li:not(.current) span:before, .m-steps__classic--progress li:not(.current) span:after {
    border-color: #ffffff; }
.m-steps__classic--progress li.current:not(.past) .m-steps-textcontainer {
    color: #ffffff;
    text-align: center;
    max-width: 100%; }
.m-steps__classic--progress li.current:not(.past):first-child, .m-steps__classic--progress li.current:not(.past):nth-child(2) {
    background-color: #ffffff; }
.m-steps__classic--progress li.past .m-steps-textcontainer {
    color: #ffffff;
    max-width: 100%; }
@media (max-width: 767px) {
    .m-steps__classic--progress {
        display: none !important; } }

[dir="rtl"] .m-steps__classic li span:before {
    position: absolute;
    height: 0;
    top: 50%;
    max-width: 300%;
    border-bottom: 1000px solid transparent;
    content: "";
    right: 97%;
    left: auto;
    border-radius: 0;
    margin-right: 10px;
    margin-left: 0;
    transform: scaleX(1) translateX(100%);
    z-index: 0; }

[dir="rtl"] .m-steps__classic li span:after {
    position: absolute;
    height: 0;
    top: 50%;
    transform: scaleY(-1) scaleX(1) translateY(100%) translateX(100%);
    max-width: 300%;
    border-radius: 0;
    border-bottom: 1000px solid transparent;
    content: "";
    right: 97%;
    left: auto;
    margin-right: 10px;
    margin-left: 0;
    z-index: 0; }

/*------------------------------------*\
    GREY
\*------------------------------------*/
/*------------------------------------*\
    BLUE
\*------------------------------------*/
/*------------------------------------*\
    GREEN
\*------------------------------------*/
/*------------------------------------*\
    YELLOW
\*------------------------------------*/
/*------------------------------------*\
    DANGER
\*------------------------------------*/
/*------------------------------------*\
    PAGINATION BUTONS
\*------------------------------------*/
/*************/
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border: 1px solid #ddd !important; }

body, html {
    font-family: "Poppins","Source Sans Pro", sans-serif; }

.clear {
    clear: both; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border: 1px solid #ddd; }

.form-control, input[type='text'], input[type='email'], input[type='number'], input[type="password"], input[type="phone"], select {
    border-radius: 0 !important; }

@media (max-width: 767px) {
    .button_container .pagination {
        font-size: 0; } }

@media (max-width: 767px) {
    .button_container .pagination li {
        display: inline-block; } }

.button_container .pagination span {
    padding: 7px 14px;
    font-size: 16px;
    background: #EAEAEA;
    padding: 8px 15px 8px;
    border: 1px solid #EAEAEA;
    padding: 8px 3px 8px; }
.button_container .pagination span :hover {
    color: grey;
    background: #EAEAEA; }

.button_container.steps_buttons input {
    font-size: 16px;
    padding: 7px 16px; }
.button_container.steps_buttons input:first-child {
    margin-right: 10px;
    font-weight: normal; }

.button_container.application_button_container {
    text-align: center; }
.button_container.application_button_container button, .button_container.application_button_container a {
    font-weight: normal;
    font-size: 16px;
    padding: 7px 20px;
    border: 2px solid #EAEAEA;
    border-bottom: 2px solid #EAEAEA;
    background: #fff;
    color: #5D5D5D; }
@media screen and (max-width: 768px) {
    .button_container.application_button_container button, .button_container.application_button_container a {
        padding: 7px 5px; } }
.button_container.application_button_container .next_button {
    border-radius: 0px 4px 4px 0;
    float: left; }
.button_container.application_button_container .previous_button {
    border-radius: 4px 0 0 4px;
    float: left; }

section.section_full .content {
    margin-top: 0;
    width: 100%; }
section.section_full .content input[type="file"] {
    display: block;
    max-width: 260px;
    padding: 12px;
    background-color: #dedede;
    border-radius: 6px;
    font-size: 14px; }
section.section_full .content > .m-form {
    float: none; }

section.section_full .top {
    padding: 15px 15px;
    width: 100%; }
section.section_full .top.help_tool p {
    float: left; }

section.section_full p {
    margin: 0 15px; }

section.section_full .disclamer_section {
    margin: auto; }

section.section_full .content {
    margin-top: 0;
    width: 100%; }

.panel .content {
    padding: 30px 15px 15px;
    background: #F8F8F8;
    position: relative;
    min-height: 1px;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA; }

.u-tac {
    text-align: center; }

.u-marg--t0 {
    margin-top: 0px; }

.u-marg--t10 {
    margin-top: 10px; }

.u-marg--t20 {
    margin-top: 20px; }

.u-marg--t30 {
    margin-top: 30px; }

.u-marg--t40 {
    margin-top: 40px; }
@media (max-width: 767px) {
    .u-marg--t40 {
        margin-top: 20px !important; } }

.u-marg--t50 {
    margin-top: 50px; }

.u-marg--t60 {
    margin-top: 60px; }

.u-marg--t66 {
    margin-top: 66px; }

.u-marg--b0 {
    margin-bottom: 0 !important; }
@media (max-width: 767px) {
    .u-marg--b0--xs {
        margin-bottom: 0 !important; } }

.u-marg--b5 {
    margin-bottom: 5px; }

.u-marg--b10 {
    margin-bottom: 10px; }

.u-marg--b20 {
    margin-bottom: 20px; }

.u-marg--b50 {
    margin-bottom: 50px; }

.u-marg--l5 {
    margin-left: 5px; }

.u-marg--l10 {
    margin-left: 10px; }

.u-marg--r5 {
    margin-right: 5px; }

.u-marg--all0 {
    margin: 0 !important; }

.u-marg--all50 {
    margin: 50px; }

.u-marg--x0 {
    margin: auto 0; }

.u-marg--y50 {
    margin: 50px auto; }

.u-marg--tb22 {
    margin-top: 22px;
    margin-bottom: 22px; }

.u-pad--all0 {
    padding: 0 !important; }
@media (max-width: 420px) {
    .u-pad--all0xs {
        padding: 0px !important; } }

.u-pad--all5 {
    padding: 5px; }

.u-pad--all15 {
    padding: 15px; }

.u-pad--all35 {
    padding: 35px; }

.u-pad--all-10-20 {
    padding: 10px 20px; }

.u-pad--t0 {
    padding-top: 0px; }

.u-pad--t10 {
    padding-top: 10px; }

.u-pad--t20 {
    padding-top: 20px; }

.u-pad--b10 {
    padding-bottom: 10px; }

.u-pad--lr0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.u-pad--l0 {
    padding-left: 0 !important; }

.u-pad--r0 {
    padding-right: 0 !important; }

.u-pad--l15 {
    padding-left: 15px !important; }

.u-pad--l35 {
    padding-left: 35px !important; }
@media (max-width: 800px) {
    .u-pad--l35 {
        padding-left: 28px !important; } }

.u-pad--l60 {
    padding-left: 60px !important; }
@media (max-width: 800px) {
    .u-pad--l60 {
        padding-left: 40px !important; } }
@media (max-width: 767px) {
    .u-pad--l60 {
        padding-left: 0px !important; } }

.u-pad--r0 {
    padding-right: 0; }

.u-pad--b30 {
    padding-bottom: 30px; }

.u-pad--tb20 {
    padding: 20px 0; }

.u-fl--fln {
    float: none; }

.u-fl--left {
    float: left; }

.u-fl--right {
    float: right; }

/*VALIDATE*/
.u-alert-field {
    position: absolute;
    background-color: #E27216;
    max-width: 325px;
    border-radius: 5px;
    color: white;
    padding: 5px 12px;
    z-index: 9;
    font: 12px/14px Arial, Helvetica, sans-serif;
    margin-top: -18px;
    display: none;
    bottom: -7px; }
.u-alert-field.alert-phone-with-prefix-select {
    bottom: -29px;
    white-space: nowrap; }
.u-alert-field:before {
    top: -5px;
    left: 10px;
    border-color: transparent transparent #cd2e26 transparent;
    content: "";
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 5px solid #E27216; }

.u-visible {
    display: block; }

.js-visible {
    display: none !important; }

#passportImagePicture {
    cursor: pointer; }

i[class*="icon-s--"] {
    display: inline-block; }

.clearfix {
    clear: both; }

@media (max-width: 767px) {
    #passportPicture {
        max-width: 260px;
        padding: 12px;
        background-color: #dedede;
        border-radius: 6px; } }

.js-payments-cards .top--sub > div:last-child {
    overflow: hidden; }

.js-payments-cards .top--sub .text-center {
    width: 11.2%;
    margin: 0 1.5%;
    float: left; }
.js-payments-cards .top--sub .text-center img {
    max-width: 40px;
    width: 100%; }

.js-payments-cards #paymentIcon {
    position: absolute;
    top: 16px;
    margin-top: -10px;
    right: 6px;
    z-index: 99; }

.js-payments-cards #paymentContent {
    padding-top: 15px; }

@media (min-width: 380px) {
    .js-payments-cards #card_number {
        padding-right: 50px; } }

@media only screen and (min-width: 767px) and (max-width: 768px) {
    .js-payments-cards #card_number {
        padding-right: 12px; } }

.processing_time label {
    width: 49%;
    margin-left: 2%;
    margin-right: 0 !important;
    margin-top: 10px; }
@media (max-width: 767px) {
    .processing_time label {
        width: 100%;
        margin-left: 0px; } }
.processing_time label:first-child {
    margin-left: 0 !important; }
.processing_time label.checked {
    background: #f0f8ff !important;
    border-color: #80b5f3 !important; }

.processing_time_v2 label {
    font-family: 'Poppins', sans-serif;
    width: 100%;
    background: transparent;
    border-color: transparent;
    cursor: pointer; }
.processing_time_v2 label.checked {
    background: transparent !important;
    border-color: transparent !important; }

.processing_time_v2 span {
    display: unset;
    font-weight: 400; }

.processing_time_v2 input[type='radio'] {
    margin-right: 5px; }

.payment-new .processing_time label {
    width: 60%;
    margin-left: 2%;
    margin-right: 0 !important;
    margin-top: 10px; }
@media (max-width: 767px) {
    .payment-new .processing_time label {
        width: 100%;
        margin-left: 0px; } }
.payment-new .processing_time label:first-child {
    margin-left: 0 !important;
    width: 35%; }
@media (max-width: 767px) {
    .payment-new .processing_time label:first-child {
        width: 100%; } }
.payment-new .processing_time label.checked {
    background: #f0f8ff !important;
    border-color: #80b5f3 !important; }

select.month_select, select.year_select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    min-width: 60px; }

.cards_logos {
    overflow: hidden;
    margin-left: -5px; }
.cards_logos > div {
    width: 11.2%;
    margin: 0 1.5%;
    float: left;
    padding: 0; }
.cards_logos > div img {
    max-width: 40px;
    width: 100%; }

/*SELECT COUNTRY*/
form .j-form-container {
    margin-bottom: 15px; }
form .j-form-container .m-flex {
    display: flex;
    flex-wrap: wrap; }
form .j-form-container .m-flex .parsley-errors-list {
    order: 3; }
form .j-form-container .m-flex .select2-container {
    width: 100% !important;
    order: 2; }
form .j-form-container .m-flex .select2-selection--single {
    border-radius: 0;
    height: 35px;
    padding-top: 3px;
    border-color: #ccc; }
form .j-form-container .m-flex .select2-selection--single .select2-selection__arrow {
    top: 5px; }

form .m-flex-selec2.j-form-container .col-sm-12 .input-group, form .m-flex-selec2.j-form-container section.section_full .input-group, form .m-flex-selec2.j-form-container .form_list .input-group, form .m-flex-selec2.j-form-container .other_options .title .input-group, .other_options form .m-flex-selec2.j-form-container .title .input-group, form .m-flex-selec2.j-form-container .form_login_contact .input-group, form .m-flex-selec2.j-form-container .form_detail_button .input-group, form .m-flex-selec2.j-form-container .resetpassword .input-group, form .m-flex-selec2.j-form-container .login_customer_contact .input-group, form .m-flex-selec2.j-form-container .createaccount_customer .input-group, form .m-flex-selec2.j-form-container .info_form .input-group, form .m-flex-selec2.j-form-container .col-sm-9 .input-group, form .m-flex-selec2.j-form-container .form_list .formdetail .input-group, .form_list form .m-flex-selec2.j-form-container .formdetail .input-group, form .m-flex-selec2.j-form-container .form_new_account_question .select_label .input-group, .form_new_account_question form .m-flex-selec2.j-form-container .select_label .input-group, form .m-flex-selec2.j-form-container .form_new_account_question .question .input-group, .form_new_account_question form .m-flex-selec2.j-form-container .question .input-group, form .m-flex-selec2.j-form-container .form_new_account_telf .telf_label .input-group, .form_new_account_telf form .m-flex-selec2.j-form-container .telf_label .input-group, form .m-flex-selec2.j-form-container .form_new_account_telf .numtelf .input-group, .form_new_account_telf form .m-flex-selec2.j-form-container .numtelf .input-group {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
form .m-flex-selec2.j-form-container .col-sm-12 .input-group .parsley-errors-list, form .m-flex-selec2.j-form-container section.section_full .input-group .parsley-errors-list, form .m-flex-selec2.j-form-container .form_list .input-group .parsley-errors-list, form .m-flex-selec2.j-form-container .other_options .title .input-group .parsley-errors-list, .other_options form .m-flex-selec2.j-form-container .title .input-group .parsley-errors-list, form .m-flex-selec2.j-form-container .form_login_contact .input-group .parsley-errors-list, form .m-flex-selec2.j-form-container .form_detail_button .input-group .parsley-errors-list, form .m-flex-selec2.j-form-container .resetpassword .input-group .parsley-errors-list, form .m-flex-selec2.j-form-container .login_customer_contact .input-group .parsley-errors-list, form .m-flex-selec2.j-form-container .createaccount_customer .input-group .parsley-errors-list, form .m-flex-selec2.j-form-container .info_form .input-group .parsley-errors-list, form .m-flex-selec2.j-form-container .col-sm-9 .input-group .parsley-errors-list, form .m-flex-selec2.j-form-container .form_list .formdetail .input-group .parsley-errors-list, .form_list form .m-flex-selec2.j-form-container .formdetail .input-group .parsley-errors-list, form .m-flex-selec2.j-form-container .form_new_account_question .select_label .input-group .parsley-errors-list, .form_new_account_question form .m-flex-selec2.j-form-container .select_label .input-group .parsley-errors-list, form .m-flex-selec2.j-form-container .form_new_account_question .question .input-group .parsley-errors-list, .form_new_account_question form .m-flex-selec2.j-form-container .question .input-group .parsley-errors-list, form .m-flex-selec2.j-form-container .form_new_account_telf .telf_label .input-group .parsley-errors-list, .form_new_account_telf form .m-flex-selec2.j-form-container .telf_label .input-group .parsley-errors-list, form .m-flex-selec2.j-form-container .form_new_account_telf .numtelf .input-group .parsley-errors-list, .form_new_account_telf form .m-flex-selec2.j-form-container .numtelf .input-group .parsley-errors-list {
    -webkit-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3; }
form .m-flex-selec2.j-form-container .col-sm-12 .input-group .select2-container, form .m-flex-selec2.j-form-container section.section_full .input-group .select2-container, form .m-flex-selec2.j-form-container .form_list .input-group .select2-container, form .m-flex-selec2.j-form-container .other_options .title .input-group .select2-container, .other_options form .m-flex-selec2.j-form-container .title .input-group .select2-container, form .m-flex-selec2.j-form-container .form_login_contact .input-group .select2-container, form .m-flex-selec2.j-form-container .form_detail_button .input-group .select2-container, form .m-flex-selec2.j-form-container .resetpassword .input-group .select2-container, form .m-flex-selec2.j-form-container .login_customer_contact .input-group .select2-container, form .m-flex-selec2.j-form-container .createaccount_customer .input-group .select2-container, form .m-flex-selec2.j-form-container .info_form .input-group .select2-container, form .m-flex-selec2.j-form-container .col-sm-9 .input-group .select2-container, form .m-flex-selec2.j-form-container .form_list .formdetail .input-group .select2-container, .form_list form .m-flex-selec2.j-form-container .formdetail .input-group .select2-container, form .m-flex-selec2.j-form-container .form_new_account_question .select_label .input-group .select2-container, .form_new_account_question form .m-flex-selec2.j-form-container .select_label .input-group .select2-container, form .m-flex-selec2.j-form-container .form_new_account_question .question .input-group .select2-container, .form_new_account_question form .m-flex-selec2.j-form-container .question .input-group .select2-container, form .m-flex-selec2.j-form-container .form_new_account_telf .telf_label .input-group .select2-container, .form_new_account_telf form .m-flex-selec2.j-form-container .telf_label .input-group .select2-container, form .m-flex-selec2.j-form-container .form_new_account_telf .numtelf .input-group .select2-container, .form_new_account_telf form .m-flex-selec2.j-form-container .numtelf .input-group .select2-container {
    width: 95% !important;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
form .m-flex-selec2.j-form-container .col-sm-12 .input-group .input-group-addon.m-help--sign, form .m-flex-selec2.j-form-container section.section_full .input-group .input-group-addon.m-help--sign, form .m-flex-selec2.j-form-container .form_list .input-group .input-group-addon.m-help--sign, form .m-flex-selec2.j-form-container .other_options .title .input-group .input-group-addon.m-help--sign, .other_options form .m-flex-selec2.j-form-container .title .input-group .input-group-addon.m-help--sign, form .m-flex-selec2.j-form-container .form_login_contact .input-group .input-group-addon.m-help--sign, form .m-flex-selec2.j-form-container .form_detail_button .input-group .input-group-addon.m-help--sign, form .m-flex-selec2.j-form-container .resetpassword .input-group .input-group-addon.m-help--sign, form .m-flex-selec2.j-form-container .login_customer_contact .input-group .input-group-addon.m-help--sign, form .m-flex-selec2.j-form-container .createaccount_customer .input-group .input-group-addon.m-help--sign, form .m-flex-selec2.j-form-container .info_form .input-group .input-group-addon.m-help--sign, form .m-flex-selec2.j-form-container .col-sm-9 .input-group .input-group-addon.m-help--sign, form .m-flex-selec2.j-form-container .form_list .formdetail .input-group .input-group-addon.m-help--sign, .form_list form .m-flex-selec2.j-form-container .formdetail .input-group .input-group-addon.m-help--sign, form .m-flex-selec2.j-form-container .form_new_account_question .select_label .input-group .input-group-addon.m-help--sign, .form_new_account_question form .m-flex-selec2.j-form-container .select_label .input-group .input-group-addon.m-help--sign, form .m-flex-selec2.j-form-container .form_new_account_question .question .input-group .input-group-addon.m-help--sign, .form_new_account_question form .m-flex-selec2.j-form-container .question .input-group .input-group-addon.m-help--sign, form .m-flex-selec2.j-form-container .form_new_account_telf .telf_label .input-group .input-group-addon.m-help--sign, .form_new_account_telf form .m-flex-selec2.j-form-container .telf_label .input-group .input-group-addon.m-help--sign, form .m-flex-selec2.j-form-container .form_new_account_telf .numtelf .input-group .input-group-addon.m-help--sign, .form_new_account_telf form .m-flex-selec2.j-form-container .numtelf .input-group .input-group-addon.m-help--sign {
    position: absolute;
    right: -10px;
    top: 5px; }
form .m-flex-selec2.j-form-container .col-sm-12 .input-group .select2-selection--single, form .m-flex-selec2.j-form-container section.section_full .input-group .select2-selection--single, form .m-flex-selec2.j-form-container .form_list .input-group .select2-selection--single, form .m-flex-selec2.j-form-container .other_options .title .input-group .select2-selection--single, .other_options form .m-flex-selec2.j-form-container .title .input-group .select2-selection--single, form .m-flex-selec2.j-form-container .form_login_contact .input-group .select2-selection--single, form .m-flex-selec2.j-form-container .form_detail_button .input-group .select2-selection--single, form .m-flex-selec2.j-form-container .resetpassword .input-group .select2-selection--single, form .m-flex-selec2.j-form-container .login_customer_contact .input-group .select2-selection--single, form .m-flex-selec2.j-form-container .createaccount_customer .input-group .select2-selection--single, form .m-flex-selec2.j-form-container .info_form .input-group .select2-selection--single, form .m-flex-selec2.j-form-container .col-sm-9 .input-group .select2-selection--single, form .m-flex-selec2.j-form-container .form_list .formdetail .input-group .select2-selection--single, .form_list form .m-flex-selec2.j-form-container .formdetail .input-group .select2-selection--single, form .m-flex-selec2.j-form-container .form_new_account_question .select_label .input-group .select2-selection--single, .form_new_account_question form .m-flex-selec2.j-form-container .select_label .input-group .select2-selection--single, form .m-flex-selec2.j-form-container .form_new_account_question .question .input-group .select2-selection--single, .form_new_account_question form .m-flex-selec2.j-form-container .question .input-group .select2-selection--single, form .m-flex-selec2.j-form-container .form_new_account_telf .telf_label .input-group .select2-selection--single, .form_new_account_telf form .m-flex-selec2.j-form-container .telf_label .input-group .select2-selection--single, form .m-flex-selec2.j-form-container .form_new_account_telf .numtelf .input-group .select2-selection--single, .form_new_account_telf form .m-flex-selec2.j-form-container .numtelf .input-group .select2-selection--single {
    border-radius: 0;
    height: 35px;
    padding-top: 3px;
    border-color: #ccc; }
form .m-flex-selec2.j-form-container .col-sm-12 .input-group .select2-selection--single .select2-selection__arrow, form .m-flex-selec2.j-form-container section.section_full .input-group .select2-selection--single .select2-selection__arrow, form .m-flex-selec2.j-form-container .form_list .input-group .select2-selection--single .select2-selection__arrow, form .m-flex-selec2.j-form-container .other_options .title .input-group .select2-selection--single .select2-selection__arrow, .other_options form .m-flex-selec2.j-form-container .title .input-group .select2-selection--single .select2-selection__arrow, form .m-flex-selec2.j-form-container .form_login_contact .input-group .select2-selection--single .select2-selection__arrow, form .m-flex-selec2.j-form-container .form_detail_button .input-group .select2-selection--single .select2-selection__arrow, form .m-flex-selec2.j-form-container .resetpassword .input-group .select2-selection--single .select2-selection__arrow, form .m-flex-selec2.j-form-container .login_customer_contact .input-group .select2-selection--single .select2-selection__arrow, form .m-flex-selec2.j-form-container .createaccount_customer .input-group .select2-selection--single .select2-selection__arrow, form .m-flex-selec2.j-form-container .info_form .input-group .select2-selection--single .select2-selection__arrow, form .m-flex-selec2.j-form-container .col-sm-9 .input-group .select2-selection--single .select2-selection__arrow, form .m-flex-selec2.j-form-container .form_list .formdetail .input-group .select2-selection--single .select2-selection__arrow, .form_list form .m-flex-selec2.j-form-container .formdetail .input-group .select2-selection--single .select2-selection__arrow, form .m-flex-selec2.j-form-container .form_new_account_question .select_label .input-group .select2-selection--single .select2-selection__arrow, .form_new_account_question form .m-flex-selec2.j-form-container .select_label .input-group .select2-selection--single .select2-selection__arrow, form .m-flex-selec2.j-form-container .form_new_account_question .question .input-group .select2-selection--single .select2-selection__arrow, .form_new_account_question form .m-flex-selec2.j-form-container .question .input-group .select2-selection--single .select2-selection__arrow, form .m-flex-selec2.j-form-container .form_new_account_telf .telf_label .input-group .select2-selection--single .select2-selection__arrow, .form_new_account_telf form .m-flex-selec2.j-form-container .telf_label .input-group .select2-selection--single .select2-selection__arrow, form .m-flex-selec2.j-form-container .form_new_account_telf .numtelf .input-group .select2-selection--single .select2-selection__arrow, .form_new_account_telf form .m-flex-selec2.j-form-container .numtelf .input-group .select2-selection--single .select2-selection__arrow {
    top: 5px; }

form .m-flex-selec2.j-form-container#form-occupation .input-group-addon.m-help--sign {
    right: 10px;
    top: 0; }

form .parsley-error {
    border-color: red !important; }

@media screen and (max-width: 768px) {
    .j-date-form .form-group select {
        margin-bottom: 15px; }
    .payment .parsley-errors-list.filled li {
        padding-top: 5px;
        font-size: 12px;
        line-height: 1.2; }
    .cvv_group input[type=text] {
        float: none;
        margin-bottom: 0 !important; }
    #errors-cvv {
        max-width: 65px; } }

@media screen and (max-width: 1024px) {
    .j-date-form .form-group select {
        padding: 5px; } }

.m-button-icon {
    color: #ffffff;
    background-image: url(/img/common/payment/logos/secure.png), linear-gradient(-180deg, #B4ED50 0%, #429321 100%) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 15px  70px 15px 25px;
    border-radius: 5px !important;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
@media only screen and (max-width: 767px) {
    .m-button-icon {
        margin-bottom: 0px !important; } }
@media only screen and (min-width: 767px) and (max-width: 991px) {
    .m-button-icon {
        padding: 15px 45px 15px 15px; } }
.m-button-icon:disabled {
    background-image: url(/img/common/payment/logos/secure.png), linear-gradient(to bottom, #e4e4e4, #e4e4e4) !important;
    box-shadow: 0px 3px 0px #828282, 0px 3px 5px rgba(0, 0, 0, 0.7);
    color: #6c6c6c; }
.m-button-icon:disabled:hover {
    background-image: url(/img/common/payment/logos/secure.png), linear-gradient(to bottom, #e4e4e4, #e4e4e4) !important;
    color: #6c6c6c;
    border-color: #dedede;
    box-shadow: 0px 3px 0px #6c6c6c, 0px 3px 5px rgba(0, 0, 0, 0.7); }
.m-button-icon:hover, .m-button-icon:active {
    background-image: url(/img/common/payment/logos/secure.png), linear-gradient(-180deg, #88B13E 0%, #429321 100%) !important;
    color: rgba(255, 255, 255, 0.74); }
.m-button-icon:hover {
    color: rgba(255, 255, 255, 0.74);
    background-color: #559a05 !important; }

.nav-stacked > li label {
    cursor: pointer;
    background: #f2f2f2;
    padding: 5px 10px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-right: 17px;
    border: solid 2px #eaeaea;
    border-radius: 5px;
    width: 100%; }
.nav-stacked > li label input[type=radio] {
    margin-right: 5px; }

.nav-stacked > li span {
    padding-left: 22px;
    font-weight: 400;
    font-size: 10px;
    display: block; }

.nav-tabs > li {
    color: #000; }

.nav-tabs > li.active {
    color: #000;
    background: #FFF; }

.nav-tabs > li > label {
    cursor: pointer;
    background: #f2f2f2;
    padding: 9px 10px;
    margin-bottom: 10px;
    margin-right: 0px;
    border: solid 2px #eaeaea;
    border-radius: 5px; }

.nav-tabs > li.active > label {
    background: #f0f8ff !important;
    border-color: #80b5f3 !important; }

.nav-stacked > li + li {
    margin-top: 0px;
    text-align: left; }

.nav-tabs {
    border-bottom: 0px; }

.nav-tabs > li > a {
    padding: 15px;
    color: #AAAAAA;
    border: 0px;
    border-radius: 0px;
    margin: 0; }

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    background-color: #FFF;
    color: #000;
    z-index: 99;
    transition: all 0.5s ease 0s; }

.nav-tabs > li.active > a {
    color: #000;
    background-color: #FFF;
    z-index: 100; }

.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #000;
    background-color: #FFF;
    transition: all 0.5s ease 0s; }

.tab-content label {
    font-size: 14px;
    font-weight: 500;
    margin-left: 2px; }

.tab-content .cvv_group input[type=text] {
    width: 60px; }
@media (max-width: 767px) {
    .tab-content .cvv_group input[type=text] {
        width: 65px !important; } }

.tab-content .cvv_group .input-group-addon.cvv-new {
    /* display: inline-block; */
    position: absolute;
    top: 0px;
    left: 55px; }

.tab-content .m-button-success {
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    border: 1px solid #417505; }
@media (max-width: 992px) {
    .tab-content .m-button-success {
        width: 100%;
        font-size: 18px; } }
.tab-content .m-button-success:hover {
    background-color: #50AE29;
    color: #FFF; }

.m-ssl-encrytion {
    position: absolute;
    bottom: -100px;
    left: 50%;
    margin-left: -85px; }

.m-txt--smallcompress div label {
    cursor: pointer;
    background: #f2f2f2;
    padding: 5px 10px;
    margin-bottom: 10px;
    margin-right: 17px;
    border: solid 2px #eaeaea;
    border-radius: 5px; }
.m-txt--smallcompress div label input[type=radio] {
    margin-right: 5px; }
.m-txt--smallcompress div label span {
    display: block;
    font-weight: 400;
    font-size: 11px;
    margin-left: 21px;
    letter-spacing: -0.4px; }

.payment_form {
    background-color: #ffffff;
    padding: 20px 30px 40px; }
@media (max-width: 480px) {
    .payment_form {
        padding: 15px; } }
.payment_form ol {
    padding-left: 0; }
.payment_form hr {
    margin: 15px 0;
    border-top: 2px dotted #eeeeee; }
@media (max-width: 767px) {
    .payment_form hr {
        display: none; } }
@media (max-width: 480px) {
    .payment_form .payment-section .btn {
        white-space: normal; } }

label img {
    pointer-events: none !important; }

.tab-pane h5 {
    font-size: 14px;
    color: #909090; }
@media (max-width: 767px) {
    .tab-pane h5 {
        margin-top: 15px; } }

.tooltip {
    background: #eaeaea; }
@media (max-width: 320px) {
    .tooltip {
        left: -100px !important; } }
.tooltip .top, .tooltip .in {
    background: #eaeaea;
    color: #000;
    padding: 10px;
    width: 100px; }

.cvv_group .input-group-addon {
    position: absolute;
    top: 0px;
    left: 55px; }

.tooltip {
    background: #eaeaea; }
.tooltip .top, .tooltip .in {
    background: #eaeaea;
    color: #000;
    padding: 10px;
    width: 100px; }

.tooltip-inner {
    background: #eaeaea;
    color: #000;
    width: 220px;
    padding: 15px;
    border-radius: 5px; }
.tooltip-inner img {
    width: 120px;
    margin-top: 10px; }

.cvv_group input[type=text] {
    width: 80px; }
@media (max-width: 320px) {
    .cvv_group input[type=text] {
        width: 87%;
        margin-right: 0;
        display: inline-block;
        margin-bottom: 10px; } }

.cvv_group .input-group-addon {
    display: inline-block; }

[data-placement="top"] + .tooltip > .tooltip-arrow {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #eaeaea;
    margin-left: -5px;
    bottom: -10px; }

.m-flex--cent {
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

.processing_time .content {
    background: #fff;
    padding: inherit; }

@media (max-width: 450px) {
    .m-box--mh372 {
        min-height: 150px !important; } }

.section_full .anchor-container img {
    max-width: 100%; }

.payment {
    padding: 20px 0; }
.payment .input-group {
    display: block; }
.payment .payment_form .payment-section .j-form-container .m-help--sign {
    position: absolute;
    left: 100%; }
@media (min-width: 768px) {
    .payment .payment_form .payment-section .j-form-container .m-help--sign.icon_cvv {
        left: 63px; } }
@media (max-width: 480px) {
    .payment section {
        padding-left: 0;
        padding-right: 0; }
    .payment section .payment-section label {
        font-size: 12px;
        margin-left: 0; }
    .payment section .payment-section .expire_date .form-group:first-child {
        padding-right: 0; }
    .payment section .payment-section .expire_date .form-group:last-child {
        padding-left: 0; } }
.payment aside {
    margin: 35px 0 20px;
    background-color: #f8f8f8;
    padding-top: 10px;
    padding-bottom: 10px; }
@media (max-width: 767px) {
    .payment aside {
        padding-top: 20px;
        padding-bottom: 20px;
        margin-top: 0px; } }
.payment aside h5, .payment aside p {
    color: #6D6666; }
.payment aside h5 {
    font-size: 85%; }
.payment aside p {
    margin-left: 6px;
    font-size: 75%; }
.payment aside .btn {
    margin-top: 15px;
    text-decoration: none; }
.payment ol {
    margin-bottom: 0; }
@media (max-width: 480px) {
    .payment ol {
        margin-left: 15px; } }
.payment .parsley-errors-list.filled {
    margin: 0;
    padding: 0; }

@media (max-width: 480px) {
    .col-xxs-12 {
        display: block !important;
        width: 100% !important; }
    .m-txt--footer {
        margin-left: 0; } }

.m-form-payment {
    background-color: #F8F8FA; }

.m-form-application {
    background: #F8F8F8; }
.m-form-application .m-help--sign {
    position: relative; }

.m-help {
    clear: both; }

@media (max-width: 767px) {
    select {
        font-size: 14px !important; } }

input#card-number, input#expiry-date, input#cvv {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    /* color: #ececec; */
    opacity: 0.8; }

.validation-only-number {
    padding: 5px 0 0 5px; }

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100% !important; }

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-s--employee {
    background-image: url(/images/sprites/india.png);
    background-position: -84px 0px;
    width: 42px;
    height: 49px; }

.icon-s--letter {
    background-image: url(/images/sprites/india.png);
    background-position: -42px 0px;
    width: 42px;
    height: 51px; }

.icon-s--passport {
    background-image: url(/images/sprites/india.png);
    background-position: 0px 0px;
    width: 42px;
    height: 61px; }

.icon-s--path, .m-steps-step-arrow:after {
    background-image: url(/images/sprites/india.png);
    background-position: -126px 0px;
    width: 17px;
    height: 70px; }

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-s--CardBlank {
    background-image: url(/img/common/sprites/paymentCards.png);
    background-position: -35px -22px;
    width: 34px;
    height: 22px; }

.icon-s--amex, .js-payments-cards .amex {
    background-image: url(/img/common/sprites/paymentCards.png);
    background-position: 0px -44px;
    width: 34px;
    height: 22px; }

.icon-s--diners, .js-payments-cards .diners_club_international {
    background-image: url(/img/common/sprites/paymentCards.png);
    background-position: 0px 0px;
    width: 35px;
    height: 22px; }

.icon-s--discover, .js-payments-cards .discover {
    background-image: url(/img/common/sprites/paymentCards.png);
    background-position: -35px 0px;
    width: 35px;
    height: 22px; }

.icon-s--jcb, .js-payments-cards .jcb {
    background-image: url(/img/common/sprites/paymentCards.png);
    background-position: -34px -44px;
    width: 34px;
    height: 22px; }

.icon-s--maestro, .js-payments-cards .maestro {
    background-image: url(/img/common/sprites/paymentCards.png);
    background-position: 0px -22px;
    width: 35px;
    height: 22px; }

.icon-s--mastercard, .js-payments-cards .mastercard {
    background-image: url(/img/common/sprites/paymentCards.png);
    background-position: -70px 0px;
    width: 34px;
    height: 22px; }

.icon-s--visa, .js-payments-cards .visa {
    background-image: url(/img/common/sprites/paymentCards.png);
    background-position: -70px -22px;
    width: 34px;
    height: 22px; }

/*
Icon classes can be used entirely standalone. They are named after their original file names.

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
.icon-s--cvv {
    background-image: url(/img/common/sprites/payment.png);
    background-position: 0px 0px;
    width: 150px;
    height: 100px; }

.icon-s--paycards {
    background-image: url(/img/common/sprites/payment.png);
    background-position: 0px -100px;
    width: 134px;
    height: 33px; }

.icon-s--secure_lock {
    background-image: url(/img/common/sprites/payment.png);
    background-position: -150px 0px;
    width: 94px;
    height: 93px; }

.icon-s--tarj_cvv {
    background-image: url(/img/common/sprites/payment.png);
    background-position: -134px -100px;
    width: 40px;
    height: 31px; }

.tresdsecure {
    background: url(/img/common/ajax-loader.gif);
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 10px; }

.alert-union-pay {
    color: inherit; }
.alert-union-pay img {
    margin-bottom: 10px; }
.alert-union-pay a {
    color: #337ab7;
    font-weight: 700;
    text-decoration: underline; }

.m-cookies-policy {
    display: none;
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 10px 0 !important;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    z-index: 9999; }
.m-cookies-policy .inner {
    width: 100%;
    position: relative;
    padding: 0 15px;
    font-size: 13px;
    top: 10%; }
@media (max-width: 767px) {
    .m-cookies-policy .inner {
        line-height: 21px; } }
.m-cookies-policy .inner p {
    color: #ffffff;
    font-size: 0.9em;
    letter-spacing: .2px;
    margin: 0; }
.m-cookies-policy a {
    color: #fff; }
.m-cookies-policy a.cookieAccept {
    background-color: rgba(0, 0, 0, 0.6);
    border: 1px solid #a9a9a9;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    text-decoration: none !important;
    text-align: center;
    display: inline-block;
    padding: 5px 15px;
    font-size: 12px;
    font-weight: 700;
    min-width: 90px;
    margin-left: 10px; }
@media (max-width: 767px) {
    .m-cookies-policy a.cookieAccept {
        padding: 2px 15px; } }
@media (max-width: 375px) {
    .m-cookies-policy a.cookieAccept {
        margin-top: 5px;
        margin-bottom: 5px; } }
.m-cookies-policy a.cookieAccept:hover {
    background-color: rgba(217, 217, 217, 0.15); }

.terms-modal {
    width: 100%; }

.modal-open .modal {
    overflow-y: scroll; }
.modal-open .modal .modal-dialog.modal-txt {
    height: 50%;
    min-height: 200px; }
.modal-open .modal .modal-dialog.modal-txt .modal-content {
    height: 100%;
    min-height: 200px; }
.modal-open .modal .modal-dialog.modal-txt .modal-content .modal-header .close {
    margin-top: -6px;
    opacity: 0.8;
    font-size: 35px; }
.modal-open .modal .modal-dialog.modal-txt .modal-content .modal-body {
    max-height: calc(100% - 138px);
    font-size: 12px;
    overflow-y: scroll; }
.modal-open .modal .modal-dialog.modal-txt .modal-content .modal-body h2, .modal-open .modal .modal-dialog.modal-txt .modal-content .modal-body h3, .modal-open .modal .modal-dialog.modal-txt .modal-content .modal-body h4 {
    font-size: 18px;
    color: #003049;
    padding: 10px 0 0 0;
    margin: 2px 0;
    font-weight: normal;
    border-bottom: 0; }
.modal-open .modal .modal-dialog.modal-txt .modal-content .modal-body.alert, .modal-open .modal .modal-dialog.modal-txt .modal-content .modal-body.alert_container, .modal-open .modal .modal-dialog.modal-txt .modal-content .modal-body.alert_container_success {
    margin-bottom: 0; }
.modal-open .modal .modal-dialog.modal-txt .modal-content .modal-footer {
    border-radius: 0 0 5px 5px;
    background: white; }

#paysafe #paySafeHolderName {
    min-width: 200px; }

#paysafe .inputField {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
#paysafe .inputField#paySafeCardNumber {
    min-width: 200px; }
#paysafe .inputField#paySafeExpiryDate {
    width: 100px; }
#paysafe .inputField#paySafeCvv {
    width: 60px;
    margin-right: 10px;
    border-radius: 3px !important; }
#paysafe .inputField[disabled] {
    background-color: #eeeeee;
    cursor: not-allowed; }

#paysafe input#card-number, #paysafe input#expiry-date, #paysafe input#cvv {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    opacity: 0.8; }

#paysafe [id^='errors-'] {
    font-size: 13px;
    margin-top: 4px;
    color: red; }

#paysafe #spinner-loader-paysafe {
    color: #6c6c6c; }

#paysafe .m-help--sign {
    top: 0; }

@media (max-width: 767px) {
    #paysafe .inputField#paySafeCvv {
        margin-right: 0; }
    #paysafe .input-line {
        padding-left: 0;
        padding-right: 0; } }

#easypayment #diy-pan,
#easypayment #diy-chName input,
#easypayment #diy-expdate input,
#easypayment #diy-cvnNumber input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
#easypayment #diy-pan[disabled],
#easypayment #diy-chName input[disabled],
#easypayment #diy-expdate input[disabled],
#easypayment #diy-cvnNumber input[disabled] {
    background-color: #eeeeee;
    cursor: not-allowed; }

#easypayment #diy-pan {
    padding-top: 0;
    padding-bottom: 0; }
#easypayment #diy-pan.parsley-error {
    border-color: red !important; }

#easypayment #diy-chName {
    min-width: 200px; }

#easypayment #diy-pan #pan {
    min-width: 200px;
    max-width: 100%;
    height: 32px !important; }
#easypayment #diy-pan #pan input {
    background-color: red !important; }

#easypayment #diy-expdate {
    width: 100px; }

#easypayment #diy-cvnNumber {
    display: flex;
    flex-direction: column;
    margin-right: 10px; }
#easypayment #diy-cvnNumber > input {
    width: 60px; }

#easypayment[disabled] {
    background-color: #eeeeee;
    cursor: not-allowed; }

#easypayment input#card-number, #easypayment input#expiry-date, #easypayment input#cvv {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    opacity: 0.8; }

#easypayment [id^='errors-'] {
    font-size: 14px;
    margin-top: 4px;
    color: red; }

#easypayment #spinner-loader-easypayment {
    color: #6c6c6c; }

#easypayment .m-help--sign {
    top: 0; }

#worldline .month_select, #worldline .year_select {
    width: auto; }

#worldline [id^='errors-'] {
    font-size: 13px;
    margin-top: 4px;
    color: red; }

#worldline .parsley-error {
    border: 1px solid red; }

#worldline #spinner-loader-paysafe {
    color: #6c6c6c; }

@media (max-width: 767px) {
    #worldline .sm-align {
        float: right; } }

.m-box {
    margin-top: 15px;
    display: block; }
.m-box-highlighted {
    width: 100%;
    padding: 15px 25px 25px; }
.m-box-row {
    width: 100%;
    display: block;
    clear: both; }
.m-box-row > div {
    padding: 35px 20px; }
.m-box-rowside {
    width: 100%;
    display: block;
    clear: both;
    margin-bottom: 20px; }
.m-box-rowside > div {
    padding: 20px 20px; }
.m-box-rowButton {
    width: 100%;
    bottom: 0; }
.m-box-rowButton > div {
    padding: 10px 20px; }
@media (max-width: 767px) {
    .m-box-rowButton {
        position: relative; } }
.m-box--middle {
    display: block;
    margin: 0 auto;
    width: 95%; }
.m-box--middlecontainer {
    float: left;
    width: 100%;
    margin-bottom: 50px; }
.m-box--bgcolor-0a {
    background: rgba(34, 42, 44, 0.7); }
.m-box--bgcolor-2 {
    background: #387DCE; }
.m-box--bgcolor-3 {
    background: #1E334A; }
.m-box--bgcolor-4 {
    background: #2F4E7C; }
.m-box--bgcolor-5 {
    background: #F3F8FF; }
.m-box--bgcolor-6 {
    background: #B8D4FE; }
.m-box--bgcolor-8 {
    background: #6D6666; }
.m-box--bgcolor-7 {
    background: #393939; }
.m-box--bgcolor-9 {
    background: #E7E7E7; }
.m-box--bgcolor-10 {
    background: #F8F8F8; }
.m-box--bgcolor-12 {
    background: rgba(0, 0, 0, 0.3); }
.m-box--bgcolor-13 {
    background: #9E9E9E; }
.m-box--bgcolor-18 {
    background: #FFF8DC; }
.m-box--bgcolor-27 {
    background: #41479b; }
.m-box--bgcolor-f {
    background: #FFFFFF !important; }
.m-box--prelinercolor1 {
    border-bottom: 2px solid #4A90E2; }
.m-box--prelinercolor2 {
    border-bottom: 2px solid #E7E7E7; }
.m-box--floatspacer {
    display: block;
    float: left; }
.m-box--linebot-13 {
    border-bottom: 1px solid #9E9E9E; }
.m-box--inliner {
    display: inline-block;
    vertical-align: middle; }
.m-box--mh372 {
    min-height: 372px; }

.m-boxtable {
    display: table;
    width: 100%;
    table-layout: fixed; }
.m-boxtable-content {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    float: none; }
.m-boxtable-content--bottom {
    display: table-cell;
    vertical-align: bottom;
    float: none; }
.m-boxtable--fullvertical {
    height: 100%;
    position: relative; }
@media (max-width: 767px) {
    .m-boxtable--fullvertical {
        height: auto;
        display: block; }
    .m-boxtable--fullvertical > div {
        margin-top: 15px;
        float: left;
        height: auto;
        width: 100%; }
    .m-boxtable--fullvertical > div img {
        display: none; } }
.m-boxtable--preliner {
    width: 48px; }
.m-boxtable--spacer {
    width: 10px; }
.m-boxtable--y-line {
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    padding: 12px 0;
    margin-bottom: 15px; }
.m-boxtable--x-line {
    border-left: 1px solid #e7e7e7;
    border-right: 1px solid #e7e7e7; }

.t-shadow, .m-button-primary, .m-button-success {
    text-shadow: 1.5px 1.5px 1px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 1.5px 1.5px 1px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 1.5px 1.5px 1px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 1.5px 1.5px 1px rgba(0, 0, 0, 0.5);
    -o-text-shadow: 1.5px 1.5px 1px rgba(0, 0, 0, 0.5); }

.m-button-primary {
    background: #4A90E2;
    border: 1px solid #387DCE;
    color: #FFFFFF;
    letter-spacing: .8px;
    font-size: 20px;
    line-height: 120%;
    padding: 10px 15px;
    white-space: normal; }
@media (max-width: 1199px) {
    .m-button-primary {
        padding: 5px 5px 5px; } }
@media (max-width: 767px) {
    .m-button-primary {
        width: 100%; } }
.m-button-primary--fullsize {
    width: 100%; }

.m-button-success {
    background: #5ed02f;
    border: 1px solid #417505;
    color: #FFFFFF;
    letter-spacing: .8px;
    font-size: 20px;
    line-height: 120%;
    padding: 10px 15px;
    white-space: normal; }
@media (max-width: 1199px) {
    .m-button-success {
        padding: 5px 5px 5px; } }
@media (max-width: 767px) {
    .m-button-success {
        width: 100%; } }
.m-button-success--fullsize {
    width: 100%; }
.m-button-success:disabled {
    background: #dedede;
    color: #6c6c6c;
    border-color: #dedede; }
.m-button-success:disabled:hover {
    background: #dedede;
    color: #6c6c6c;
    border-color: #dedede; }

.m-button-plane {
    padding: 10px 20px;
    background: #F3F8FF;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px; }
@media (max-width: 767px) {
    .m-button-plane {
        background: none; } }

.m-button-confirm {
    display: none; }

.m-button-extratxt {
    font-size: 11px; }

/*@media (max-width: 480px) {
  .btn {
    white-space: normal;
  }
}*/
.m-header {
    min-height: 50px; }
@media (max-width: 767px) {
    .m-header {
        padding: 0; } }
@media (max-width: 767px) {
    .m-header-nav {
        padding: 3px 0 3px 0;
        background: #F3F8FF; } }
.m-header .logo {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px; }
@media (max-width: 992px) {
    .m-header .logo img {
        width: 200px; } }
@media (max-width: 767px) {
    .m-header .logo {
        width: 250px; }
    .m-header .logo img {
        width: 100%; } }
.m-header-logo img {
    width: 126px; }
.m-header-logo a {
    display: inline-block; }
.m-header-logo-container {
    position: relative; }
.m-header-logo-container span {
    position: absolute;
    bottom: 5px;
    font-size: 10px;
    font-style: italic;
    margin-left: 10px;
    color: #1E334A; }

/* ------------------ BOOTSTRAP SIDEBAR MENU ------------ */
.m-nav-center {
    text-align: center;
    background: #1E334A; }
.m-nav-center-container {
    float: none !important;
    display: inline-block; }
.m-nav-center-container a {
    color: #FFFFFF; }
.m-nav-center-container a:hover {
    background: #355d91 !important; }
.m-nav-center-container li:after {
    left: 0; }

ul.navbar-nav {
    float: right;
    margin: 34px 0 0; }
@media (max-width: 767px) {
    ul.navbar-nav {
        margin: 0;
        width: 100%;
        text-align: center; } }
ul.navbar-nav li {
    margin-bottom: 0; }
ul.navbar-nav li a {
    font-size: 14px; }
@media (max-width: 992px) {
    ul.navbar-nav li a {
        font-size: 12px; } }

.navbar-toggle {
    background: #1E334A;
    margin: 10px 5px 10px 0; }
.navbar-toggle .icon-bar {
    background: #FFFFFF; }

.nav-side-menu {
    overflow: auto;
    font-size: 12px;
    font-weight: 200;
    background-color: #325E8D;
    /*position: fixed;*/
    top: 0px;
    /*width: 300px;*/
    min-width: 200px;
    height: 100%;
    min-height: 820px;
    color: #e1ffff;
    text-align: left; }

.nav-side-menu .brand {
    background-color: #23282e;
    line-height: 50px;
    display: block;
    text-align: center;
    font-size: 14px; }

.nav-side-menu .toggle-btn {
    display: none; }

.nav-side-menu ul,
.nav-side-menu li {
    list-style: none;
    padding: 0px;
    margin: 0px;
    cursor: pointer; }
.nav-side-menu ul .collapsed .arrow:before,
.nav-side-menu li .collapsed .arrow:before {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right; }

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    vertical-align: middle;
    float: right; }

.nav-side-menu ul .active,
.nav-side-menu li .active {
    /*border-left: 3px solid #d19b3d;*/
    background-color: #325E8D; }

.nav-side-menu li .active:hover,
.nav-side-menu ul .active:hover {
    color: white; }

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active,
.nav-side-menu ul .sub-menu li.active a:hover,
.nav-side-menu li .sub-menu li.active a:hover {
    color: #474747;
    background-color: #F3F8FF; }

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
    color: #474747;
    background-color: #F3F8FF; }

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
    background-color: #294E74;
    border: none;
    border-bottom: 1px solid #23282e;
    margin-left: 0px;
    color: white;
    font-size: 14px; }

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
    background-color: white;
    color: #474747; }

/*
.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
  font-family: FontAwesome;
  //content: "\f105";
  content: " ";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}
*/
.nav-side-menu ul .main_submenu:hover {
    color: white !important; }

.nav-side-menu ul .no-active {
    cursor: auto; }

.nav-side-menu ul .main_submenu.no-active:hover {
    color: white;
    background: #2c638c; }

.nav-side-menu li {
    /*border-left: 3px solid #2e353d;*/
    border-bottom: 1px solid #2c638c !important; }

.nav-side-menu li:hover {
    color: #474747 !important; }

.nav-side-menu li a {
    text-decoration: none;
    color: #e1ffff;
    display: block;
    padding: 16px 5px 16px 19px;
    font-size: 14px; }
.nav-side-menu li a.link_form_step {
    padding-right: 15px; }

.nav-side-menu li a i {
    padding-left: 10px;
    width: 20px;
    padding-right: 20px;
    margin-left: -32px; }

.nav-side-menu li:hover {
    /*border-left: 3px solid #d19b3d;*/
    background-color: #294E74;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease; }

.nav-side-menu ul ul li:hover > a, .nav-side-menu ul ul li a:hover {
    color: #474747; }

.profile-nav li {
    display: block;
    padding: 16px 5px 16px 19px; }

@media (max-width: 767px) {
    .nav-side-menu {
        position: relative;
        width: 100%;
        margin-bottom: 10px; }
    .nav-side-menu .toggle-btn {
        display: block;
        cursor: pointer;
        position: absolute;
        right: 10px;
        top: 10px;
        z-index: 10 !important;
        padding: 3px;
        background-color: #ffffff;
        color: #000;
        width: 40px;
        text-align: center; }
    .brand {
        text-align: left !important;
        font-size: 22px;
        padding-left: 20px;
        line-height: 50px !important; } }

@media (min-width: 767px) {
    .nav-side-menu .menu-list .menu-content {
        display: block; } }

.nav-side-menu ul .arrow:before {
    font-family: FontAwesome;
    content: "\f077" !important; }

.nav-side-menu ul .collapsed .arrow:before {
    font-family: FontAwesome;
    content: "\f078" !important; }

.m-form {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    min-height: 42px; }
.m-form-application {
    background: #F8F8F8; }
.m-form-application-container {
    background: #FFFFFF; }
.m-form-application-category-container {
    background: #F8F8F8;
    border: 2px solid #eeeeee; }
.m-form-application-category-container label {
    font-weight: 400; }
.m-form-application-category-container div[class*=declaration] {
    min-height: auto !important; }
.m-form-application-category-container div[class*=declaration] label {
    font-size: 13px;
    line-height: 17px; }
.m-form-application-category-container div[class*=declaration] .error {
    padding-left: 35px;
    margin-bottom: 0;
    display: none; }
.m-form-application-category-container div[class*=declaration] .jv-error-back {
    display: block; }
.m-form-application-title {
    background: #4A90E2;
    color: #FFFFFF; }
.m-form-application-title h2 {
    margin: 0;
    padding: 8px;
    font-size: 16px;
    font-weight: 400; }
.m-form-application-inputs-container {
    padding: 25px 0; }
.m-form-application-inputs-container-titledescription {
    padding: 0px 15px 15px 15px; }
@media (max-width: 767px) {
    .m-form-container {
        padding-left: 5px;
        padding-right: 5px; } }
.m-form--square {
    border-radius: 0;
    border-color: #B8D4FE;
    color: #2F4E7C;
    font-weight: bold; }
.m-form--square::-webkit-input-placeholder {
    color: #2F4E7C;
    font-weight: bold; }
.m-form--square:-moz-placeholder {
    /* Firefox 18- */
    color: #2F4E7C;
    font-weight: bold; }
.m-form--square::-moz-placeholder {
    /* Firefox 19+ */
    color: #2F4E7C;
    font-weight: bold; }
.m-form--square:-ms-input-placeholder {
    color: #2F4E7C;
    font-weight: bold; }
.m-form--checkaccept {
    display: block;
    clear: both;
    padding-top: 15px;
    padding-left: 12px; }
.m-form-date select {
    min-width: 80px;
    margin-right: 5px; }
.m-form-prefix-number {
    position: absolute;
    padding-top: 7px;
    padding-left: 10px;
    color: #555555;
    font-size: 14px; }
.m-form-radio label.error {
    display: block; }
.m-form .error {
    font-weight: normal;
    color: #E27216; }
.m-form-help-open {
    color: #6D6666;
    margin: 10px 0 0 0; }

input.prefix-le5 {
    padding-left: 60px; }

input.prefix-le4 {
    padding-left: 53px; }

input.prefix-le3 {
    padding-left: 46px; }

input.prefix-le2 {
    padding-left: 37px; }

input.prefix-le1 {
    padding-left: 32px; }

input.prefix-le6 {
    padding-left: 77px; }

/*
--------------------------------------------------------------------------------
FORM LIST
--------------------------------------------------------------------------------
*/
.form_list_login {
    background-color: white;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 60px; }
.form_list_login .text_sorry {
    padding-left: 0px; }

.form_list {
    padding-left: 0px;
    padding-right: 0px;
    margin: 15px 0px;
    clear: both; }
.form_list .searcher {
    display: none; }
.form_list .leftsidebar .sub-menu a {
    padding-left: 60px; }
.form_list h4 {
    font-weight: bold;
    color: #4A4A4A;
    letter-spacing: 0.61px;
    line-height: 24px;
    margin: 2% 5%; }
@media (max-width: 767px) {
    .form_list h4 {
        font-size: 13px; } }
.form_list .main_image_home {
    margin-left: 0px;
    padding-left: 0px;
    background-image: url("/img/background_forms.jpg");
    min-height: 277px; }
.form_list .main_image_home .text {
    font-size: 33px;
    color: #FFFFFF;
    letter-spacing: 0.97px;
    line-height: 40px;
    font-weight: 100;
    text-align: center;
    margin-top: 0;
    padding-top: 9%; }
.form_list .main_image_home .text span {
    font-weight: bold; }
.form_list table.liststate {
    width: 100%;
    margin: 40px auto; }
.form_list table.liststate tr.firsttr {
    height: 40px;
    border-bottom: none; }
.form_list table.liststate tr.firsttr td {
    background-color: #F4F4F4;
    font-size: 12px;
    color: #000000;
    line-height: 12px;
    padding-left: 2%; }
.form_list table.liststate tr {
    height: 60px;
    border-bottom: 1px solid #C4C4C4; }
.form_list table.liststate tr td {
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    padding-left: 2%; }
.form_list table.liststate tr td.completo {
    color: #56BB4A; }
.form_list table.liststate tr td.incompleto {
    color: #AC1A28; }
.form_list table.table_list_forms {
    /*margin-top: 60px;
    margin-bottom: 60px;*/ }
.form_list table.table_list_forms td {
    padding: 20px 0px;
    border-top: 1px solid #E6E6E6; }
.form_list table.table_list_forms tr.firsttr td {
    border-top: none; }
.form_list table.table_list_forms tr td h4 {
    color: #B31F31;
    line-height: 22px;
    font-weight: bold;
    margin-left: 0px; }
.form_list table.table_list_forms tr td.main {
    font-weight: bold;
    font-size: 14px;
    color: #212121;
    line-height: 16px;
    min-width: 300px; }
.form_list table.table_list_forms tr td.flecha i.fa-chevron-right {
    color: #E6E6E6;
    font-size: 37px; }
.form_list table.table_list_forms tr td.explain {
    font-size: 14px;
    color: #092E83;
    line-height: 16px;
    font-weight: bold;
    padding-left: 4%;
    max-width: 250px; }
.form_list table.table_list_forms tr td.explain span {
    font-size: 12px;
    color: #565656;
    line-height: 13.44px;
    font-weight: 300; }
.form_list table.table_list_forms tr td.button {
    cursor: pointer; }
.form_list table.table_list_forms tr td.button a {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.31px;
    line-height: 30px;
    text-align: center;
    margin: auto;
    display: block;
    width: 130px;
    background: #64C15A;
    border-radius: 4px;
    height: 30px;
    cursor: pointer;
    text-decoration: none;
    float: right; }

.other_options {
    clear: both;
    margin-bottom: 80px; }
.other_options .title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    line-height: 17px; }
.other_options .option {
    font-weight: bold;
    font-size: 12px;
    color: #092E83;
    line-height: 16px; }
.other_options .option span {
    font-weight: 400; }
.other_options .no_border_right {
    border-right: none; }

table.wo_mt {
    margin-top: 0px !important; }

/*
--------------------------------------------------------------------------------
CREATE ACCOUNT AND FORM DETAIL
--------------------------------------------------------------------------------
*/
.title_new_account {
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 0px; }
.title_new_account .title {
    font-size: 19px;
    color: #B31F31;
    line-height: 23px;
    font-weight: bold;
    float: left;
    padding-bottom: 14px; }
.title_new_account .signin {
    float: right;
    font-size: 14px;
    font-weight: bold;
    background-color: #143B60;
    color: white;
    min-width: 115px;
    padding-bottom: 2px;
    margin-right: -15px;
    height: 30px;
    line-height: 30px;
    text-align: center; }

.text_new_account .text_ini {
    font-size: 14px;
    color: #222222;
    line-height: 22px;
    font-weight: bold; }
.text_new_account .text_ini span {
    font-weight: 300; }

/*
---------------------------------------------------------------------------------
LOGIN
---------------------------------------------------------------------------------
*/
/* Errors */
.alert_container {
    color: white;
    padding: 0;
    text-align: center; }
.alert_container .alert-dismissible {
    padding: 25px 15px 15px 15px;
    background: #B31F31;
    border-radius: 0; }
.alert_container .alert-dismissible.alert-success, .alert_container .alert-dismissible.alert_container_success {
    background: #d6e9c6; }
.alert_container .alert-dismissible.alert-info {
    color: #fff; }
.alert_container .button.close {
    padding: 10px; }
.alert_container .close {
    padding: 10px; }

.form_login .labels_login {
    margin-top: 15px;
    font-size: 12px; }
.form_login .labels_login label {
    font-size: 12px;
    font-weight: bold; }
.form_login .labels_login input {
    /*width: 70%;*/ }
.form_login .labels_login ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    padding-left: 3px;
    font-size: 12px;
    padding-top: 2px; }
.form_login .labels_login :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    padding-left: 3px;
    opacity: 1;
    font-size: 12px;
    padding-top: 2px; }
.form_login .labels_login ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    padding-left: 3px;
    opacity: 1;
    font-size: 12px;
    padding-top: 2px; }
.form_login .labels_login :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    padding-left: 3px;
    font-size: 12px;
    padding-top: 2px; }

.form_login_contact {
    margin-left: 5px; }
.form_login_contact .labels_login {
    margin-top: 15px;
    font-size: 12px; }
.form_login_contact .labels_login label {
    font-size: 12px;
    font-weight: bold; }
.form_login_contact .labels_login input {
    width: 100%; }
.form_login_contact .labels_login textarea {
    width: 100%;
    min-height: 90px; }
.form_login_contact .labels_login ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    padding-left: 3px;
    font-size: 12px;
    padding-top: 2px; }
.form_login_contact .labels_login :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    padding-left: 3px;
    opacity: 1;
    font-size: 12px;
    padding-top: 2px; }
.form_login_contact .labels_login ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    padding-left: 3px;
    opacity: 1;
    font-size: 12px;
    padding-top: 2px; }
.form_login_contact .labels_login :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    padding-left: 3px;
    font-size: 12px;
    padding-top: 2px; }

.form_inside {
    margin-top: 30px;
    padding-bottom: 48px;
    padding-left: 0px;
    padding-right: 0px; }
.form_inside .check {
    font-size: 12px !important; }
.form_inside table {
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px; }
.form_inside table tr {
    padding-bottom: 5px;
    height: 40px; }
.form_inside table tr td.step {
    font-weight: 400;
    width: 40%; }
.form_inside table tr td.tick {
    width: 5%; }
.form_inside table tr td.tick i.fa-check-circle-o {
    color: #64C15A;
    font-size: 22px; }
.form_inside table tr td.tick i.fa-times-circle-o {
    color: #B6212F;
    font-size: 22px; }
.form_inside table tr td.process {
    font-weight: bold;
    width: 40%; }
.form_inside table tr td.process span.ok {
    color: #64C15A; }
.form_inside table tr td.process span.ko {
    color: #B6212F; }
.form_inside .first_labels {
    margin-top: 15px;
    padding: 0;
    /*}*/ }
.form_inside .first_labels label.explanation {
    color: #BDBDBD; }
.form_inside .first_labels #double_select {
    width: 15%; }
.form_inside .first_labels #numbers_little {
    width: 12%; }
.form_inside .first_labels #radio_separation {
    margin-left: 4%; }
.form_inside .first_labels #zipcode {
    width: 25%; }
.form_inside .first_labels #date {
    width: 22%;
    float: left;
    margin-left: 1%; }
.form_inside .first_labels #date_left {
    width: 22%;
    float: left;
    margin-left: 0px; }
.form_inside .first_labels ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    padding-left: 3px;
    font-size: 12px;
    padding-top: 2px; }
.form_inside .first_labels :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    padding-left: 3px;
    opacity: 1;
    font-size: 12px;
    padding-top: 2px; }
.form_inside .first_labels ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    padding-left: 3px;
    opacity: 1;
    font-size: 12px;
    padding-top: 2px; }
.form_inside .first_labels :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    padding-left: 3px;
    font-size: 12px;
    padding-top: 2px; }
.form_inside .first_labels table tr td.radiodouble {
    width: 5%; }
.form_inside .first_labels table tr td.radiodouble #bigcheck {
    width: 46%; }
.form_inside .first_labels table tr td.radiodouble input.verification {
    width: 70%;
    margin-right: 20px; }
.form_inside .first_labels_half {
    float: left;
    clear: none; }
.form_inside .first_labels_half input[type="email"] {
    width: 30%; }
.form_inside .col-lg-6, .form_inside .form_new_account_telf .telf_label, .form_new_account_telf .form_inside .telf_label, .form_inside .form_new_account_telf .numtelf, .form_new_account_telf .form_inside .numtelf, .form_inside .info_form .title, .info_form .form_inside .title, .form_inside .form_new_account .first_labels, .form_new_account .form_inside .first_labels {
    margin-top: 20px; }

.hr_intern {
    border-top: 1px solid #ddd; }

.form_new_account_question {
    margin-top: 10px;
    padding-bottom: 20px; }
.form_new_account_question .select_label label {
    font-size: 12px;
    font-weight: bold; }
.form_new_account_question .select_label input {
    width: 70%; }
.form_new_account_question .select_label .col-lg-6, .form_new_account_question .select_label .form_new_account_telf .telf_label, .form_new_account_telf .form_new_account_question .select_label .telf_label, .form_new_account_question .select_label .form_new_account_telf .numtelf, .form_new_account_telf .form_new_account_question .select_label .numtelf, .form_new_account_question .select_label .info_form .title, .info_form .form_new_account_question .select_label .title, .form_new_account_question .select_label .form_new_account .first_labels, .form_new_account .form_new_account_question .select_label .first_labels {
    margin-top: 10px; }
.form_new_account_question .select_label #insert_answ {
    width: 95%; }
.form_new_account_question .textinfo {
    font-size: 11px; }

.form_new_account_telf .numtelf label {
    font-size: 12px;
    font-weight: bold; }

.form_new_account_login {
    margin-left: 26px; }
.form_new_account_login .button_layer .button_back, .form_new_account_login .button_layer .button_reset {
    cursor: pointer;
    margin-bottom: 15px;
    float: left;
    margin-top: 15px; }
.form_new_account_login .button_layer .button_back a, .form_new_account_login .button_layer .button_back #signin, .form_new_account_login .button_layer .button_back input.reset, .form_new_account_login .button_layer .button_reset a, .form_new_account_login .button_layer .button_reset #signin, .form_new_account_login .button_layer .button_reset input.reset {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.31px;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 150px;
    background: #4A90E2;
    border-radius: 4px;
    height: 40px;
    cursor: pointer;
    text-decoration: none;
    border: none; }
.form_new_account_login .button_layer .button_back a.reset, .form_new_account_login .button_layer .button_back input.reset, .form_new_account_login .button_layer .button_reset a.reset, .form_new_account_login .button_layer .button_reset input.reset {
    width: 250px !important; }
.form_new_account_login .button_layer .button_create {
    cursor: pointer;
    margin-bottom: 30px;
    margin-top: 26px; }
.form_new_account_login .button_layer .button_create a {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.31px;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 200px;
    background: #64C15A;
    border-radius: 4px;
    height: 40px;
    cursor: pointer;
    text-decoration: none; }
.form_new_account_login .button_layer .forgotpassword {
    clear: both;
    margin-bottom: 15px;
    padding-left: 0px; }

.form_detail_button {
    padding-left: 6.4%; }
.form_detail_button .button_layer input {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.31px;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 200px;
    background: #64C15A;
    border-radius: 4px;
    height: 40px;
    cursor: pointer;
    text-decoration: none;
    border: none; }
.form_detail_button .button_layer .button {
    cursor: pointer;
    margin-bottom: 30px;
    float: right; }
.form_detail_button .button_layer .button a {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.31px;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 200px;
    background: #64C15A;
    border-radius: 4px;
    height: 40px;
    cursor: pointer;
    text-decoration: none; }
.form_detail_button .button_layer .button_back {
    cursor: pointer;
    margin-bottom: 30px;
    float: left; }
.form_detail_button .button_layer .button_back a {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.31px;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 150px;
    background: #4A90E2;
    border-radius: 4px;
    height: 40px;
    cursor: pointer;
    text-decoration: none; }

.createaccount_customer {
    background-color: #f4f4f4;
    margin-top: -10px;
    padding-left: 0px;
    padding-right: 0px; }
.createaccount_customer .title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 25px;
    line-height: 15px; }
.createaccount_customer .text {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    margin-top: 10px; }

.info_form {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px; }
.info_form .title {
    font-size: 21px;
    font-weight: bold;
    padding-top: 1%; }
.info_form .title span {
    font-weight: 100; }
.info_form .save {
    font-size: 12px;
    color: #325E8D;
    line-height: 82px;
    cursor: pointer;
    padding-left: 3%;
    width: 155px;
    text-align: center; }
.info_form .save:hover {
    background-color: #EAEAEA; }
.info_form .review {
    font-size: 12px;
    color: #325E8D;
    line-height: 82px;
    cursor: pointer;
    padding-left: 3%;
    min-width: 270px;
    display: none; }
.info_form .review a {
    text-decoration: none;
    color: #325E8D; }
.info_form .review:hover {
    background-color: #EAEAEA; }

.form_new_account {
    margin-top: 10px;
    padding-bottom: 10px; }
.form_new_account .first_labels {
    font-size: 12px;
    margin-top: 20px; }

.checkbox label {
    font-size: 14px; }

.help_icon:before {
    font-family: FontAwesome;
    content: "\f059"; }

.select_help {
    background: none;
    border: none; }

.panel-heading {
    float: left;
    width: 50%;
    cursor: pointer;
    margin-bottom: 20px; }

.panel-default > .active-panel {
    background-color: #1E334A;
    margin-bottom: 20px; }
.panel-default > .active-panel h4 {
    color: #fff; }

.panel-group .panel + .panel {
    margin-top: 0; }

.form-1 {
    margin-top: 20px; }

@media (max-width: 991px) {
    .button_container .btn {
        width: 100%; } }

@media (max-width: 991px) {
    .button_container img {
        max-width: 100%;
        display: block;
        margin: auto;
        float: none !important; } }

.button_container button {
    padding: 10px 40px;
    font-size: 16px; }
.button_container button i {
    margin-left: 5px; }

/*
--------------------------------------------------------------------------------
FORM Basics
--------------------------------------------------------------------------------
*/
.checkbox {
    margin-bottom: 18px;
    margin-left: 20px; }
.checkbox label {
    padding-left: 0; }
.checkbox input[type=checkbox] {
    margin-left: -20px !important; }

.form_list label {
    display: inline;
    margin-left: 3px; }

.form_inside {
    margin-top: 0px; }
.form_inside .first_labels {
    clear: both; }
.form_inside .first_labels .title {
    font-weight: bold; }
.form_inside .first_labels .checkbox_form {
    font-weight: 400; }
.form_inside .first_labels .radio_form {
    font-weight: 400; }

.tip-on-form {
    color: #337AB7;
    margin: 0 6px; }

.informative-txt {
    clear: both; }

.floor-group .input-group {
    margin-top: 13px; }

.floor-group .radio {
    display: block;
    float: left;
    margin: 20px; }
.floor-group .radio label {
    display: inline-block !important; }

.floor-group label, .floor-group br {
    display: none !important; }

.weight-group label {
    float: left;
    margin: 7px;
    font-weight: normal; }

.weight-group .input-group {
    width: 40px;
    text-align: center;
    display: block;
    float: left;
    margin: 0 5px 0 0; }
.weight-group .input-group label {
    display: none; }
.weight-group .input-group input {
    border-radius: 4px !important;
    padding-right: 2px; }

.height-group .radio {
    clear: both;
    margin-left: 0;
    margin-bottom: 5px; }
.height-group .radio .input-group {
    width: 60px;
    margin-bottom: 8px; }
.height-group .radio select {
    width: 60px; }
.height-group .radio label {
    min-width: 50px; }
.height-group .radio .select_help {
    border-left: 0;
    width: 10px;
    float: left;
    margin: 0;
    padding: 10px; }
.height-group .radio span.error-message {
    padding-top: 6px;
    display: block; }

.race-group label {
    margin-right: 30px; }

.columns-group .radio {
    margin-left: 20px;
    width: 200px;
    display: inline-block; }

.form_new_account .form-group label {
    display: block; }

.input-group-addon {
    vertical-align: top;
    padding-top: 9px; }

.collapsing {
    -webkit-transition: none;
    transition: none; }

.cancel-click {
    width: 50%;
    height: 80px;
    position: absolute; }
.cancel-click.position2 {
    margin-left: 50%; }

.input-group input.datepicker.form-control, .input-group input.datepicker[type='text'], .input-group input.datepicker[type='email'], .input-group input.datepicker[type='number'], .input-group input.datepicker[type="password"], .input-group input.datepicker[type="phone"] {
    border-radius: 4px; }

/*
--------------------------------------------------------------------------------
FORM Basics
--------------------------------------------------------------------------------
*/
.personal-data .form_detail_button .button_layer input {
    display: block;
    margin: 0 auto 20px; }

/*
--------------------------------------------------------------------------------
FORM Extras
--------------------------------------------------------------------------------
*/
.radio input:invalid,
.checkbox input:invalid,
.radio input:-moz-submit-invalid,
.checkbox input:-moz-submit-invalid,
.radio input:-moz-ui-invalid,
.checkbox input:-moz-ui-invalid,
input:invalid,
input:-moz-submit-invalid,
input:-moz-ui-invalid {
    box-shadow: none; }

.text-radio-group .radio {
    width: 94px;
    float: left;
    margin: 10px; }

.text-radio-group .capsulate {
    display: table;
    padding: 4px; }
.text-radio-group .capsulate label {
    display: table-cell;
    font-weight: 400;
    padding-top: 8px; }
.text-radio-group .capsulate .input-group {
    display: table-cell;
    vertical-align: middle; }
.text-radio-group .capsulate .input-group input {
    width: 64%;
    margin-left: 12px; }

.parsley-errors-list.filled {
    padding: 5px 0 0 5px; }
.parsley-errors-list.filled li {
    list-style: none;
    color: #E27216; }

.parsley-required {
    color: #E27216;
    list-style-type: none; }

.icon_cvv {
    height: 31px;
    margin-top: 1px;
    border: none;
    padding-left: 12px;
    background-color: transparent; }

.year_select, .month_select {
    padding: 6px !important; }
@media (max-width: 1199px) {
    .year_select, .month_select {
        font-size: 12px; } }

.jv-error-back p {
    color: #E27216;
    font-size: 14px;
    padding: 5px 0 0 5px;
    font-weight: 400 !important; }

@media (max-width: 767px) {
    #passportPicture, #returnTicket, #hotelBooking, #passportLastPage, input[type=file] {
        max-width: 100%;
        width: 100%;
        padding: 12px;
        background-color: #dedede;
        border-radius: 6px; } }

.bootstrap-select.open {
    right: auto; }

.bootstrap-select .dropdown-toggle {
    white-space: nowrap; }

.m-jumbotron-image1 {
    width: 100%;
    min-height: 300px;
    background: url("/images/jumbotron/jumbo-1.jpg") 0 -145px;
    position: relative; }
@media (max-width: 767px) {
    .m-jumbotron-image1 {
        height: auto; } }

.m-jumbotron-image2 {
    width: 100%;
    height: 308px;
    background: url("/images/jumbotron/jumbo-2.jpg") center; }
.m-jumbotron-image2 > div {
    height: 100%; }
@media (max-width: 991px) {
    .m-jumbotron-image2 {
        height: auto;
        background-size: cover; } }
@media (max-width: 767px) {
    .m-jumbotron-image2 {
        padding: 10px 0; } }

.m-jumbotron-image3 {
    width: 100%;
    height: 150px;
    background: url("/images/jumbotron/jumbo-2.png");
    background-position: 0 -158px; }
@media (max-width: 767px) {
    .m-jumbotron-image3 {
        height: auto; } }
.m-jumbotron-image3 > div {
    height: 100%; }

.m-jumbotron--title {
    border-bottom: 3px solid #2F4E7C; }

.m-jumbotron-image6 {
    width: 100%;
    min-height: 300px;
    background: url("/images/jumbotron/canada-map.png") 0 0;
    position: relative;
    background-repeat: no-repeat;
    background-color: #2F4E7C; }
@media (max-width: 767px) {
    .m-jumbotron-image6 {
        min-height: 0;
        height: auto; } }

.m-list {
    padding-left: 20px; }
.m-list > li {
    margin-bottom: 4px; }
.m-list--nodeco {
    list-style-type: none; }
.m-list--extramarg > li {
    margin-bottom: 10px; }
.m-list--deco {
    font-weight: bold;
    color: #2F4E7C; }
.m-list-boxes {
    padding: 0;
    margin: 10px 0 0 0; }
.m-list-boxes li {
    padding: 7px 7px 7px 15px;
    list-style-type: none;
    background: #2F4E7C;
    margin-top: 3px;
    color: #fff;
    border-left: 3px solid #4A90E2; }
.m-list--nopad {
    padding-left: 0; }
.m-list--inliner > li {
    display: inline;
    margin-right: 20px; }

@media (max-width: 767px) {
    nav {
        position: relative; } }

.navhidden {
    float: left;
    height: 20px;
    width: 100%;
    background: #FFFFFF; }

ul.m-navtable {
    width: 100%;
    display: table;
    margin-bottom: 15px;
    margin-top: 10px; }
@media (max-width: 767px) {
    ul.m-navtable {
        display: none;
        margin: 0;
        position: absolute;
        top: 121px;
        background: #FFFFFF;
        z-index: 2; } }
ul.m-navtable > li {
    display: table-cell;
    float: none;
    text-align: center;
    width: 15%;
    vertical-align: bottom;
    padding: 0 10px;
    font-family: "Source Sans Pro", sans-serif; }
@media (max-width: 767px) {
    ul.m-navtable > li {
        float: left;
        display: block;
        text-align: center;
        width: 100%; } }
ul.m-navtable > li.open .dropdown-menu {
    width: 100%; }
ul.m-navtable > li.open .dropdown-menu a {
    white-space: normal; }
@media (max-width: 767px) {
    ul.m-navtable > li.open .dropdown-menu {
        float: left;
        padding: 0; } }
ul.m-navtable > li.open > a {
    color: #2F4E7C;
    background: #FFFFFF; }
ul.m-navtable > li.open > a:hover, ul.m-navtable > li.open > a:focus {
    background: #FFFFFF; }
ul.m-navtable > li > a {
    font-size: 18px;
    color: #2F4E7C;
    display: block; }
ul.m-navtable > li > a:hover, ul.m-navtable > li > a:focus {
    background: #FFFFFF; }
@media (max-width: 767px) {
    ul.m-navtable > li > a {
        float: left;
        width: 100%;
        padding: 10px; } }
ul.m-navtable > li > a:hover, ul.m-navtable > li > a :focus {
    background: #FFFFFF;
    color: #2F4E7C; }
ul.m-navtable > li > ul {
    border: 0;
    border-top: 2px solid #4A90E2;
    top: 97%;
    padding: 0; }
ul.m-navtable > li > ul li {
    list-style-type: none;
    font-family: "Source Sans Pro", sans-serif; }
@media (max-width: 767px) {
    ul.m-navtable > li > ul li {
        float: left;
        text-align: center;
        width: 100%;
        margin: 0;
        background: #F3F8FF;
        border-bottom: 1px solid #E7E7E7; } }
ul.m-navtable > li > ul li a {
    padding: 10px 15px;
    border-top: 1px solid #F8F8F8; }
@media (max-width: 767px) {
    ul.m-navtable > li > ul li a {
        padding: 10px !important; } }

.m-panel--body {
    padding: 15px; }

.m-panel--spacer {
    padding-left: 8%; }

.m-panel--backcolor5 {
    background: #F3F8FF; }

.m-panel--extrapad {
    padding: 32px; }

.m-panel--container {
    padding: 20px;
    border: 1px solid #EAEAEA; }

.m-panel--inlineContent {
    border: 1px solid #e7e7e7;
    float: left;
    width: 100%;
    padding-top: 19px;
    margin-bottom: 10px; }

section.section_full > .panel {
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    box-shadow: none; }

.panel {
    padding: 0;
    border-radius: 0;
    border-top: 1px solid #EAEAEA;
    border-bottom: 1px solid #EAEAEA; }

aside .top, .m-panel .top, .panel .top {
    padding: 10px;
    color: #12427D;
    font-weight: 700;
    background: #fff; }
aside .top--sub, .m-panel .top--sub, .panel .top--sub {
    padding: 5px 5px 5px 10px;
    background: #EAEAEA; }
aside .top h3, aside .top p > b, .m-panel .top h3, .m-panel .top p > b, .panel .top h3, .panel .top p > b {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    color: #333333; }

.top-payment {
    padding: 10px;
    color: #fff;
    font-weight: 700;
    background: #1E334A; }

aside .secure {
    text-align: center;
    margin-bottom: 15px; }

.panel .content {
    padding-top: 30px;
    padding-bottom: 15px;
    background: #F8F8F8;
    position: relative;
    min-height: 1px;
    padding-left: 30px;
    padding-right: 30px; }

.container, .m-boxtable {
    max-width: 950px; }

.m-title--preliner {
    border-bottom: 2px solid #4A90E2;
    vertical-align: bottom; }

.m-title--txtliner {
    width: 100%;
    vertical-align: bottom;
    border-bottom: 2px solid #E7E7E7;
    padding-left: 5px;
    margin-bottom: 25px; }

.m-title--hide {
    display: none; }

.m-title--t1 h1 {
    font-size: 38px;
    font-family: 'Poppins', serif;
    color: #2F4E7C; }

.m-title--t1 p {
    color: white !important;
    font-size: 1.6em; }

.m-title--t2 h1 {
    font-size: 2.2em;
    font-family: 'Poppins', serif;
    font-weight: bold; }

.m-title--t3 h1 {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    color: #4A90E2;
    margin: 10px 0 10px; }
.m-title--t3 h1 span {
    font-weight: 200; }

.m-title--t4 h1 {
    font-size: 20px;
    font-family: 'Poppins', serif; }

.m-title--t5 h1 {
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    color: #2F4E7C; }

.m-title--t6 h1 {
    font-size: 18px;
    font-family: 'Poppins', serif; }

.m-title--normal h1 {
    font-size: 13px;
    font-family: 'Poppins', sans-serif; }

.m-title--t1 h2 {
    font-size: 38px;
    font-family: 'Poppins', serif;
    color: #2F4E7C; }

.m-title--t1 p {
    color: white !important;
    font-size: 1.6em; }

.m-title--t2 h2 {
    font-size: 2.2em;
    font-family: 'Poppins', serif;
    font-weight: bold; }

.m-title--t3 h2 {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    color: #4A90E2;
    margin: 10px 0 10px; }
.m-title--t3 h2 span {
    font-weight: 200; }

.m-title--t4 h2 {
    font-size: 20px;
    font-family: 'Poppins', serif; }

.m-title--t5 h2 {
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    color: #2F4E7C; }

.m-title--t6 h2 {
    font-size: 18px;
    font-family: 'Poppins', serif; }

.m-title--normal h2 {
    font-size: 13px;
    font-family: 'Poppins', sans-serif; }

.m-title--t1 h3 {
    font-size: 38px;
    font-family: 'Poppins', serif;
    color: #2F4E7C; }

.m-title--t1 p {
    color: white !important;
    font-size: 1.6em; }

.m-title--t2 h3 {
    font-size: 2.2em;
    font-family: 'Poppins', serif;
    font-weight: bold; }

.m-title--t3 h3 {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    color: #4A90E2;
    margin: 10px 0 10px; }
.m-title--t3 h3 span {
    font-weight: 200; }

.m-title--t4 h3 {
    font-size: 20px;
    font-family: 'Poppins', serif; }

.m-title--t5 h3 {
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    color: #2F4E7C; }

.m-title--t6 h3 {
    font-size: 18px;
    font-family: 'Poppins', serif; }

.m-title--normal h3 {
    font-size: 13px;
    font-family: 'Poppins', sans-serif; }

.m-title--t1 h4 {
    font-size: 38px;
    font-family: 'Poppins', serif;
    color: #2F4E7C; }

.m-title--t1 p {
    color: white !important;
    font-size: 1.6em; }

.m-title--t2 h4 {
    font-size: 2.2em;
    font-family: 'Poppins', serif;
    font-weight: bold; }

.m-title--t3 h4 {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    color: #4A90E2;
    margin: 10px 0 10px; }
.m-title--t3 h4 span {
    font-weight: 200; }

.m-title--t4 h4 {
    font-size: 20px;
    font-family: 'Poppins', serif; }

.m-title--t5 h4 {
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    color: #2F4E7C; }

.m-title--t6 h4 {
    font-size: 18px;
    font-family: 'Poppins', serif; }

.m-title--normal h4 {
    font-size: 13px;
    font-family: 'Poppins', sans-serif; }

.m-title--t1 h5 {
    font-size: 38px;
    font-family: 'Poppins', serif;
    color: #2F4E7C; }

.m-title--t1 p {
    color: white !important;
    font-size: 1.6em; }

.m-title--t2 h5 {
    font-size: 2.2em;
    font-family: 'Poppins', serif;
    font-weight: bold; }

.m-title--t3 h5 {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    color: #4A90E2;
    margin: 10px 0 10px; }
.m-title--t3 h5 span {
    font-weight: 200; }

.m-title--t4 h5 {
    font-size: 20px;
    font-family: 'Poppins', serif; }

.m-title--t5 h5 {
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    color: #2F4E7C; }

.m-title--t6 h5 {
    font-size: 18px;
    font-family: 'Poppins', serif; }

.m-title--normal h5 {
    font-size: 13px;
    font-family: 'Poppins', sans-serif; }

.m-title--t1 h6 {
    font-size: 38px;
    font-family: 'Poppins', serif;
    color: #2F4E7C; }

.m-title--t1 p {
    color: white !important;
    font-size: 1.6em; }

.m-title--t2 h6 {
    font-size: 2.2em;
    font-family: 'Poppins', serif;
    font-weight: bold; }

.m-title--t3 h6 {
    font-size: 24px;
    font-family: 'Poppins', sans-serif;
    color: #4A90E2;
    margin: 10px 0 10px; }
.m-title--t3 h6 span {
    font-weight: 200; }

.m-title--t4 h6 {
    font-size: 20px;
    font-family: 'Poppins', serif; }

.m-title--t5 h6 {
    font-size: 25px;
    font-family: 'Poppins', sans-serif;
    color: #2F4E7C; }

.m-title--t6 h6 {
    font-size: 18px;
    font-family: 'Poppins', serif; }

.m-title--normal h6 {
    font-size: 13px;
    font-family: 'Poppins', sans-serif; }

.m-txt--spacer {
    margin-left: 64px; }

.m-txt--duotone {
    color: #FFFFFF; }

.m-txt--thin {
    font-weight: 100; }

.m-txt--middle {
    text-align: center; }

.m-txt--right {
    text-align: right; }

.m-txt--strong {
    font-weight: bold; }

.m-txt--cursive {
    font-style: italic; }

.m-txt--underline {
    text-decoration: underline; }

.m-txt--paragraph {
    margin-bottom: 20px; }

.m-txt--color-1 {
    color: #4A90E2; }

.m-txt--color-3 {
    color: #1E334A; }

.m-txt--color-4 {
    color: #2F4E7C; }

.m-txt--color-8 {
    color: #6D6666; }

.m-txt--color-9 {
    color: #fff; }

.m-txt--color-12 {
    color: rgba(0, 0, 0, 0.3); }

.m-txt--color-15 {
    color: #E27216; }

.m-txt--color-23 {
    color: #337ab7; }

.m-txt--color-24 {
    color: #5cb85c; }

.m-txt--color-21 {
    color: #417505; }

.m-txt--color-v {
    color: #6cb06c; }

.m-txt--color-f {
    color: #FFFFFF; }

.m-txt--disclaimer {
    font-size: 12px; }
.m-txt--disclaimer a {
    color: #999999;
    text-decoration: underline; }

.m-txt--bigsize {
    font-size: 26px; }

.m-txt--upperletter {
    text-transform: uppercase; }

.m-txt--underline {
    text-decoration: underline; }

.m-txt--readmore {
    text-decoration: none;
    color: #337ab7;
    cursor: pointer;
    text-align: right; }

.m-txt--descriptionform {
    padding: 5px 0 0 10px !important;
    color: #6D6666; }

.m-txt-error ul {
    margin-top: 10px;
    padding-left: 5px; }
.m-txt-error ul li {
    list-style-type: none;
    color: #E27216; }

.m-txt--smallcompress {
    font-size: 12px; }
.m-txt--smallcompress p {
    margin-bottom: 0; }

.m-txt-linkbgblack {
    color: #fff;
    text-decoration: underline; }
.m-txt-linkbgblack:hover {
    color: #fff; }

.u-tac {
    text-align: center; }

.u-tar {
    text-align: right; }

.u-marg--t0 {
    margin-top: 0px; }

.u-marg--t10 {
    margin-top: 10px; }

.u-marg--t20 {
    margin-top: 20px; }

.u-marg--t30 {
    margin-top: 30px; }

.u-marg--t40 {
    margin-top: 40px; }
@media (max-width: 767px) {
    .u-marg--t40 {
        margin-top: 20px; } }

.u-marg--t50 {
    margin-top: 50px; }

.u-marg--t60 {
    margin-top: 60px; }

.u-marg--t66 {
    margin-top: 66px; }

.u-marg--b0 {
    margin-bottom: 0 !important; }
@media (max-width: 767px) {
    .u-marg--b0--xs {
        margin-bottom: 0 !important; } }

.u-marg--b5 {
    margin-bottom: 5px; }

.u-marg--b10 {
    margin-bottom: 10px; }

.u-marg--b20 {
    margin-bottom: 20px; }

.u-marg--b50 {
    margin-bottom: 50px; }

.u-marg--l5 {
    margin-left: 5px; }

.u-marg--l10 {
    margin-left: 10px; }

.u-marg--r5 {
    margin-right: 5px; }

.u-marg--all0 {
    margin: 0 !important; }

.u-marg--all50 {
    margin: 50px; }

.u-marg--x0 {
    margin: auto 0; }

.u-marg--y50 {
    margin: 50px auto; }

.u-marg--tb22 {
    margin-top: 22px;
    margin-bottom: 22px; }

.u-marg--tb1em {
    margin: 0.5em 0; }

.u-pad--all0 {
    padding: 0 !important; }
@media (max-width: 420px) {
    .u-pad--all0xs {
        padding: 0px !important; } }

.u-pad--all5 {
    padding: 5px; }

.u-pad--all15 {
    padding: 15px; }

.u-pad--all35 {
    padding: 35px; }

.u-pad--all-10-20 {
    padding: 10px 20px; }

.u-pad--t0 {
    padding-top: 0px; }

.u-pad--t10 {
    padding-top: 10px; }

.u-pad--t20 {
    padding-top: 20px; }

.u-pad--b10 {
    padding-bottom: 10px; }

.u-pad--lr0 {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.u-pad--l15 {
    padding-left: 15px !important; }

.u-pad--l35 {
    padding-left: 35px !important; }
@media (max-width: 800px) {
    .u-pad--l35 {
        padding-left: 28px !important; } }

.u-pad--l60 {
    padding-left: 60px !important; }
@media (max-width: 990px) {
    .u-pad--l60 {
        padding-left: 40px !important; } }
@media (max-width: 767px) {
    .u-pad--l60 {
        padding-left: 0px !important; } }

.u-pad--r0 {
    padding-right: 0; }

.u-pad--b30 {
    padding-bottom: 30px; }

.u-pad--tb10 {
    padding: 10px 0; }

.u-pad--tb20 {
    padding: 20px 0; }

.u-pad--tb10 {
    padding: 10px 0; }

.u-fl--fln {
    float: none; }

.u-fl--left {
    float: left; }

.u-fl--right {
    float: right; }

.u-size--w100 {
    width: 100%; }

.u-size--h100 {
    height: 100%; }

.u-pos--relative {
    position: relative; }

.u-minh--320 {
    min-height: 320px; }

.u-minh--328 {
    min-height: 328px; }

.u-minh--328rs0 {
    min-height: 328px; }
@media (max-width: 991px) {
    .u-minh--328rs0 {
        min-height: 0px; } }

.u-maxh--320 {
    max-height: 320px; }

.u-maxh--328 {
    max-height: 328px; }

.u-maxh--328rs0 {
    max-height: 328px; }
@media (max-width: 767px) {
    .u-maxh--328rs0 {
        max-height: none; } }

.u-maxw--90 {
    max-width: 90px; }

.u-maxw--76 {
    max-width: 76px; }

.u-maxw--65 {
    max-width: 65px; }

.u-border--bb {
    border-bottom: 1px solid #e7e7e7; }

.u-border--b2 {
    border-bottom: 2px solid #12427D; }

@media (max-width: 767px) {
    .u-disclaimer {
        font-size: 11px;
        color: #dedede; } }

.u-upp {
    text-transform: uppercase; }

.u-flexcont {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-flow: row wrap;
    /* Safari */
    flex-flow: row wrap;
    -webkit-justify-content: space-around;
    /* Safari */
    justify-content: space-around;
    -webkit-align-items: center;
    /* Safari */
    align-items: center;
    text-decoration: none;
    list-style: none; }

.u-flexcont-col {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex-flow: column;
    /* Safari */
    flex-flow: column;
    -webkit-justify-content: space-around;
    /* Safari */
    justify-content: space-around;
    -webkit-align-items: center;
    /* Safari */
    align-items: center;
    text-decoration: none;
    list-style: none; }

.m-flex--cent {
    display: flex;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

.u-up-alert {
    margin-top: 10px !important;
    padding: 10px;
    border-radius: 5px; }

.form-group.required .control-label:after {
    content: "*";
    color: red; }

.u-alert--flex {
    display: flex; }

.u-label-inline--flex {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start; }

.u-fs-huge {
    font-size: 1.5em;
    line-height: 0; }

.u-ssl-logo img {
    height: 40px; }

p a {
    text-decoration: underline;
    color: #000; }

.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #8bb2df;
    white-space: nowrap; }

.u-icon--arrow {
    font-size: 17px; }

.hasPakistaniTextAlert, .hasPakistaniOtherTextAlert, .ukCountPassp, .hasMedicalTreatmentTextAlert, .chinaElectronicTextAlert {
    clear: left; }

.withoutCropper {
    overflow: hidden; }
.withoutCropper img {
    width: 250px; }

.u-pos--fix {
    position: fixed;
    top: 0px;
    z-index: 99999999;
    width: 100%;
    box-shadow: 0px 0px 9px -1px #000000; }
@media (max-width: 767px) {
    .u-pos--fix {
        position: relative; } }

@media (max-width: 415px) {
    .u-pos--text {
        display: none; } }

.language-selector a {
    color: #ffffff; }

.language-selector .dropdown-menu li a span {
    color: #404040; }

.navbar-nav .language-selector a {
    color: black; }

.navbar-nav .language-selector {
    display: none; }
@media (max-width: 415px) {
    .navbar-nav .language-selector {
        display: block; }
    .navbar-nav .language-selector a {
        color: black; } }

.icon-serv1 {
    background: url("/images/icons/reviewed.png") center no-repeat;
    height: 118px; }

.icon-serv2 {
    background: url("/images/icons/easy2.png") center no-repeat;
    height: 118px; }

.icon-serv3 {
    background: url("/images/icons/24-7.png") center no-repeat;
    height: 118px; }

.icon-serv4 {
    background: url("/images/icons/easy.png") center no-repeat;
    height: 118px; }

.m-triangle-menu {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 4px 6px 4px;
    border-color: transparent transparent #4A90E2 transparent;
    position: absolute;
    top: -7px;
    left: 23px; }
@media (max-width: 767px) {
    .m-triangle-menu {
        display: none; } }

.m-triangle-title {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 7px 7px;
    border-color: transparent transparent #2F4E7C;
    position: absolute;
    bottom: 0px;
    left: 33px; }

.m-triangle-paneltriangle:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 164px 0 164px 40px;
    border-color: transparent transparent transparent #e7e7e7;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 2;
    background: #f8f8f8; }
@media (max-width: 991px) {
    .m-triangle-paneltriangle:after {
        display: none; } }

.m-quiz-container {
    display: none; }
.m-quiz-container.active {
    display: block; }

.m-msg--error {
    padding-top: 6px;
    color: red;
    font-size: 14px;
    display: block; }

a.m-txt--spacer {
    margin-left: 64px; }

a.m-txt--duotone:hover {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none; }

a.m-txt--duotone:focus {
    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none; }

a.m-txt--middle {
    text-align: center; }

a.m-txt--right {
    text-align: right; }

a.m-txt--strong {
    font-weight: bold; }

a.m-txt--underline {
    text-decoration: underline; }

a.m-txt--paragraph {
    margin-bottom: 20px; }

a.m-txt--color-1 {
    color: #4A90E2; }

a.m-txt--color-3 {
    color: #1E334A; }

a.m-txt--color-4 {
    color: #2F4E7C; }

a.m-txt--disclaimer {
    font-size: 12px; }

a.m-txt--bigsize {
    font-size: 26px; }

a.m-txt--upperletter {
    text-transform: uppercase; }

@media (max-width: 991px) {
    .m-stepsnav {
        display: none; } }

.m-stepsnav-step {
    background: #4A90E2;
    float: left;
    height: 48px; }
.m-stepsnav-step span {
    padding: 14px;
    display: block;
    color: #FFFFFF;
    text-align: center;
    float: left;
    width: 100%; }

.m-stepsnav-next::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid #4A90E2;
    border-top: 24px solid transparent;
    border-bottom: 24px solid transparent;
    position: absolute;
    background-color: white; }

.m-stepsnav-startstep {
    padding: 0; }

.m-stepsnav-arrow {
    position: absolute;
    right: 0;
    background: #FFFFFF; }

.m-stepsnav-blank {
    background: white; }
.m-stepsnav-blank span {
    color: #4A90E2; }

.m-areaphone {
    position: relative; }
.m-areaphone label {
    display: block; }
.m-areaphone .form-group:first-of-type input {
    max-width: 75px;
    border-radius: 4px; }
.m-areaphone .form-group:first-of-type .help_icon {
    display: none; }

.m-speechbubble {
    position: relative;
    padding: 15px;
    background: #F3F8FF;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: #1E334A solid 1px;
    margin-bottom: 40px; }
.m-speechbubble .afterarrow {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 28px 27px 0;
    border-color: #F3F8FF transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -28px; }
.m-speechbubble .beforearrow {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 28px 27px 0;
    border-color: #1E334A transparent;
    display: block;
    width: 0;
    z-index: 0;
    bottom: -29px; }
.m-speechbubble--right .afterarrow {
    left: 80%; }
.m-speechbubble--right .beforearrow {
    left: 80%; }
.m-speechbubble--left .afterarrow {
    left: 5%; }
.m-speechbubble--left .beforearrow {
    left: 5%; }
.m-speechbubble--star .fa:before, .m-speechbubble--star .loading_spinner span:before, .loading_spinner .m-speechbubble--star span:before {
    color: #FFD300; }

.m-table--middle {
    vertical-align: middle !important; }

.m-table--liner > thead > tr > td, .m-table--liner > tbody > tr > td, .m-table--liner > tfoot > tr > th {
    border-color: #3F3F3F; }

.m-table--liner.m-table > tbody + tbody {
    border: 1px solid #3F3F3F; }

.m-table-duotone tr {
    border-bottom: 1px solid #e7e7e7; }

.m-table-duotone th {
    background-color: #f8f3f2;
    width: 20%;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: black;
    border: 1px solid #d4c9c8;
    padding: 5px 10px; }

.m-table-duotone td, .m-table-duotone th {
    text-align: center;
    font-weight: normal; }

.m-steps {
    border-top: 1px solid #000000;
    padding: 25px 25px 0px 25px; }
.m-steps-step {
    text-align: center; }
@media (max-width: 767px) {
    .m-steps-step {
        margin-bottom: 25px; } }
.m-steps-step-arrow:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0; }
@media (max-width: 767px) {
    .m-steps-step-arrow:after {
        display: none; } }
.m-steps-title {
    font-weight: 100;
    font-size: 22px;
    margin: 0;
    line-height: 26px; }
.m-steps-title span {
    color: #F58223; }
.m-steps-icons {
    display: inline-block;
    padding: 10px; }
.m-steps-icons img {
    width: 42px; }
.m-steps-textcontainer {
    padding: 10px;
    vertical-align: middle;
    text-align: left;
    display: inline-block;
    width: 73%;
    vertical-align: top; }
@media (max-width: 991px) {
    .m-steps-textcontainer {
        max-width: 130px; } }
.m-steps-arrowbg {
    background: #1E334A;
    color: #FFFFFF;
    padding: 5px; }
.m-steps-arrowbg .m-steps-textcontainer {
    vertical-align: top; }

/*------------------------------------*\
    STEPS
\*------------------------------------*/
.m-stepsball .container, .m-stepsball .m-boxtable {
    text-align: center;
    background: white;
    padding-top: 20px; }

.m-stepsball .ball {
    position: relative; }
.m-stepsball .ball:after {
    position: absolute;
    content: "";
    display: inline-block;
    background: #f7f7f7 none repeat scroll 0 0;
    margin-top: 10px;
    margin-left: -4px;
    height: 5px;
    width: 100%; }

.m-stepsball .step-profile {
    cursor: pointer; }

.m-stepsball .step {
    display: inline-block;
    padding-bottom: 20px;
    font-weight: bold;
    font-style: italic;
    color: gray;
    font-size: 16px;
    width: 200px;
    position: relative;
    z-index: 2;
    text-decoration: none; }
.m-stepsball .step span.selected {
    color: #337ab7; }
.m-stepsball .step span.selected:hover {
    text-decoration: none;
    color: #1d4567; }
.m-stepsball .step span {
    color: #bbbbbb;
    text-decoration: none; }
.m-stepsball .step span:hover {
    text-decoration: none;
    color: #888888; }

.m-stepsball .step:last-child .ball:after {
    display: none; }

.m-stepsball .step.pass .ball:after {
    background: #2f68b8; }

@media screen and (max-width: 768px) {
    .m-stepsball {
        display: none; } }

@media screen and (max-width: 992px) {
    .m-stepsball .bar {
        width: 545px; }
    .m-stepsball .step {
        width: 175px; } }

.m-fullbg {
    width: 100%; }
.m-fullbg--duoimg {
    background: url("/tsa/img/australia/site1/bg-dual.png");
    background-position: center;
    background-repeat: repeat-y; }
@media (max-width: 991px) {
    .m-fullbg--duoimg {
        background-image: none; } }

.m-help {
    margin-top: 10px; }
.m-help ul {
    padding-left: 18px;
    margin: 0; }
.m-help-signcontainer > div {
    padding: 10px; }
.m-help--radio {
    padding: 0; }
.m-help--sign {
    cursor: pointer;
    background: none;
    border: none;
    color: #2F4E7C;
    font-size: 14px !important; }
.m-help--input {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important; }

.m-navbar {
    margin: 0; }
@media (max-width: 767px) {
    .m-navbar .navbar-nav {
        margin: 0 5% 2% 0;
        width: 90% !important; }
    .m-navbar .navbar-nav > li {
        width: 100%;
        text-align: center; }
    .m-navbar .navbar-nav > li:after {
        display: none; } }
.m-navbar-linkscontainer {
    background: #ffffff;
    box-shadow: none;
    border: none;
    margin-left: 5px;
    transition: all 0.3s ease 0s;
    text-transform: uppercase; }
.m-navbar-linkscontainer:hover, .m-navbar-linkscontainer:active, .m-navbar-linkscontainer:visited {
    background: #f2f2f2;
    box-shadow: none;
    border: none;
    margin-left: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.m-navbar-linkscontainer a {
    color: #404040;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    padding: 5px 10px !important; }
.m-navbar-linkscontainer a:hover, .m-navbar-linkscontainer a:visited {
    color: #222222;
    background: #f2f2f2; }
.m-navbar-linkscontainer--action {
    background: linear-gradient(to bottom, #3ed165, #29a33b);
    box-shadow: 0px 3px 0px #558B2F, 0px 3px 5px rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.m-navbar-linkscontainer--action:hover, .m-navbar-linkscontainer--action:active, .m-navbar-linkscontainer--action:visited {
    background: linear-gradient(to bottom, #2ba44b, #21812f) !important;
    box-shadow: 0px 3px 0px #21812f, 0px 3px 5px rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.8); }
.m-navbar-linkscontainer--action a {
    color: #ffffff !important;
    padding: 5px 10px !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.m-navbar-linkscontainer--action a:hover, .m-navbar-linkscontainer--action a:active, .m-navbar-linkscontainer--action a:visited {
    color: rgba(255, 255, 255, 0.8);
    background: none !important; }
.m-navbar-linkscontainer-blue {
    background: linear-gradient(to bottom, #4A90E2, #325e91);
    box-shadow: 0px 3px 0px #304257, 0px 3px 5px rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.m-navbar-linkscontainer-blue:hover, .m-navbar-linkscontainer-blue:active, .m-navbar-linkscontainer-blue:visited {
    background: linear-gradient(to bottom, #304257, #304257) !important;
    box-shadow: 0px 3px 0px #304257, 0px 3px 5px rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.8); }
.m-navbar-linkscontainer-blue a {
    color: #ffffff !important;
    padding: 5px 10px !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.m-navbar-linkscontainer-blue a:hover, .m-navbar-linkscontainer-blue a:active, .m-navbar-linkscontainer-blue a:visited {
    color: rgba(255, 255, 255, 0.8);
    background: none !important; }

.m-navbar-2 {
    background: none;
    border: 0;
    border-radius: 0; }
@media (max-width: 767px) {
    .m-navbar-2 {
        margin: 0px 0 0; } }

.alert_container {
    color: #E27216;
    padding: 0.2em 1.5em 0.5em !important; }

.top_wrong {
    padding: 17px; }
.top_wrong > p:before {
    font-family: FontAwesome;
    content: "\f057";
    font-size: 22px;
    left: -1px;
    position: relative;
    top: 3px;
    margin-right: 3px; }

.top_success {
    padding: 17px; }
.top_success > p:before {
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 22px;
    left: -1px;
    position: relative;
    top: 3px;
    margin-right: 3px; }

.m-tableresponsive {
    border-right: 1px solid #3f3f3f;
    border-bottom: 1px solid #3f3f3f; }
@media (max-width: 767px) {
    .m-tableresponsive {
        border: 0; } }
.m-tableresponsive-hight {
    background: #F3F8FF; }
@media (max-width: 767px) {
    .m-tableresponsive-hight {
        background: none; } }
@media (max-width: 767px) {
    .m-tableresponsive-content {
        border-right: 1px solid #3f3f3f; } }
.m-tableresponsive-head, .m-tableresponsive-content {
    display: table;
    width: 100%; }
@media (max-width: 767px) {
    .m-tableresponsive-head, .m-tableresponsive-content {
        width: 50%;
        display: block;
        float: left;
        margin-top: 11px; } }
.m-tableresponsive-head > div, .m-tableresponsive-content > div {
    display: table-cell;
    width: 25%;
    border-top: 1px solid #3f3f3f;
    padding: 7px;
    vertical-align: middle;
    border-left: 1px solid #3f3f3f; }
@media (max-width: 767px) {
    .m-tableresponsive-head > div, .m-tableresponsive-content > div {
        display: block;
        width: 100% !important;
        min-height: 96px; }
    .m-tableresponsive-head > div:last-child, .m-tableresponsive-content > div:last-child {
        border-bottom: 1px solid #3f3f3f; } }
.m-tableresponsive-head > div:first-child, .m-tableresponsive-content > div:first-child {
    width: 50%; }
.m-tableresponsive-head--primary, .m-tableresponsive-content--primary {
    display: table !important; }
.m-tableresponsive-head {
    display: none; }
@media (max-width: 767px) {
    .m-tableresponsive-head {
        display: block; } }

.loading_spinner {
    position: fixed;
    width: 100%;
    background: rgba(0, 0, 0, 0.3);
    height: 200px;
    z-index: 100;
    top: 0;
    height: 100%;
    padding: 10px; }
.loading_spinner span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -50px 0px 0px -50px;
    font-size: 130px;
    color: #fff; }

.t-shadow, .m-button-primary, .m-button-success {
    text-shadow: 1.5px 1.5px 1px rgba(0, 0, 0, 0.5);
    -moz-text-shadow: 1.5px 1.5px 1px rgba(0, 0, 0, 0.5);
    -webkit-text-shadow: 1.5px 1.5px 1px rgba(0, 0, 0, 0.5);
    -ms-text-shadow: 1.5px 1.5px 1px rgba(0, 0, 0, 0.5);
    -o-text-shadow: 1.5px 1.5px 1px rgba(0, 0, 0, 0.5); }

.m-button-primary {
    border-radius: 2px;
    border: 0;
    letter-spacing: .8px;
    font-size: 18px;
    line-height: 120%;
    padding: 10px 15px; }
.m-button-primary-color2 {
    border: none !important;
    border-radius: 2px;
}
.m-button-primary-application {
    font-size: 35px !important;
    padding: 10px 56px !important;
    font-weight: 700 !important;
}
@media (max-width: 767px) {
    .m-button-primary-application {
        font-size: 24px !important;
        padding: 5px 36px !important;
        font-weight: 700 !important;
        width: 100%; } }

.m-button-container {
    width: 100%;
    float: left; }

.m-button-success {
    background: linear-gradient(to bottom, #3ed165, #29a33b) !important;
    box-shadow: 0px 3px 0px #558B2F, 0px 3px 5px rgba(0, 0, 0, 0.7);
    border: none !important;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    letter-spacing: .8px;
    font-size: 18px;
    line-height: 120%;
    padding: 10px 15px; }
.m-button-success:disabled {
    background: #dedede !important;
    color: #6c6c6c;
    border-color: #dedede; }
.m-button-success:disabled:hover {
    background: #dedede !important;
    color: #6c6c6c;
    border-color: #dedede;
    box-shadow: 0px 3px 0px #6c6c6c, 0px 3px 5px rgba(0, 0, 0, 0.7); }
.m-button-success:hover, .m-button-success:active {
    background: linear-gradient(to bottom, #2ba44b, #21812f) !important;
    box-shadow: 0px 3px 0px #21812f, 0px 3px 5px rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.8); }
.m-button-success:hover {
    color: #FFFFFF;
    background-color: #559a05 !important; }

.m-button-icon {
    background-image: url(/img/common/payment/logos/secure.png), linear-gradient(to bottom, #3ed165, #29a33b) !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
    padding: 15px  70px 15px 25px;
    box-shadow: 0px 3px 0px #558B2F, 0px 3px 5px rgba(0, 0, 0, 0.7);
    border: none !important;
    border-radius: 2px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }
.m-button-icon:disabled {
    background-image: url(/img/common/payment/logos/secure.png), linear-gradient(to bottom, #e4e4e4, #e4e4e4) !important;
    box-shadow: 0px 3px 0px #828282, 0px 3px 5px rgba(0, 0, 0, 0.7);
    color: #6c6c6c; }
.m-button-icon:disabled:hover {
    background-image: url(/img/common/payment/logos/secure.png), linear-gradient(to bottom, #e4e4e4, #e4e4e4) !important;
    color: #6c6c6c;
    border-color: #dedede;
    box-shadow: 0px 3px 0px #6c6c6c, 0px 3px 5px rgba(0, 0, 0, 0.7); }
.m-button-icon:hover, .m-button-icon:active {
    background-image: url(/img/common/payment/logos/secure.png), linear-gradient(to bottom, #2ba44b, #21812f) !important;
    box-shadow: 0px 3px 0px #21812f, 0px 3px 5px rgba(0, 0, 0, 0.7);
    color: rgba(255, 255, 255, 0.8); }
.m-button-icon:hover {
    color: #FFFFFF;
    background-color: #559a05 !important; }

.m-button-container {
    width: 100%;
    float: left; }

.m-box--button {
    float: right; }
.m-box--button a {
    padding: 5px 60px 5px;
    margin: 5px 0; }

.m-box--txtleft {
    float: left;
    padding: 9px 9px 9px 0px; }

.m-box--title {
    width: 100%;
    display: block;
    clear: both;
    margin-bottom: 20px; }
.m-box--title > div {
    padding: 15px 20px;
    font-size: 22px;
    font-weight: 100;
    color: #4A90E2; }

.m-txt--footer {
    width: 180px;
    margin-left: 20px;
    float: left;
    margin-top: 7px;
    color: #6D6666;
    font-size: 12px; }
@media (max-width: 767px) {
    .m-txt--footer {
        text-align: left; } }

.m-txt-shadow {
    text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.95); }

a.m-txt--duotone:hover {
    font-weight: normal;
    text-decoration: underline; }

.m-footer .nav > li > a {
    padding: 10px 7px; }
@media (max-width: 991px) {
    .m-footer .nav > li > a {
        font-size: 13px; } }
.m-footer .nav > li > a:focus {
    background: #FFFFFF; }

.footer .u-flexcont {
    padding: 15px; }

.footer img {
    max-width: 100%; }

.footer > div > div p:last-child {
    margin-bottom: 65px; }

.m-jumbotron-image4 {
    width: 100%;
    height: 150px;
    background: url("/images/jumbotron/jumbo-1.jpg") center;
    background-position: 0 -142px; }
.m-jumbotron-image4 > div {
    height: 100%; }
@media (max-width: 991px) {
    .m-jumbotron-image4 {
        height: auto;
        background-size: cover; } }
@media (max-width: 767px) {
    .m-jumbotron-image4 {
        padding: 10px 0;
        display: none; } }

.m-jumbotron-image5, .m-jumbotron-image6 {
    width: 100%;
    background: linear-gradient(rgba(182, 106, 0, 0.32), rgba(182, 106, 0, 0.32)), url(/images/jumbotron/jumbo-1.jpg) 0 0;
    position: relative;
    background-repeat: no-repeat;
    background-color: #7f9eb1;
    background-size: cover;
    padding: 20px 0 0; }
@media (max-width: 767px) {
    .m-jumbotron-image5, .m-jumbotron-image6 {
        height: auto; } }

.m-jumbotron-image6 {
    min-height: 340px;
    text-align: center;
    background: url(/tsa/images/jumbotron/jumbo.png) 0 0;
    background-repeat: no-repeat;
    background-color: #2d3338;
    background-position: center center;
    position: relative;
    padding-top: 40px; }

@media (max-width: 767px) {
    .m-jumbotron-image5, .m-jumbotron-image6 {
        height: auto;
    }

    .m-jumbotron-image6 {
        background: none;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.m-jumbotron-image6 .fa, .m-jumbotron-image6 .loading_spinner span, .loading_spinner .m-jumbotron-image6 span {
    font-size: inherit; }
.m-jumbotron-image6 .alert-dismissible {
    position: absolute;
    bottom: 0;
    width: 100%; }

.m-panel {
    padding: 20px;
    float: left;
    width: 100%;
    border: 6px solid #E7E7E7; }
@media (max-width: 767px) {
    .m-panel {
        padding: 10px 0; } }
.m-panel > div > div {
    padding: 0px 5px; }
.m-panel > div > div > div {
    padding: 0px 5px; }

.application .section_full .date-issue-1 p {
    margin-bottom: 30px; }

::selection {
    background: #a4dcec; }

::-moz-selection {
    background: #a4dcec; }

::-webkit-selection {
    background: #a4dcec; }

::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ccc;
    font-style: italic; }

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ccc;
    font-style: italic; }

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ccc;
    font-style: italic; }

:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ccc !important;
    font-style: italic; }

#outputcontent {
    padding-top: 8px; }
#outputcontent .m-success-box {
    font-size: 16px; }
#outputcontent .m-success-box .fa, #outputcontent .m-success-box .loading_spinner span, .loading_spinner #outputcontent .m-success-box span {
    color: #5ED02F; }
#outputcontent .m-error-box {
    font-size: 16px; }
#outputcontent .m-error-box .fa, #outputcontent .m-error-box .loading_spinner span, .loading_spinner #outputcontent .m-error-box span {
    color: #ed5953; }

#searchfield {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 35px;
    position: relative; }
#searchfield .fa, #searchfield .loading_spinner span, .loading_spinner #searchfield span {
    position: absolute;
    top: 20px;
    right: 20px; }

#searchfield {
    display: inline-block;
    background: #eeefed;
    padding: 0;
    margin: 0;
    padding: 5px;
    border-radius: 3px;
    margin: 5px 0 0 0;
    width: 100%; }

#searchfield .biginput {
    width: 100%;
    height: 40px;
    padding: 0 10px 0 10px;
    background-color: #fff;
    border: 1px solid #c8c8c8;
    border-radius: 3px;
    color: #aeaeae;
    font-weight: normal;
    font-size: 1.5em;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear; }

#searchfield .biginput:focus {
    color: #858585; }

.flatbtn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    outline: 0;
    border: 0;
    color: #f3faef;
    text-decoration: none;
    background-color: #6bb642;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    font-size: 1.2em;
    font-weight: bold;
    padding: 12px 22px 12px 22px;
    line-height: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
    -moz-box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3);
    box-shadow: 0 1px 0 rgba(15, 15, 15, 0.3); }

.flatbtn:hover {
    color: #fff;
    background-color: #73c437; }

.flatbtn:active {
    -webkit-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 5px rgba(0, 0, 0, 0.1); }

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    overflow: auto; }

.autocomplete-suggestion {
    padding: 10px 5px;
    font-size: 1.2em;
    white-space: nowrap;
    overflow: hidden; }

.autocomplete-selected {
    background: #f0f0f0; }

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399ff; }

.m-disclaimer {
    font-size: 11px;
    color: #8c8c8c;
    background-color: #f4f4f4; }
@media (max-width: 767px) {
    .m-disclaimer {
        font-size: 11px; } }
.m-disclaimer a {
    text-decoration: underline;
    color: inherit; }
.m-disclaimer .close {
    color: #8c8c8c; }

.m-disc--alert {
    margin-bottom: 0px;
    border-radius: 0px;
    margin-top: 20px; }

.m-form {
    width: 100%;
    margin-bottom: 10px;
    min-height: 42px; }
.m-form-application {
    background: #F8F8F8; }
.m-form-application-container {
    background: #FFFFFF; }
.m-form-application-category-container {
    background: #FFF;
    border: 0px; }
.m-form-application-category-container label {
    font-weight: 400; }
.m-form-application-title {
    background: #4A90E2;
    color: #FFFFFF; }
.m-form-application-title h2 {
    margin: 0;
    padding: 8px;
    font-size: 16px;
    font-weight: 400; }
.m-form-application-inputs-container {
    padding: 25px 0; }
.m-form-application-inputs-container-titledescription {
    padding: 0px 15px 15px 15px; }
@media (max-width: 767px) {
    .m-form-container {
        padding-left: 5px;
        padding-right: 5px; } }
.m-form--square {
    border-radius: 0;
    border-color: #B8D4FE;
    color: #2F4E7C;
    font-weight: bold; }
.m-form--square::-webkit-input-placeholder {
    color: #2F4E7C;
    font-weight: bold; }
.m-form--square:-moz-placeholder {
    /* Firefox 18- */
    color: #2F4E7C;
    font-weight: bold; }
.m-form--square::-moz-placeholder {
    /* Firefox 19+ */
    color: #2F4E7C;
    font-weight: bold; }
.m-form--square:-ms-input-placeholder {
    color: #2F4E7C;
    font-weight: bold; }
.m-form--checkaccept {
    display: block;
    clear: both;
    padding-top: 15px;
    padding-left: 12px; }
.m-form-date select {
    min-width: 80px;
    margin-right: 5px; }
.m-form-prefix-number {
    position: absolute;
    padding-top: 7px;
    padding-left: 10px;
    color: #555555;
    font-size: 14px; }
.m-form-radio label.error {
    display: block; }
.m-form .error {
    font-weight: normal;
    color: #E27216; }
.m-form-help-open {
    color: #6D6666;
    margin: 10px 0 0 0; }

input.prefix-le5 {
    padding-left: 60px; }

input.prefix-le4 {
    padding-left: 53px; }

input.prefix-le3 {
    padding-left: 46px; }

input.prefix-le2 {
    padding-left: 37px; }

input.prefix-le1 {
    padding-left: 32px; }

input.prefix-le6 {
    padding-left: 77px; }

/*
--------------------------------------------------------------------------------
FORM LIST
--------------------------------------------------------------------------------
*/
.form_list_login {
    background-color: white;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 60px; }
.form_list_login .text_sorry {
    padding-left: 0px; }

.form_list {
    padding-left: 0px;
    padding-right: 0px;
    margin: 15px 0px;
    clear: both; }
.form_list .searcher {
    display: none; }
.form_list .leftsidebar .sub-menu a {
    padding-left: 60px; }
.form_list h4 {
    font-weight: bold;
    color: #4A4A4A;
    letter-spacing: 0.61px;
    line-height: 24px;
    margin: 2% 5%; }
@media (max-width: 767px) {
    .form_list h4 {
        font-size: 13px; } }
.form_list .main_image_home {
    margin-left: 0px;
    padding-left: 0px;
    background-image: url("/img/background_forms.jpg");
    min-height: 277px; }
.form_list .main_image_home .text {
    font-size: 33px;
    color: #FFFFFF;
    letter-spacing: 0.97px;
    line-height: 40px;
    font-weight: 100;
    text-align: center;
    margin-top: 0;
    padding-top: 9%; }
.form_list .main_image_home .text span {
    font-weight: bold; }
.form_list table.liststate {
    width: 100%;
    margin: 40px auto; }
.form_list table.liststate tr.firsttr {
    height: 40px;
    border-bottom: none; }
.form_list table.liststate tr.firsttr td {
    background-color: #F4F4F4;
    font-size: 12px;
    color: #000000;
    line-height: 12px;
    padding-left: 2%; }
.form_list table.liststate tr {
    height: 60px;
    border-bottom: 1px solid #C4C4C4; }
.form_list table.liststate tr td {
    font-size: 12px;
    color: #000000;
    line-height: 18px;
    padding-left: 2%; }
.form_list table.liststate tr td.completo {
    color: #56BB4A; }
.form_list table.liststate tr td.incompleto {
    color: #AC1A28; }
.form_list table.table_list_forms {
    /*margin-top: 60px;
    margin-bottom: 60px;*/ }
.form_list table.table_list_forms td {
    padding: 20px 0px;
    border-top: 1px solid #E6E6E6; }
.form_list table.table_list_forms tr.firsttr td {
    border-top: none; }
.form_list table.table_list_forms tr td h4 {
    color: #B31F31;
    line-height: 22px;
    font-weight: bold;
    margin-left: 0px; }
.form_list table.table_list_forms tr td.main {
    font-weight: bold;
    font-size: 14px;
    color: #212121;
    line-height: 16px;
    min-width: 300px; }
.form_list table.table_list_forms tr td.flecha i.fa-chevron-right {
    color: #E6E6E6;
    font-size: 37px; }
.form_list table.table_list_forms tr td.explain {
    font-size: 14px;
    color: #092E83;
    line-height: 16px;
    font-weight: bold;
    padding-left: 4%;
    max-width: 250px; }
.form_list table.table_list_forms tr td.explain span {
    font-size: 12px;
    color: #565656;
    line-height: 13.44px;
    font-weight: 300; }
.form_list table.table_list_forms tr td.button {
    cursor: pointer; }
.form_list table.table_list_forms tr td.button a {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.31px;
    line-height: 30px;
    text-align: center;
    margin: auto;
    display: block;
    width: 130px;
    background: #64C15A;
    border-radius: 4px;
    height: 30px;
    cursor: pointer;
    text-decoration: none;
    float: right; }

.other_options {
    clear: both;
    margin-bottom: 80px; }
.other_options .title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    line-height: 17px; }
.other_options .option {
    font-weight: bold;
    font-size: 12px;
    color: #092E83;
    line-height: 16px; }
.other_options .option span {
    font-weight: 400; }
.other_options .no_border_right {
    border-right: none; }

table.wo_mt {
    margin-top: 0px !important; }

/*
--------------------------------------------------------------------------------
CREATE ACCOUNT AND FORM DETAIL
--------------------------------------------------------------------------------
*/
.title_new_account {
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
    margin-bottom: 15px;
    padding-left: 0px; }
.title_new_account .title {
    font-size: 19px;
    color: #B31F31;
    line-height: 23px;
    font-weight: bold;
    float: left;
    padding-bottom: 14px; }
.title_new_account .signin {
    float: right;
    font-size: 14px;
    font-weight: bold;
    background-color: #143B60;
    color: white;
    min-width: 115px;
    padding-bottom: 2px;
    margin-right: -15px;
    height: 30px;
    line-height: 30px;
    text-align: center; }

.text_new_account .text_ini {
    font-size: 14px;
    color: #222222;
    line-height: 22px;
    font-weight: bold; }
.text_new_account .text_ini span {
    font-weight: 300; }

/*
---------------------------------------------------------------------------------
LOGIN
---------------------------------------------------------------------------------
*/
/* Errors */
.alert_container {
    padding: 15px !important;
    margin-top: 15px;
    text-align: center; }
.alert_container .alert-dismissible {
    padding: 25px 15px 15px 15px;
    background: #B31F31;
    border-radius: 0; }
.alert_container .alert-dismissible.alert-success, .alert_container .alert-dismissible.alert_container_success {
    background: #d6e9c6; }
.alert_container .alert-dismissible.alert-info {
    color: #fff; }
.alert_container .button.close {
    padding: 10px; }
.alert_container .close {
    padding: 10px; }

.form_login .labels_login {
    margin-top: 15px;
    font-size: 12px; }
.form_login .labels_login label {
    font-size: 12px;
    font-weight: bold; }
.form_login .labels_login input {
    /*width: 70%;*/ }
.form_login .labels_login ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    padding-left: 3px;
    font-size: 12px;
    padding-top: 2px; }
.form_login .labels_login :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    padding-left: 3px;
    opacity: 1;
    font-size: 12px;
    padding-top: 2px; }
.form_login .labels_login ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    padding-left: 3px;
    opacity: 1;
    font-size: 12px;
    padding-top: 2px; }
.form_login .labels_login :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    padding-left: 3px;
    font-size: 12px;
    padding-top: 2px; }

.form_login_contact {
    margin-left: 5px; }
.form_login_contact .labels_login {
    margin-top: 15px;
    font-size: 12px; }
.form_login_contact .labels_login label {
    font-size: 12px;
    font-weight: bold; }
.form_login_contact .labels_login input {
    width: 100%; }
.form_login_contact .labels_login textarea {
    width: 100%;
    min-height: 90px; }
.form_login_contact .labels_login ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    padding-left: 3px;
    font-size: 12px;
    padding-top: 2px; }
.form_login_contact .labels_login :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    padding-left: 3px;
    opacity: 1;
    font-size: 12px;
    padding-top: 2px; }
.form_login_contact .labels_login ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    padding-left: 3px;
    opacity: 1;
    font-size: 12px;
    padding-top: 2px; }
.form_login_contact .labels_login :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    padding-left: 3px;
    font-size: 12px;
    padding-top: 2px; }

.form_inside {
    margin-top: 30px;
    padding-bottom: 48px;
    padding-left: 0px;
    padding-right: 0px; }
.form_inside .check {
    font-size: 12px !important; }
.form_inside table {
    font-size: 12px;
    padding-left: 0px;
    padding-right: 0px; }
.form_inside table tr {
    padding-bottom: 5px;
    height: 40px; }
.form_inside table tr td.step {
    font-weight: 400;
    width: 40%; }
.form_inside table tr td.tick {
    width: 5%; }
.form_inside table tr td.tick i.fa-check-circle-o {
    color: #64C15A;
    font-size: 22px; }
.form_inside table tr td.tick i.fa-times-circle-o {
    color: #B6212F;
    font-size: 22px; }
.form_inside table tr td.process {
    font-weight: bold;
    width: 40%; }
.form_inside table tr td.process span.ok {
    color: #64C15A; }
.form_inside table tr td.process span.ko {
    color: #B6212F; }
.form_inside .first_labels {
    margin-top: 15px;
    padding: 0;
    /*}*/ }
.form_inside .first_labels label.explanation {
    color: #BDBDBD; }
.form_inside .first_labels #double_select {
    width: 15%; }
.form_inside .first_labels #numbers_little {
    width: 12%; }
.form_inside .first_labels #radio_separation {
    margin-left: 4%; }
.form_inside .first_labels #zipcode {
    width: 25%; }
.form_inside .first_labels #date {
    width: 22%;
    float: left;
    margin-left: 1%; }
.form_inside .first_labels #date_left {
    width: 22%;
    float: left;
    margin-left: 0px; }
.form_inside .first_labels ::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    padding-left: 3px;
    font-size: 12px;
    padding-top: 2px; }
.form_inside .first_labels :-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    padding-left: 3px;
    opacity: 1;
    font-size: 12px;
    padding-top: 2px; }
.form_inside .first_labels ::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    padding-left: 3px;
    opacity: 1;
    font-size: 12px;
    padding-top: 2px; }
.form_inside .first_labels :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    padding-left: 3px;
    font-size: 12px;
    padding-top: 2px; }
.form_inside .first_labels table tr td.radiodouble {
    width: 5%; }
.form_inside .first_labels table tr td.radiodouble #bigcheck {
    width: 46%; }
.form_inside .first_labels table tr td.radiodouble input.verification {
    width: 70%;
    margin-right: 20px; }
.form_inside .first_labels_half {
    float: left;
    clear: none; }
.form_inside .first_labels_half input[type="email"] {
    width: 30%; }
.form_inside .col-lg-6, .form_inside .form_new_account_telf .telf_label, .form_new_account_telf .form_inside .telf_label, .form_inside .form_new_account_telf .numtelf, .form_new_account_telf .form_inside .numtelf, .form_inside .info_form .title, .info_form .form_inside .title, .form_inside .form_new_account .first_labels, .form_new_account .form_inside .first_labels {
    margin-top: 20px; }

.hr_intern {
    border-top: 1px solid #ddd; }

.form_new_account_question {
    margin-top: 10px;
    padding-bottom: 20px; }
.form_new_account_question .select_label label {
    font-size: 12px;
    font-weight: bold; }
.form_new_account_question .select_label input {
    width: 70%; }
.form_new_account_question .select_label .col-lg-6, .form_new_account_question .select_label .form_new_account_telf .telf_label, .form_new_account_telf .form_new_account_question .select_label .telf_label, .form_new_account_question .select_label .form_new_account_telf .numtelf, .form_new_account_telf .form_new_account_question .select_label .numtelf, .form_new_account_question .select_label .info_form .title, .info_form .form_new_account_question .select_label .title, .form_new_account_question .select_label .form_new_account .first_labels, .form_new_account .form_new_account_question .select_label .first_labels {
    margin-top: 10px; }
.form_new_account_question .select_label #insert_answ {
    width: 95%; }
.form_new_account_question .textinfo {
    font-size: 11px; }

.form_new_account_telf .numtelf label {
    font-size: 12px;
    font-weight: bold; }

.form_new_account_login {
    margin-left: 26px; }
.form_new_account_login .button_layer .button_back, .form_new_account_login .button_layer .button_reset {
    cursor: pointer;
    margin-bottom: 15px;
    float: left;
    margin-top: 15px; }
.form_new_account_login .button_layer .button_back a, .form_new_account_login .button_layer .button_back #signin, .form_new_account_login .button_layer .button_back input.reset, .form_new_account_login .button_layer .button_reset a, .form_new_account_login .button_layer .button_reset #signin, .form_new_account_login .button_layer .button_reset input.reset {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.31px;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 150px;
    background: #4A90E2;
    border-radius: 4px;
    height: 40px;
    cursor: pointer;
    text-decoration: none;
    border: none; }
.form_new_account_login .button_layer .button_back a.reset, .form_new_account_login .button_layer .button_back input.reset, .form_new_account_login .button_layer .button_reset a.reset, .form_new_account_login .button_layer .button_reset input.reset {
    width: 250px !important; }
.form_new_account_login .button_layer .button_create {
    cursor: pointer;
    margin-bottom: 30px;
    margin-top: 26px; }
.form_new_account_login .button_layer .button_create a {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.31px;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 200px;
    background: #64C15A;
    border-radius: 4px;
    height: 40px;
    cursor: pointer;
    text-decoration: none; }
.form_new_account_login .button_layer .forgotpassword {
    clear: both;
    margin-bottom: 15px;
    padding-left: 0px; }

.form_detail_button {
    padding-left: 6.4%; }
.form_detail_button .button_layer input {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.31px;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 200px;
    background: #64C15A;
    border-radius: 4px;
    height: 40px;
    cursor: pointer;
    text-decoration: none;
    border: none; }
.form_detail_button .button_layer .button {
    cursor: pointer;
    margin-bottom: 30px;
    float: right; }
.form_detail_button .button_layer .button a {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.31px;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 200px;
    background: #64C15A;
    border-radius: 4px;
    height: 40px;
    cursor: pointer;
    text-decoration: none; }
.form_detail_button .button_layer .button_back {
    cursor: pointer;
    margin-bottom: 30px;
    float: left; }
.form_detail_button .button_layer .button_back a {
    font-weight: 400;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 0.31px;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 150px;
    background: #4A90E2;
    border-radius: 4px;
    height: 40px;
    cursor: pointer;
    text-decoration: none; }

.createaccount_customer {
    background-color: #f4f4f4;
    margin-top: -10px;
    padding-left: 0px;
    padding-right: 0px; }
.createaccount_customer .title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding-top: 25px;
    line-height: 15px; }
.createaccount_customer .text {
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    margin-top: 10px; }

.info_form {
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px; }
.info_form .title {
    font-size: 21px;
    font-weight: bold;
    padding-top: 1%; }
.info_form .title span {
    font-weight: 100; }
.info_form .save {
    font-size: 12px;
    color: #325E8D;
    line-height: 82px;
    cursor: pointer;
    padding-left: 3%;
    width: 155px;
    text-align: center; }
.info_form .save:hover {
    background-color: #EAEAEA; }
.info_form .review {
    font-size: 12px;
    color: #325E8D;
    line-height: 82px;
    cursor: pointer;
    padding-left: 3%;
    min-width: 270px;
    display: none; }
.info_form .review a {
    text-decoration: none;
    color: #325E8D; }
.info_form .review:hover {
    background-color: #EAEAEA; }

.form_new_account {
    margin-top: 10px;
    padding-bottom: 10px; }
.form_new_account .first_labels {
    font-size: 12px;
    margin-top: 20px; }

.checkbox label {
    font-size: 14px; }

.help_icon:before {
    font-family: FontAwesome;
    content: "\f059"; }

.select_help {
    background: none;
    border: none; }

.panel-heading {
    float: left;
    width: 50%;
    cursor: pointer;
    margin-bottom: 20px; }

.panel-default > .active-panel {
    background-color: #1E334A;
    margin-bottom: 20px; }
.panel-default > .active-panel h4 {
    color: #fff; }

.panel-group .panel + .panel {
    margin-top: 0; }

.form-1 {
    margin-top: 20px; }

@media (max-width: 991px) {
    .button_container .btn {
        width: 100%; } }

@media (max-width: 991px) {
    .button_container img {
        max-width: 100%;
        display: block;
        margin: auto;
        float: none !important; } }

.button_container button {
    padding: 10px 40px;
    font-size: 16px; }
.button_container button i {
    margin-left: 5px; }

/*
--------------------------------------------------------------------------------
FORM Basics
--------------------------------------------------------------------------------
*/
.checkbox {
    margin-bottom: 18px;
    margin-left: 20px; }
.checkbox label {
    padding-left: 0; }
.checkbox input[type=checkbox] {
    margin-left: -20px !important; }

.form_list label {
    display: inline;
    margin-left: 3px; }

.form_inside {
    margin-top: 0px; }
.form_inside .first_labels {
    clear: both; }
.form_inside .first_labels .title {
    font-weight: bold; }
.form_inside .first_labels .checkbox_form {
    font-weight: 400; }
.form_inside .first_labels .radio_form {
    font-weight: 400; }

.tip-on-form {
    color: #337AB7;
    margin: 0 6px; }

.informative-txt {
    clear: both; }

.floor-group .input-group {
    margin-top: 13px; }

.floor-group .radio {
    display: block;
    float: left;
    margin: 20px; }
.floor-group .radio label {
    display: inline-block !important; }

.floor-group label, .floor-group br {
    display: none !important; }

.weight-group label {
    float: left;
    margin: 7px;
    font-weight: normal; }

.weight-group .input-group {
    width: 40px;
    text-align: center;
    display: block;
    float: left;
    margin: 0 5px 0 0; }
.weight-group .input-group label {
    display: none; }
.weight-group .input-group input {
    border-radius: 4px !important;
    padding-right: 2px; }

.height-group .radio {
    clear: both;
    margin-left: 0;
    margin-bottom: 5px; }
.height-group .radio .input-group {
    width: 60px;
    margin-bottom: 8px; }
.height-group .radio select {
    width: 60px; }
.height-group .radio label {
    min-width: 50px; }
.height-group .radio .select_help {
    border-left: 0;
    width: 10px;
    float: left;
    margin: 0;
    padding: 10px; }
.height-group .radio span.error-message {
    padding-top: 6px;
    display: block; }

.race-group label {
    margin-right: 30px; }

.columns-group .radio {
    margin-left: 20px;
    width: 200px;
    display: inline-block; }

.form_new_account .form-group label {
    display: block; }

.input-group-addon {
    vertical-align: top;
    padding-top: 9px; }

.collapsing {
    -webkit-transition: none;
    transition: none; }

.cancel-click {
    width: 50%;
    height: 80px;
    position: absolute; }
.cancel-click.position2 {
    margin-left: 50%; }

.input-group input.datepicker.form-control, .input-group input.datepicker[type='text'], .input-group input.datepicker[type='email'], .input-group input.datepicker[type='number'], .input-group input.datepicker[type="password"], .input-group input.datepicker[type="phone"] {
    border-radius: 4px; }

/*
--------------------------------------------------------------------------------
FORM Basics
--------------------------------------------------------------------------------
*/
.personal-data .form_detail_button .button_layer input {
    display: block;
    margin: 0 auto 20px; }

/*
--------------------------------------------------------------------------------
FORM Extras
--------------------------------------------------------------------------------
*/
.radio input:invalid,
.checkbox input:invalid,
.radio input:-moz-submit-invalid,
.checkbox input:-moz-submit-invalid,
.radio input:-moz-ui-invalid,
.checkbox input:-moz-ui-invalid,
input:invalid,
input:-moz-submit-invalid,
input:-moz-ui-invalid {
    box-shadow: none; }

.text-radio-group .radio {
    width: 94px;
    float: left;
    margin: 10px; }

.text-radio-group .capsulate {
    display: table;
    padding: 4px; }
.text-radio-group .capsulate label {
    display: table-cell;
    font-weight: 400;
    padding-top: 8px; }
.text-radio-group .capsulate .input-group {
    display: table-cell;
    vertical-align: middle; }
.text-radio-group .capsulate .input-group input {
    width: 64%;
    margin-left: 12px; }

.parsley-errors-list.filled {
    padding: 5px 0 0 5px; }
.parsley-errors-list.filled li {
    list-style: none;
    color: #E27216; }

.parsley-required {
    color: #E27216;
    list-style-type: none; }

.icon_cvv {
    height: 31px;
    margin-top: 1px;
    border: none;
    padding-left: 12px;
    background-color: transparent; }

/* FORM STEPS (HIDE STEPS) */
form.m-form-application .m-form-application-container .m-form-application-category-container {
    display: none; }
@media (max-width: 767px) {
    form.m-form-application .m-form-application-container .m-form-application-category-container {
        margin: 0 -15px;
        display: none; } }

html:lang(ru).m-navbar-linkscontainer {
    text-transform: uppercase;
    font-size: 0.5em; }

.filter-pane {
    margin-bottom: 20px;
    width: 210px;
    transition: all 0.35s, border-radius 0s; }
.filter-pane input {
    padding: 6px 10px; }
@media (max-width: 767px) {
    .filter-pane {
        width: 90%;
        margin: 20px auto;
        float: none !important; } }
@media (min-width: 767px) {
    .filter-pane:hover {
        width: 331px; } }

.stylish-input-group .input-group-addon {
    background: white !important; }

.stylish-input-group .form-control, .stylish-input-group input[type='text'], .stylish-input-group input[type='email'], .stylish-input-group input[type='number'], .stylish-input-group input[type="password"], .stylish-input-group input[type="phone"], .stylish-input-group select {
    border-right: 0;
    box-shadow: 0 0 0;
    border-color: #ccc; }

.stylish-input-group button {
    border: 0;
    background: transparent; }

#countryTable {
    width: 99.9%; }
@media (min-width: 767px) {
    #countryTable a {
        font-size: 13px; } }
@media (max-width: 767px) {
    #countryTable .filtered {
        width: 100%;
        display: block !important;
        clear: both; } }
#countryTable .filtered a {
    color: #FFF; }
#countryTable .unfiltered {
    opacity: 0.2; }

.fr .m-subtitle--t3 h4 {
    font-size: 23px !important; }

@media (min-width: 1200px) {
    .fr .m-stepsnav-step span {
        padding: 16px 0px;
        font-size: 13px; } }

@media (min-width: 1200px) {
    .de .m-stepsnav-step span {
        padding: 16px 0px;
        font-size: 13px; } }

.de .m-stepsball .step {
    font-size: 15px; }

.de .tooltip {
    font-size: 11px; }
.de .tooltip i {
    margin-top: 4px; }

.es .tooltip {
    font-size: 11px; }
.es .tooltip i {
    margin-top: 4px; }

.it .tooltip {
    font-size: 11px; }
.it .tooltip i {
    margin-top: 4px; }

@media (min-width: 1200px) {
    .it .m-stepsnav-step span {
        padding: 16px 0px;
        font-size: 13px; } }

body.zh, body.cn {
    font-family: 'Microsoft YaHei'; }
body.zh .panel_content p, body.zh .m-title--t2 h1, body.zh .m-title--t2 h3, body.cn .panel_content p, body.cn .m-title--t2 h1, body.cn .m-title--t2 h3 {
    font-family: 'Microsoft YaHei'; }

.m-form-application-title .pull-right, .m-form-application-title .info_form .save, .info_form .m-form-application-title .save {
    width: 35%;
    margin-top: 4px; }
.m-form-application-title .pull-right .cards_logos > div, .m-form-application-title .info_form .save .cards_logos > div, .info_form .m-form-application-title .save .cards_logos > div {
    width: 11%; }

@media (max-width: 767px) {
    .m-form-application-title .pull-right, .m-form-application-title .info_form .save, .info_form .m-form-application-title .save {
        width: 40%;
        margin: 5px auto;
        float: none !important; }
    .m-form-application-title .pull-left {
        float: none !important; }
    .m-form-application-title h2 {
        margin-top: 5px;
        font-size: 16px;
        margin-bottom: 0;
        text-align: center; } }

@media (max-width: 600px) {
    .m-form-application-title .pull-right, .m-form-application-title .info_form .save, .info_form .m-form-application-title .save {
        width: 65%;
        max-width: 285px; } }

/**** Responsive AU ******/
@media (max-width: 767px) {
    .media-xs-nopush.pull-right, .info_form .media-xs-nopush.save {
        float: none !important; } }

/*
 * Slim v4.0.2 - Image Cropping Made Easy
 * Copyright (c) 2016 Rik Schennink - http://slimimagecropper.com
 */
.slim-file-hopper {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer; }

.slim-image-editor {
    position: relative;
    height: 100%;
    text-align: left;
    z-index: 1; }

.slim-image-editor .slim-container {
    position: relative;
    height: calc(100% - 20em);
    width: 100%;
    z-index: 2; }

.slim-image-editor .slim-editor-utils-group,
.slim-image-editor .slim-editor-btn-group {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0; }

.slim-image-editor,
.slim-image-editor .slim-stage,
.slim-image-editor .slim-crop-preview {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000; }

.slim-image-editor .slim-stage {
    position: absolute;
    line-height: 0; }

.slim-image-editor .slim-wrapper {
    position: absolute;
    z-index: 2; }

.slim-image-editor .slim-crop-preview {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    line-height: 0; }

.slim-image-editor .slim-stage {
    z-index: 4; }

.slim-image-editor .slim-crop-preview {
    z-index: 3;
    border-radius: 4px; }

.slim-image-editor .slim-crop-preview img, .slim-image-editor .slim-crop-preview::after,
.slim-image-editor .slim-crop-preview canvas {
    position: absolute;
    display: block;
    border-radius: inherit;
    left: 0;
    top: 0; }

.slim-image-editor .slim-crop-preview .slim-crop {
    z-index: 3; }

.slim-image-editor .slim-crop-preview::after {
    z-index: 2;
    right: 0;
    bottom: 0;
    content: ''; }

.slim-image-editor .slim-crop-preview .slim-crop-blur {
    -webkit-filter: contrast(0.7);
    -moz-filter: contrast(0.7);
    filter: contrast(0.7);
    z-index: 1; }

.slim-image-editor .slim-editor-utils-group {
    text-align: center;
    z-index: 3; }

.slim-image-editor .slim-editor-utils-group button {
    width: 2.5em;
    height: 2.5em;
    padding: 0;
    cursor: pointer;
    background-size: 50% 50%;
    background-position: center center;
    background-repeat: no-repeat; }

.slim-image-editor .slim-editor-utils-group button:active {
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.slim-image-editor .slim-editor-btn-group {
    position: relative;
    z-index: 3;
    text-align: center; }

.slim-image-editor .slim-editor-btn-group button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 1em;
    margin: 0 .75em;
    padding: 10px 30px;
    cursor: pointer;
    overflow: hidden;
    border-radius: 4px;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-align: center; }

.slim-image-editor .slim-editor-btn-group button:active {
    padding: .875em 1.5em .75em;
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15); }

.slim-rotation-disabled .slim-container {
    height: calc(100% - 4em); }

.slim-rotation-disabled .slim-editor-utils-group {
    display: none; }

.slim-editor-utils-btn,
.slim-editor-btn {
    color: rgba(255, 255, 255, 0.75);
    border: 2px solid rgba(0, 0, 0, 0.25); }

.slim-editor-utils-btn:focus, .slim-editor-utils-btn:hover,
.slim-editor-btn:focus,
.slim-editor-btn:hover {
    color: rgba(255, 255, 255, 0.9); }

.slim-editor-utils-btn {
    border-radius: .6875em; }

.slim-editor-btn {
    border-radius: .5em; }

.slim-image-editor-preview::after {
    background-color: rgba(244, 250, 255, 0.4);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.07), 0 1px 5px rgba(0, 0, 0, 0.3); }

.slim-btn-rotate {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='252' height='287' viewBox='0 0 252 287' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M134.762.626v36.15c65.016 4.594 116.34 58.75 116.34 124.936 0 69.198-56.09 125.288-125.29 125.288C56.616 287 .525 230.91.525 161.71c0-30.036 10.592-57.59 28.215-79.17l31.934 31.934C51.03 127.75 45.27 144.04 45.27 161.71c0 44.485 36.06 80.544 80.544 80.544 44.484 0 80.544-36.058 80.544-80.543 0-41.454-31.327-75.56-71.594-80.017v35.272l-62.646-57.89L134.762.625zm-8.95 196.883c-19.77 0-35.796-16.028-35.796-35.798 0-19.77 16.027-35.796 35.797-35.796 19.77 0 35.797 16.026 35.797 35.796s-16.027 35.797-35.797 35.797z' fill='rgba(255,255,255,.8)' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.slim-editor-utils-group {
    padding: 1em 0 0; }

.slim-editor-btn-group {
    padding: 1em 0 0; }

@media (min-width: 40em) {
    .slim-btn-group {
        padding-top: 2em; } }

.slim-crop-area {
    position: absolute;
    -webkit-transition: background-color .125s ease-in-out;
    transition: background-color .125s ease-in-out;
    box-shadow: inset 0 0 0 1px rgba(97, 184, 231, 0.8), 0 0 0 1px rgba(97, 184, 231, 0.8); }

.slim-crop-area .grid {
    overflow: hidden; }

.slim-crop-area .grid::before, .slim-crop-area .grid::after {
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .5s;
    transition: opacity .5s; }

.slim-crop-area .grid::before {
    top: 33.333%;
    bottom: 33.333%;
    left: 1px;
    right: 1px;
    box-shadow: inset 0 -1px 0 0 rgba(255, 255, 255, 0.35), inset 0 1px 0 0 rgba(255, 255, 255, 0.35); }

.slim-crop-area .grid::after {
    top: 1px;
    bottom: 1px;
    left: 33.333%;
    right: 33.333%;
    box-shadow: inset -1px 0 0 0 rgba(255, 255, 255, 0.35), inset 1px 0 0 0 rgba(255, 255, 255, 0.35); }

.slim-crop-area button {
    position: absolute;
    background: #0272c5;
    box-shadow: inset 0 1px 0 0 #0272c5, 0 1px 1px rgba(0, 0, 0, 0.15);
    border: none;
    padding: 0;
    margin: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    border-radius: 8px;
    z-index: 2; }

.slim-crop-area [class*='n'] {
    top: 0; }

.slim-crop-area [class*='s'] {
    top: 100%; }

.slim-crop-area [class*='w'] {
    left: 0; }

.slim-crop-area [class*='e'] {
    left: 100%; }

.slim-crop-area .e,
.slim-crop-area .w {
    top: 50%;
    cursor: ew-resize;
    height: 30px;
    margin-top: -15px; }

.slim-crop-area .n,
.slim-crop-area .s {
    left: 50%;
    cursor: ns-resize;
    width: 30px;
    margin-left: -15px; }

.slim-crop-area .ne,
.slim-crop-area .sw {
    cursor: nesw-resize; }

.slim-crop-area .nw,
.slim-crop-area .se {
    cursor: nwse-resize; }

.slim-crop-area .c {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    margin: 0;
    border-radius: 0;
    border: none;
    z-index: 1;
    box-shadow: none;
    opacity: 0;
    cursor: move; }

.slim-crop-area button:not(.c)::after {
    content: '';
    position: absolute;
    left: -12px;
    right: -12px;
    top: -12px;
    bottom: -12px; }

.slim-crop-area[data-dragging='true'] .grid::before, .slim-crop-area[data-dragging='true'] .grid::after {
    opacity: 1; }

.slim-popover {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 1em;
    font-size: 16px;
    background: rgba(25, 27, 29, 0.99);
    z-index: 2147483647; }

.slim-popover[data-state='off'] {
    left: -100%; }

.slim-popover::after {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: -webkit-radial-gradient(center ellipse, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0) 80%); }

@media (min-width: 40em) {
    .slim-popover {
        padding: 2em; } }

.slim,
.slim-popover,
.slim-crop-area,
.slim-image-editor {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box; }

.slim button,
.slim-popover button,
.slim-crop-area button,
.slim-image-editor button {
    -webkit-highlight: none;
    -webkit-tap-highlight-color: transparent; }

.slim *,
.slim-popover *,
.slim-crop-area *,
.slim-image-editor * {
    box-sizing: inherit; }

.slim img,
.slim-popover img,
.slim-crop-area img,
.slim-image-editor img {
    width: 100%;
    height: auto;
    background-color: #eee;
    background-image: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1)), -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1)), linear-gradient(45deg, rgba(0, 0, 0, 0.1) 25%, transparent 25%, transparent 75%, rgba(0, 0, 0, 0.1) 75%, rgba(0, 0, 0, 0.1));
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px; }

.slim {
    position: relative;
    font-size: inherit;
    background-color: #eee;
    background-position: center center;
    -webkit-transition: background-color .25s;
    transition: background-color .25s;
    padding-bottom: .025px;
    background-image: url(/tsa/img/india/commons/profile-picture-defaults/facePicture.jpg);
    background-repeat: no-repeat;
    background-size: cover; }
@media (max-width: 767px) {
    .slim {
        max-width: 250px;
        margin: auto;
        margin-bottom: 15px; } }

#passportPictureCropper.slim {
    background-image: url(/img/common/profile-picture-defaults/Applicant-Passport-Page.jpg); }

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

@keyframes rotate {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg); }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg); } }

.slim[data-state*='empty']:hover {
    background-color: #ddd; }

.slim[data-state*='error'] {
    background-color: #e8a69f !important;
    color: #702010; }

.slim > img,
.slim > input[type=file] {
    display: block !important;
    opacity: 0 !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0 !important;
    border: 0 !important; }

.slim > img + input[type=file] {
    margin-bottom: 0 !important; }

.slim > input[type=file] + img {
    margin-bottom: 0 !important; }

.slim > input[type=hidden] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    opacity: 0; }

.slim .slim-file-hopper {
    z-index: 3;
    background: rgba(0, 0, 0, 0.0001); }

.slim .slim-ratio,
.slim .slim-drip,
.slim .slim-status,
.slim .slim-result,
.slim .slim-area {
    border-radius: inherit; }

.slim .slim-area {
    width: 100%;
    color: inherit;
    overflow: hidden; }

.slim .slim-area *:only-of-type {
    margin: 0; }

.slim .slim-area .slim-loader {
    pointer-events: none;
    position: absolute;
    right: .875em;
    top: .875em;
    width: 23px;
    height: 23px;
    z-index: 1; }

.slim .slim-area .slim-loader svg {
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0; }

.slim .slim-area .slim-upload-status {
    position: absolute;
    right: 1em;
    top: 1em;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
    white-space: nowrap;
    line-height: 1.65;
    font-weight: normal; }

.slim .slim-area .slim-upload-status-icon {
    display: inline-block;
    opacity: .9; }

.slim .slim-area .slim-drip,
.slim .slim-area .slim-status,
.slim .slim-area .slim-result {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }

.slim .slim-area .slim-drip,
.slim .slim-area .slim-result {
    position: absolute; }

.slim .slim-area .slim-status {
    padding: 3em 1.5em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    pointer-events: none; }

.slim .slim-area .slim-drip {
    overflow: hidden; }

.slim .slim-area .slim-drip > span {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    margin-left: -25%;
    margin-top: -25%;
    width: 50%;
    padding-bottom: 50%; }

.slim .slim-area .slim-drip > span > span {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    opacity: .5;
    left: 0;
    top: 0; }

.slim .slim-area .slim-result {
    overflow: hidden;
    -webkit-perspective: 1px; }

.slim .slim-area .slim-result img {
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0; }

.slim .slim-area .slim-result img:not([src]), .slim .slim-area .slim-result img[src=''] {
    visibility: hidden; }

.slim .slim-btn-group {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    overflow: hidden; }

.slim .slim-btn-group button {
    cursor: pointer; }

.slim[data-ratio*=':'] {
    min-height: initial; }

.slim[data-ratio*=':'] .slim-status {
    position: absolute;
    padding: 0 1.5em; }

.slim[data-ratio='16:10'] > input[type=file],
.slim[data-ratio='16:10'] > img {
    margin-bottom: 62.5%; }

.slim[data-ratio='10:16'] > input[type=file],
.slim[data-ratio='10:16'] > img {
    margin-bottom: 160%; }

.slim[data-ratio='16:9'] > input[type=file],
.slim[data-ratio='16:9'] > img {
    margin-bottom: 56.25%; }

.slim[data-ratio='9:16'] > input[type=file],
.slim[data-ratio='9:16'] > img {
    margin-bottom: 177.77778%; }

.slim[data-ratio='5:3'] > input[type=file],
.slim[data-ratio='5:3'] > img {
    margin-bottom: 60%; }

.slim[data-ratio='3:5'] > input[type=file],
.slim[data-ratio='3:5'] > img {
    margin-bottom: 166.66667%; }

.slim[data-ratio='5:4'] > input[type=file],
.slim[data-ratio='5:4'] > img {
    margin-bottom: 80%; }

.slim[data-ratio='4:5'] > input[type=file],
.slim[data-ratio='4:5'] > img {
    margin-bottom: 125%; }

.slim[data-ratio='4:3'] > input[type=file],
.slim[data-ratio='4:3'] > img {
    margin-bottom: 75%; }

.slim[data-ratio='3:4'] > input[type=file],
.slim[data-ratio='3:4'] > img {
    margin-bottom: 133.33333%; }

.slim[data-ratio='3:2'] > input[type=file],
.slim[data-ratio='3:2'] > img {
    margin-bottom: 66.66667%; }

.slim[data-ratio='2:3'] > input[type=file],
.slim[data-ratio='2:3'] > img {
    margin-bottom: 150%; }

.slim[data-ratio='1:1'] > input[type=file],
.slim[data-ratio='1:1'] > img {
    margin-bottom: 100%; }

.slim-btn-group {
    padding: 1.5em 0;
    text-align: center; }

.slim-btn {
    position: relative;
    padding: 0;
    margin: 0 7.2px;
    font-size: 0;
    outline: none;
    width: 36px;
    height: 36px;
    border: none;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.7);
    background-repeat: no-repeat;
    background-size: 50% 50%;
    background-position: center center; }

.slim-btn {
    border-radius: 50%; }

.slim-btn::before {
    border-radius: inherit;
    position: absolute;
    box-sizing: border-box;
    left: -3px;
    right: -3px;
    bottom: -3px;
    top: -3px;
    border: 3px solid white;
    content: '';
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
    -webkit-transition: all .25s;
    transition: all .25s;
    z-index: -1;
    pointer-events: none; }

.slim-btn:focus::before, .slim-btn:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }

.slim-btn * {
    pointer-events: none; }

.slim-btn-remove {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 269 269' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M63.12 250.254s3.998 18.222 24.582 18.222h93.072c20.583 0 24.582-18.222 24.582-18.222l18.374-178.66H44.746l18.373 178.66zM170.034 98.442c0-4.943 4.006-8.95 8.95-8.95 4.942 0 8.95 4.007 8.95 8.95l-8.95 134.238c0 4.943-4.008 8.95-8.95 8.95-4.942 0-8.95-4.008-8.95-8.95l8.95-134.238zm-44.746 0c0-4.943 4.006-8.95 8.948-8.95 4.943 0 8.95 4.007 8.95 8.95V232.68c0 4.943-4.007 8.95-8.95 8.95s-8.95-4.008-8.95-8.95V98.442zm-35.798-8.95c4.943 0 8.95 4.006 8.95 8.95l8.95 134.237c0 4.942-4.008 8.948-8.95 8.948-4.943 0-8.95-4.007-8.95-8.95l-8.95-134.236c0-4.943 4.008-8.95 8.95-8.95zm128.868-53.68h-39.376V17.898c0-13.578-4.39-17.9-17.898-17.9H107.39C95 0 89.492 6 89.492 17.9V35.81H50.116c-7.914 0-14.32 6.007-14.32 13.43 0 7.424 6.406 13.43 14.32 13.43H218.36c7.914 0 14.32-6.006 14.32-13.43 0-7.423-6.406-13.43-14.32-13.43zm-57.274 0H107.39l.002-17.914h53.695V35.81z' fill='%23fff'/%3E%3C/svg%3E"); }

.slim-btn-download {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 269 269' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M232.943 223.73H35.533c-12.21 0-22.11 10.017-22.11 22.373 0 12.356 9.9 22.373 22.11 22.373h197.41c12.21 0 22.11-10.017 22.11-22.373 0-12.356-9.9-22.373-22.11-22.373zM117.88 199.136c4.035 4.04 9.216 6.147 14.492 6.508.626.053 1.227.188 1.866.188.633 0 1.228-.135 1.847-.186 5.284-.357 10.473-2.464 14.512-6.51l70.763-70.967c8.86-8.876 8.86-23.268 0-32.143-8.86-8.876-23.225-8.876-32.086 0l-32.662 32.756V22.373C156.612 10.017 146.596 0 134.238 0c-12.356 0-22.372 10.017-22.372 22.373v106.41L79.204 96.027c-8.86-8.876-23.226-8.876-32.086 0-8.86 8.875-8.86 23.267 0 32.142l70.763 70.966z' fill='%23fff'/%3E%3C/svg%3E"); }

.slim-btn-upload {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='243' height='269' viewBox='0 0 243 269' xmlns='http://www.w3.org/2000/svg'%3E%3Ctitle%3EDownload%3C/title%3E%3Cpath d='M219.943 223.73H22.533c-12.21 0-22.11 10.017-22.11 22.373 0 12.356 9.9 22.373 22.11 22.373h197.41c12.21 0 22.11-10.017 22.11-22.373 0-12.356-9.9-22.373-22.11-22.373zM104.88 6.696c4.035-4.04 9.216-6.147 14.492-6.508C119.998.135 120.6 0 121.238 0c.633 0 1.228.135 1.847.186 5.284.357 10.473 2.464 14.512 6.51l70.763 70.967c8.86 8.875 8.86 23.267 0 32.142-8.86 8.876-23.225 8.876-32.086 0L143.612 77.05v106.41c0 12.355-10.016 22.372-22.374 22.372-12.356 0-22.372-10.017-22.372-22.373V77.05l-32.662 32.755c-8.86 8.876-23.226 8.876-32.086 0-8.86-8.875-8.86-23.267 0-32.142L104.88 6.696z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E"); }

.slim-btn-edit {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 269 269' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='1.414'%3E%3Cpath d='M161.36 56.337c-7.042-7.05-18.46-7.05-25.5 0l-6.373 6.38-89.243 89.338.023.023-2.812 2.82s-8.968 9.032-29.216 74.4c-.143.456-.284.91-.427 1.373-.36 1.172-.726 2.362-1.094 3.568-.327 1.066-.657 2.154-.988 3.25-.28.922-.556 1.835-.84 2.778-.64 2.14-1.29 4.318-1.954 6.567-1.455 4.937-5.01 16.07-.99 20.1 3.87 3.882 15.12.467 20.043-.993 2.233-.662 4.396-1.31 6.52-1.952.98-.296 1.932-.586 2.89-.878 1.032-.314 2.058-.626 3.063-.935 1.27-.39 2.52-.775 3.75-1.157l1.09-.34c62.193-19.365 73.358-28.453 74.286-29.284l.01-.01.067-.06 2.88-2.886.192.193 89.244-89.336 6.373-6.382c7.04-7.048 7.04-18.476 0-25.525l-50.998-51.05zM103.4 219.782c-.08.053-.185.122-.297.193l-.21.133c-.076.047-.158.098-.245.15l-.243.148c-2.97 1.777-11.682 6.362-32.828 14.017-2.47.894-5.162 1.842-7.98 2.82l-30.06-30.092c.98-2.84 1.928-5.55 2.825-8.04 7.638-21.235 12.22-29.974 13.986-32.94l.12-.2c.063-.1.12-.196.175-.283l.126-.2c.07-.11.14-.217.192-.296l2.2-2.205 54.485 54.542-2.248 2.255zM263.35 56.337l-50.996-51.05c-7.04-7.048-18.456-7.048-25.498 0L174.108 18.05c-7.04 7.048-7.04 18.476 0 25.524l50.996 51.05c7.04 7.048 18.457 7.048 25.498 0l12.75-12.762c7.04-7.05 7.04-18.477 0-25.525z' fill='%23fff'/%3E%3C/svg%3E"); }

.slim-loader-background {
    stroke: rgba(255, 255, 255, 0.25); }

.slim-loader-foreground {
    stroke: #fff; }

.slim-upload-status {
    padding: 0 .5em;
    border-radius: .3125em;
    font-size: .75em;
    box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.25); }

.slim-upload-status[data-state="success"] {
    background-color: #d1ed8f;
    color: #323e15; }

.slim-upload-status[data-state="success"] .slim-upload-status-icon {
    width: .5em;
    height: .75em;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    border: .1875em solid currentColor;
    border-left: none;
    border-top: none;
    margin-right: .325em;
    margin-left: .25em;
    margin-bottom: .0625em; }

.slim-upload-status[data-state="error"] {
    background: #efd472;
    color: #574016; }

.slim-upload-status[data-state="error"] .slim-upload-status-icon {
    margin-left: -.125em;
    margin-right: .5em;
    width: .5625em;
    height: 1em;
    position: relative;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.slim-upload-status[data-state="error"] .slim-upload-status-icon:after, .slim-upload-status[data-state="error"] .slim-upload-status-icon:before {
    content: '';
    position: absolute;
    box-sizing: content-box;
    width: 0;
    height: 0;
    border-width: 0.09em;
    border-style: solid;
    border-color: currentColor;
    background-color: currentColor;
    -webkit-transform: translate(-50%, -50%) translate(0.5em, 0.5em);
    transform: translate(-50%, -50%) translate(0.5em, 0.5em); }

.slim-upload-status[data-state="error"] .slim-upload-status-icon:before {
    width: 0.66666666667em; }

.slim-upload-status[data-state="error"] .slim-upload-status-icon:after {
    height: 0.66666666667em; }

/* Color texto */
.slim p {
    background: #404040;
    color: #ffffff;
    padding: 2px 5px;
    font-weight: 600; }

.slim-instruccions {
    position: relative;
    font-size: 14px;
    background-color: #ececec;
    border-color: #797979;
    color: #303030;
    padding: 15px;
    margin-top: 20px; }
.slim-instruccions div[class*=col] p {
    margin-bottom: 5px;
    font-size: 14px; }
.slim-instruccions div[class*=col] p span {
    display: block; }
.slim-instruccions .close {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 99; }

/* ----------------- FORM STEPS ------------------- */
@media (max-width: 767px) {
    form.m-form-application {
        padding: 0px; } }

form.m-form-application .m-form-application-container {
    margin: 15px 0 30px; }
@media (max-width: 767px) {
    form.m-form-application .m-form-application-container {
        padding: 0px; } }
@media (max-width: 767px) {
    form.m-form-application .m-form-application-container .m-form-application-category-container {
        display: none; } }
form.m-form-application .m-form-application-container .m-form-application-category-container.anError, form.m-form-application .m-form-application-container .m-form-application-category-container.checkOk, form.m-form-application .m-form-application-container .m-form-application-category-container.active {
    display: block; }
form.m-form-application .m-form-application-container .m-form-application-category-container .m-form-application-inputs-container {
    padding: 25px 15px; }
form.m-form-application .m-form-application-container .m-form-application-category-container .m-form-application-inputs-container .actions {
    margin: 20px 0;
    text-align: right; }
form.m-form-application .m-form-application-container .m-form-application-category-container .m-form-application-inputs-container .actions .btnNext[disabled],
form.m-form-application .m-form-application-container .m-form-application-category-container .m-form-application-inputs-container .actions .btnNext[disabled]:hover,
form.m-form-application .m-form-application-container .m-form-application-category-container .m-form-application-inputs-container .actions #submit-button[disabled],
form.m-form-application .m-form-application-container .m-form-application-category-container .m-form-application-inputs-container .actions #submit-button[disabled]:hover {
    background: #dedede !important;
    color: #6c6c6c !important;
    border-color: #dedede !important;
    cursor: not-allowed;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -ms-text-shadow: none;
    -o-text-shadow: none;
    text-shadow: none; }
@media (max-width: 480px) {
    form.m-form-application .m-form-application-container .m-form-application-category-container .m-form-application-inputs-container .actions {
        text-align: center; }
    form.m-form-application .m-form-application-container .m-form-application-category-container .m-form-application-inputs-container .actions a {
        width: 100%;
        white-space: normal; }
    form.m-form-application .m-form-application-container .m-form-application-category-container .m-form-application-inputs-container .actions input[type="submit"],
    form.m-form-application .m-form-application-container .m-form-application-category-container .m-form-application-inputs-container .actions button {
        white-space: normal; } }
form.m-form-application .m-form-application-container .m-form-application-category-container .m-form-application-title {
    background-color: #f2f2f2;
    color: #4A90E2;
    overflow: hidden; }
form.m-form-application .m-form-application-container .m-form-application-category-container .m-form-application-title h2 {
    overflow: hidden; }
form.m-form-application .m-form-application-container .m-form-application-category-container.active .m-form-application-title {
    background-color: #4A90E2;
    color: #ffffff; }
form.m-form-application .m-form-application-container .m-form-application-category-container.active .m-form-application-title a {
    color: #ffffff; }
form.m-form-application .m-form-application-container .m-form-application-category-container.active .m-form-application-inputs-container {
    display: block; }
form.m-form-application .m-form-application-container .m-form-application-category-container.checkOk .m-form-application-title {
    background-color: #429321;
    background: linear-gradient(to bottom, #429321 0%, #429321 100%); }
form.m-form-application .m-form-application-container .m-form-application-category-container.checkOk .m-form-application-title h2 {
    color: #ffffff; }
form.m-form-application .m-form-application-container .m-form-application-category-container.checkOk .m-form-application-title h2:after {
    content: "";
    display: inline-block;
    background: url("/img/common/check-mark-1_w.svg");
    width: 15px;
    height: 15px;
    background-size: cover;
    margin-left: 5px; }
form.m-form-application .m-form-application-container .m-form-application-category-container.checkOk .m-form-application-title i {
    color: #ffffff; }
form.m-form-application .m-form-application-container .m-form-application-category-container.checkOk .m-form-application-title .btnEdit {
    color: #ffffff; }
form.m-form-application .m-form-application-container .m-form-application-category-container.checkOk .m-form-application-inputs-container {
    display: block; }
form.m-form-application .m-form-application-container .m-form-application-category-container.anError .m-form-application-title {
    background-color: #E27216;
    background: linear-gradient(to bottom, #E27216 0%, #E27216 100%); }
form.m-form-application .m-form-application-container .m-form-application-category-container.anError .m-form-application-title h2 {
    color: #ffffff; }
form.m-form-application .m-form-application-container .m-form-application-category-container.anError .m-form-application-title .btnEdit {
    color: #ffffff; }
form.m-form-application .m-form-application-container .m-form-application-category-container.anError .m-form-application-inputs-container {
    display: block; }
form.m-form-application .m-form-application-container .m-form-application-category-container.checkOk.anError .m-form-application-title h2:after {
    display: none; }

form.m-form-application.open .m-form-application-container .m-form-application-category-container {
    display: block; }
form.m-form-application.open .m-form-application-container .m-form-application-category-container .m-form-application-title {
    background-color: #4A90E2; }
form.m-form-application.open .m-form-application-container .m-form-application-category-container .m-form-application-title h2 {
    color: #ffffff; }
form.m-form-application.open .m-form-application-container .m-form-application-category-container .actions.next {
    display: none; }

form.m-form-application.closed .m-form-application-container .m-form-application-category-container {
    display: block;
    padding-top: 2px; }
form.m-form-application.closed .m-form-application-container .m-form-application-category-container .m-form-application-inputs-container {
    display: none; }
form.m-form-application.closed .m-form-application-container .m-form-application-category-container.anError .m-form-application-inputs-container, form.m-form-application.closed .m-form-application-container .m-form-application-category-container.active .m-form-application-inputs-container, form.m-form-application.closed .m-form-application-container .m-form-application-category-container.checkOk .m-form-application-inputs-container {
    display: block; }

/* ----------------- END FORM STEPS ------------------- */
/* GLOBAL STEPS */
.m-steps__classic {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    margin: 0;
    border: none;
    height: auto; }
.m-steps__classic li {
    -ms-flex-preferred-size: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    max-height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 2;
    padding: 15px;
    font-family: 'Poppins', serif; }
.m-steps__classic li .m-steps-icons {
    margin-right: 15px;
    z-index: 1; }
@media (max-width: 767px) {
    .m-steps__classic {
        text-align: center;
        display: flex;
        flex-direction: column; } }

.progress_bar_container {
    background-color: lightgrey; }
.progress_bar_container .progress {
    width: 0%;
    height: 10px;
    background-color: green; }

/********************************** START parsley prefix select2 **********************************/
.parsley-errors-list {
    clear: both; }

.input-group-addon.parsley-error {
    border: 1px solid red;
    background-color: #FFEEF2;
    border-right: none; }

/* prefix select2 custom */
.select2-bootstrap-operator .input-group-addon:first-child {
    padding: 0;
    font-size: 14px !important;
    background-color: #ffffff; }

.select2-bootstrap-operator .select2.select2-container.select2-container--default {
    width: auto !important;
    max-width: 120px; }
.select2-bootstrap-operator .select2.select2-container.select2-container--default .select2-selection--single {
    background-color: transparent;
    border: none; }

.select2-dropdown.select2-dropdown--above,
.select2-dropdown.select2-dropdown--below {
    min-width: 200px; }

.select2-container--default .select2-search--dropdown .select2-search__field {
    background-color: #e8f8ff; }
.select2-container--default .select2-search--dropdown .select2-search__field::-webkit-input-placeholder {
    font-style: normal; }
.select2-container--default .select2-search--dropdown .select2-search__field:-moz-placeholder {
    /* Firefox 18- */
    font-style: normal; }
.select2-container--default .select2-search--dropdown .select2-search__field::-moz-placeholder {
    /* Firefox 19+ */
    font-style: normal; }
.select2-container--default .select2-search--dropdown .select2-search__field:-ms-input-placeholder {
    font-style: normal; }

/********************************** END parsley prefix select2 **********************************/

.nav-footer {
    display: flex;
    justify-content: center;
}

@media (max-width: 767px) {
    .navbar-header {
        margin-top: -35px!important;
    }

    .m-steps-title {
        font-size: 18px;
    }
}
@media (max-width: 767px) {
    .m-jumbotron-image6 {
        min-height: 0;
        height: auto; } }
