/* DEVELOPER NOTE:
  Use the style guide if you write CSS (http://codeguide.co/#css) from elempleo.com
  visual project but if you write SASS CSS (SCSS) from mvc project, compile this file
  (SalaryCalculator.scss) as a expanded output style with the next satement
  from console and placed in foler where is placed the file:
  sass SalaryCalculator.scss:SalaryCalculator.css --style expanded
*/
/*!
 * 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 */
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@font-face {}
/* Bootstrap */
body {
  color: #1b1b1b;
  font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.49; }

a {
  font-weight: 400;
  color: #2985c7; }

a:hover,
a:focus {
  color: #2a6496;
  text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Kreon', serif;
  font-weight: 700; }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 10px; }

h1,
.h1 {
  color: #1b1b1b;
  font-size: 36px; }

h2,
.h2 {
  color: #666666;
  font-size: 30px; }

h3,
.h3 {
  color: #1b1b1b;
  font-size: 24px;
  margin-top: 0px; }

h4,
.h4 {
  color: #666666;
  font-size: 18px; }

h5,
.h5 {
  color: #1b1b1b;
  font-size: 14px; }

h6,
.h6 {
  color: #666666;
  font-size: 12px; }

.text-muted {
  color: #a9a9a9; }

.text-primary {
  color: #E25C28; }

.text-success {
  color: #2bb19e; }

.text-info {
  color: #0573bc; }

.text-warning {
  color: #e0ab2b; }

.text-danger {
  color: #d22c0b; }

.bg-primary {
  background-color: #0573bc; }

.page-header {
  padding-bottom: 0px;
  margin: 20px 0 20px;
  border-bottom: 0px; }

address {
  line-height: 1.5625; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-bottom: 0; }

.table > thead > tr > th {
  background: #5396ca;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-family: 'Kreon', serif;
  font-weight: normal; }

.table.recordApplication > thead > tr > th {
  background: #013f70;
  color: #ffffff;
  text-align: center;
  font-size: 20px;
  font-family: 'Kreon', serif;
  font-weight: normal; }

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #eeeeee; }

fieldset {
  margin-bottom: 20px;
  margin-top: 20px; }

legend {
  color: #1b1b1b;
  font-family: 'Ubuntu', serif;
  font-size: 16px;
  line-height: 1.25;
  border-bottom: 0;
  margin-bottom: 20px;
  font-weight: 700; }

label {
  color: #333333;
  font-family: 'Ubuntu', serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.25;
  margin-bottom: 8px; }

input[type="radio"],
input[type="checkbox"] {
  margin-left: 15px;
  margin-right: 10px; }

.form-control {
  border: 1px solid #a9a9a9;
  font-size: 16px;
  color: #1b1b1b; }

.form-control:focus {
  border-color: #0573bc; }

.form-control::-moz-placeholder {
  color: #a9a9a9; }

.form-control:-ms-input-placeholder {
  color: #a9a9a9; }

.form-control::-webkit-input-placeholder {
  color: #a9a9a9; }

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  color: #a9a9a9; }

textarea.form-control {
  resize: none; }

.form-group {
  margin-bottom: 20px;
  position: relative; }

.radio,
.checkbox {
  margin-top: 0px;
  margin-bottom: 15px; }

.radio label,
.checkbox label {
  color: #1b1b1b;
  font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px; }

.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: #2bb19e; }

.has-success .form-control {
  border-color: #2bb19e; }

.has-success .form-control:focus {
  border-color: #2bb19e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #2bb19e; }

.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: #e0ab2b; }

.has-warning .form-control {
  border-color: #e0ab2b; }

.has-warning .form-control:focus {
  border-color: #e0ab2b; }

.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: #d22c0b; }

.has-error .form-control {
  /* this red is different from text-error*/
  border-color: #d22c0b; }

.has-error .form-control:focus {
  /* this red is different from text-error*/
  border-color: #d22c0b; }

.help-block {
  color: #a9a9a9;
  font-size: 13px;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 0px; }

.btn {
  padding: 6px 18px;
  font-weight: 700;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; }

.btn-default {
  color: #1b1b1b;
  background-color: #d3d8da;
  border-color: transparent;
  -webkit-box-shadow: 0px 2px 0px 0px #9faaae;
  -moz-box-shadow: 0px 2px 0px 0px #9faaae;
  box-shadow: 0px 2px 0px 0px #9faaae; }

.btn-default:focus,
.btn-default.focus {
  background-color: #c3cacd;
  border-color: transparent;
  color: #4d4d4d; }

.btn-default:hover {
  background-color: #c3cacd;
  border-color: transparent;
  color: #4d4d4d; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #c3cacd;
  border-color: transparent;
  color: #4d4d4d; }

.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  background-color: #abb5b9;
  border-color: transparent;
  color: #4d4d4d; }

.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none; }

.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: transparent; }

.btn-default .badge {
  color: #4d4d4d;
  background-color: #333; }

.btn-primary {
  background-color: #e25928;
  border-color: transparent;
  color: #fff;
  -webkit-box-shadow: 0px 2px 0px 0px #b9451a;
  -moz-box-shadow: 0px 2px 0px 0px #b9451a;
  box-shadow: 0px 2px 0px 0px #b9451a; }

.btn-primary:focus,
.btn-primary.focus {
  background-color: #d74f1c;
  border-color: transparent;
  color: #fff; }

.btn-primary:hover {
  background-color: #d74f1c;
  border-color: transparent;
  color: #fff; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-color: #bc4519;
  border-color: transparent;
  color: #fff; }

.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  background-color: #bc4519;
  border-color: transparent;
  color: #fff; }

.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none; }

.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #e25928;
  border-color: transparent; }

.btn-primary .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-success {
  background-color: #2bb19e;
  border-color: transparent;
  color: #fff;
  -webkit-box-shadow: 0px 2px 0px 0px #1e7f71;
  -moz-box-shadow: 0px 2px 0px 0px #1e7f71;
  box-shadow: 0px 2px 0px 0px #1e7f71; }

.btn-success:focus,
.btn-success.focus {
  background-color: #228f80;
  border-color: transparent;
  color: #fff; }

.btn-success:hover {
  background-color: #228f80;
  border-color: transparent;
  color: #fff; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-color: #228f80;
  border-color: transparent;
  color: #fff; }

.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  background-color: #228f80;
  border-color: transparent;
  color: #fff; }

.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
  background-image: none; }

.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #228f80;
  border-color: transparent; }

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff; }

.btn-info {
  background-color: #ffffff;
  border-color: #939799;
  color: #939799; }

.btn-info:focus,
.btn-info.focus {
  color: #939799;
  background-color: #eeeeee;
  border-color: #939799;
  box-shadow: inset 0px 0px 4px #a5a5a5; }

.btn-info:hover {
  color: #666666;
  background-color: #eeeeee;
  border-color: #939799;
  box-shadow: inset 0px 0px 4px #a5a5a5; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  color: #666666;
  background-color: #eeeeee;
  border-color: #939799;
  box-shadow: inset 0px 0px 6px #666666; }

.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #939799;
  background-color: #eeeeee;
  border-color: #939799;
  box-shadow: inset 0px 2px 6px #8c8c8c; }

.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none; }

.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #ffffff;
  border-color: #939799; }

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff; }

.btn-warning {
  background-color: #EFAF19;
  border-color: transparent;
  color: #fff;
  -webkit-box-shadow: 0px 2px 0px 0px #be890d;
  -moz-box-shadow: 0px 2px 0px 0px #be890d;
  box-shadow: 0px 2px 0px 0px #be890d; }

.btn-warning:focus,
.btn-warning.focus {
  background-color: #DA9E0B;
  border-color: transparent;
  color: #fff; }

.btn-warning:hover {
  color: #fff;
  background-color: #DA9E0B;
  border-color: transparent; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #DA9E0B;
  border-color: transparent; }

.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #fff;
  background-color: #DA9E0B;
  border-color: transparent; }

.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
  background-image: none; }

.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #EFAF19;
  border-color: transparent; }

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff; }

.btn-danger {
  color: #fff;
  background-color: #d22c0b;
  border-color: transparent;
  -webkit-box-shadow: 0px 2px 0px 0px #9f2108;
  -moz-box-shadow: 0px 2px 0px 0px #9f2108;
  box-shadow: 0px 2px 0px 0px #9f2108; }

.btn-danger:focus,
.btn-danger.focus {
  color: #fff;
  background-color: #C30E0A;
  border-color: transparent; }

.btn-danger:hover {
  color: #fff;
  background-color: #C30E0A;
  border-color: transparent; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #C30E0A;
  border-color: transparent; }

.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #fff;
  background-color: #C30E0A;
  border-color: transparent; }

.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
  background-image: none; }

.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d22c0b;
  border-color: transparent; }

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-link {
  font-weight: 700;
  color: #2985C7;
  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: #2A6496;
  text-decoration: none;
  background-color: transparent; }

.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777;
  text-decoration: none; }

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 20px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px; }

.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 15px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 10px;
  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%; }

.dropdown-menu {
  font-size: 16px;
  background: #ffffff;
  border: 1px solid #0573BC;
  border-radius: 5px;
  padding: 5px 0;
  margin: 0;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); }

.dropdown-menu .divider {
  background-color: #eeeeee;
  margin: 0 10px; }

.dropdown-menu > li > a {
  color: #4d4d4d;
  padding: 10px 20px; }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #eeeeee;
  color: #4d4d4d; }

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  box-shadow: none; }

.nav-tabs > li > a {
  color: #4d4d4d;
  font-family: 'Kreon', serif;
  font-size: 18px;
  border-radius: 10px 10px 0 0;
  border: 1px solid #eeeeee;
  margin-right: 0; }

.nav-tabs > li > a:hover {
  background-color: #f9f9f9; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  background-color: #eeeeee;
  border: 1px solid #dddddd;
  color: #4d4d4d; }

.nav-pills > li > a {
  border-radius: 5px; }

.navbar {
  margin-bottom: 0px; }

@media (min-width: 768px) {
  .navbar {
    border-radius: 0; } }
.navbar-collapse {
  border-top: 0;
  box-shadow: none; }

.navbar-nav > li > a {
  padding-bottom: 15px;
  padding-top: 15px; }

@media (min-width: 768px) {
  .navbar-nav > li > a {
    padding-bottom: 10px;
    padding-top: 10px; } }
.navbar-btn {
  width: 100%;
  margin-bottom: 10px;
  margin-top: 10px; }

@media (min-width: 768px) {
  .navbar-btn {
    width: auto;
    margin-top: 3px;
    margin-bottom: 3px; } }
@media (min-width: 768px) {
  .navbar-left {
    margin-left: -15px; } }
/* TODO: Double check if those important are absolutely neccesary */
.navbar-default {
  background-color: #0573BC !important;
  border-color: #0573BC !important; }

.navbar-default .navbar-brand {
  color: #fff; }

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  background: #013f70;
  color: #ffffff;
  padding-top: 18px; }

.navbar-default .navbar-nav > li > a {
  color: #fff;
  font-weight: 400; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  background-color: #013f70;
  color: #fff; }

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  background-color: #013f70;
  color: #fff; }

.navbar-default .navbar-toggle {
  border-color: transparent; }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: transparent; }

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #013f70;
  color: #fff; }

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #fff; } }
.breadcrumb {
  background-color: transparent;
  margin-bottom: 10px;
  margin-top: 30px;
  padding: 0; }

.breadcrumb > li {
  font-size: 12px;
  font-weight: 700; }

.breadcrumb > li + li:before {
  color: #666666;
  content: '\00BB';
  padding-right: 13px;
  padding-left: 11px; }

.breadcrumb > .active {
  color: #1b1b1b; }

.pagination > li > a,
.pagination > li > span {
  color: #4d4d4d; }

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #0573BC; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #0573BC;
  border-color: #0573BC; }

.pagination-lg > li > a,
.pagination-lg > li > span {
  font-size: 20px;
  font-weight: normal; }

.pager li > a,
.pager li > span {
  border: 1px solid #ddd;
  border-radius: 5px; }

.label {
  border-radius: 4px;
  font-size: 16px;
  font-family: 'Kreon', serif;
  margin-left: 8px;
  padding: .4em .8em .4em; }

.label-default {
  background-color: #d3d8da; }

.label-primary {
  background-color: #E25928; }

.label-success {
  background-color: #2bb19e; }

.label-info {
  background-color: #939799; }

.label-warning {
  background-color: #EFAF19; }

.label-danger {
  background-color: #d22c0b; }

.badge {
  background-color: #dadada;
  color: #1b1b1b; }

.alert {
  word-wrap: break-word;
  position: relative; }

.alert .alert-link {
  font-weight: 400; }

.alert > p,
.alert > ul {
  font-size: 14px; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: absolute;
  top: 13px;
  right: 14px; }

.alert-success {
  color: #1b1b1b;
  background-color: #DCF5EA;
  border-color: #2bb19e; }

.alert-success .alert-link {
  color: #2985C7; }

.alert-info {
  color: #1b1b1b;
  background-color: #dbf0ff;
  border-color: #0573BC; }

.alert-info .alert-link {
  color: #2985C7; }

.alert-warning {
  color: #1b1b1b;
  background-color: #FDF2D8;
  border-color: #e0ab2b; }

.alert-warning .alert-link {
  color: #2985C7; }

.alert-danger {
  color: #1b1b1b;
  background-color: #FBE3D7;
  border-color: #d22c0b; }

.alert-danger .alert-link {
  color: #2985C7; }

@-webkit-keyframes progress-bar-stripes {}
@-o-keyframes progress-bar-stripes {}
.progress {
  height: 15px; }

.progress-bar-success {
  background-color: #2bb19e; }

.progress-bar-info {
  background-color: #0573BC; }

.progress-bar-warning {
  background-color: #E0AB2B; }

.progress-bar-danger {
  background-color: #d22c0b; }

a.list-group-item,
button.list-group-item {
  color: #4d4d4d; }

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #4d4d4d; }

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #0573BC;
  border-color: #0573BC; }

.panel {
  border-color: #dadada; }

.panel-body {
  padding: 24px 40px; }

.panel-heading {
  padding: 24px 40px; }

.panel-footer {
  padding: 24px 40px; }

.panel-primary {
  border-color: #E25C28; }

.panel-primary > .panel-heading {
  background-color: #E25C28;
  border-color: #E25C28; }

.panel-success {
  border-color: #2bb19e; }

.panel-success > .panel-heading {
  background-color: #2bb19e;
  border-color: #2bb19e;
  color: #ffffff; }

.panel-info {
  border-color: #0573bc; }

.panel-info > .panel-heading {
  background-color: #0573bc;
  border-color: #0573bc;
  color: #ffffff; }

.panel-warning {
  border-color: #E0AB2B; }

.panel-warning > .panel-heading {
  background-color: #E0AB2B;
  border-color: #E0AB2B;
  color: #ffffff; }

.panel-danger {
  border-color: #d22c0b; }

.panel-danger > .panel-heading {
  background-color: #d22c0b;
  border-color: #d22c0b;
  color: #ffffff; }

.well {
  border: none;
  padding: 40px;
  margin-bottom: 30px; }

.modal-content {
  border-color: #a0a0a0; }

.modal-header {
  border-bottom: transparent;
  padding-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 15px; }

.modal-title {
  color: #1b1b1b;
  font-family: 'Kreon', serif;
  font-size: 24px;
  font-weight: 700; }

.modal-body {
  padding-bottom: 0;
  padding-top: 0;
  padding-right: 15px;
  padding-left: 15px; }

.modal-footer {
  border-top: transparent;
  padding: 15px; }

.modal-body.modal-padding {
  padding-left: 30px;
  padding-right: 30px; }
  .modal-body.modal-padding .modal-title {
    font-size: 24px;
    padding-bottom: 10px; }
  @media (max-width: 768px) {
    .modal-body.modal-padding {
      padding-left: 15px;
      padding-right: 15px; } }

.modal-footer.modal-padding {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 25px; }
  .modal-footer.modal-padding .btn.btn-primary {
    width: 150px; }
  @media (max-width: 320px) {
    .modal-footer.modal-padding {
      padding-left: 15px;
      padding-right: 15px; }
      .modal-footer.modal-padding .btn.btn-primary {
        width: 130px; } }

.tooltip {
  font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  opacity: 1; }

.tooltip-inner {
  background-color: #ffffff;
  border: 1px solid #dddddd;
  color: #1b1b1b; }

.tooltip.top .tooltip-arrow {
  border-top-color: #dddddd;
  background-top-color: red; }

.tooltip.top-left .tooltip-arrow {
  border-top-color: #dddddd;
  background-top-color: red; }

.tooltip.top-right .tooltip-arrow {
  border-top-color: #dddddd;
  background-top-color: red; }

.tooltip.right .tooltip-arrow {
  border-right-color: #dddddd;
  background-color: #ffffff; }

.tooltip.left .tooltip-arrow {
  border-left-color: #dddddd;
  background-color: #ffffff; }

.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #dddddd;
  background-color: #ffffff; }

.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #dddddd;
  background-color: #ffffff; }

.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #dddddd;
  background-color: #ffffff; }

@-ms-viewport {}
input[name=ContactFirstName]::-ms-clear {
  display: none; }

input[name=ContactFirstName] {
  background-color: red; }

/*# sourceMappingURL=bootstrap.css.map */
/*:root {
  --color-success: #71BA47;
  --color-success-aux: #477D06;
  --color-info: #4CBAF3;
  --color-info-aux: #0071BF;
  --color-warning: #EEAF19;
  --color-warning-aux: #956E10;
  --color-danger: #DE1700;
  --color-danger-aux: #732219;
  --color-disabled: #A9A9A9;
  --color-incomplete: #F1A303;
  --color-full: #07BF76;
  --color-update: #D22C0B;
  --color-black: #000;
  --color-white: #FFF;
  --color-gray: #666;
}*/
/* ================ ALERT ================== */
/*New alerts*/
.container.notifications .new-alert:first-child {
  margin-top: 30px !important; }

.mt-sm {
  margin-top: 10px; }

.mt-xl {
  margin-top: 30px; }

.new-alert {
  display: flex;
  position: relative;
  padding: 0;
  background: #FFF9DB;
  margin-bottom: 20px;
  border-radius: 4px; }

.new-alert h3 {
  font-family: Ubuntu,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
  margin-top: 0; }

.new-alert-paragraph {
  margin: 0;
  padding: 15px; }

.new-alert-paragraph p {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  margin-bottom: 0px; }

.new-alert-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px;
  width: 83px; }

.new-alert-icon i {
  color: #FFF;
  font-size: 4.5rem; }

.new-alert button.close {
  position: absolute;
  right: 15px;
  top: 5px;
  opacity: 9;
  font-size: 3rem;
  font-weight: 400; }

/* ALERT SUCCESS */
.new-alert-success {
  color: #1b1b1b;
  background-color: #FFF;
  border: solid 2px #71BA47; }

.new-alert-success h3 {
  color: #71BA47; }

.new-alert-success .new-alert-icon {
  background: #71BA47; }

.new-alert-success button.close {
  color: #477D06; }

/* ALERT INFO */
.new-alert-info {
  color: #1b1b1b;
  background-color: #FFF;
  border: solid 2px #4CBAF3; }

.new-alert-info h3 {
  color: #4CBAF3; }

.new-alert-info .new-alert-icon {
  background: #4CBAF3; }

.new-alert-info button.close {
  color: #0071BF; }

/* ALERT warning */
.new-alert-warning {
  color: #1b1b1b;
  background-color: #FFF;
  border: solid 2px #EEAF19; }

.new-alert-warning h3 {
  color: #EEAF19; }

.new-alert-warning .new-alert-icon {
  background: #EEAF19; }

.new-alert-warning button.close {
  color: #956E10; }

/* ALERT DANGER */
.new-alert-danger {
  color: #1b1b1b;
  background-color: #FFF;
  border: solid 2px #DE1700; }

.new-alert-danger h3 {
  color: #DE1700; }

.new-alert-danger .new-alert-icon {
  background: #DE1700; }

.new-alert-danger button.close {
  color: #732219; }

/*@@media alert */
@media (max-width: 768px) {
  .new-alert-paragraph {
    padding: 15px 30px 15px 0; }

  /* alert success */
  .new-alert-success .new-alert-icon {
    background: none;
    width: auto; }

  .new-alert-success .new-alert-icon i {
    color: #71BA47;
    font-size: 3.5rem;
    position: absolute;
    top: 10px;
    left: 8px; }

  /* alert info */
  .new-alert-info .new-alert-icon {
    background: none;
    width: auto; }

  .new-alert-info .new-alert-icon i {
    color: #4CBAF3;
    font-size: 3.5rem;
    position: absolute;
    top: 10px;
    left: 8px; }

  /* new-alert warning */
  .new-alert-warning .new-alert-icon {
    background: none;
    width: auto; }

  .new-alert-warning .new-alert-icon i {
    color: #EEAF19;
    font-size: 3.5rem;
    position: absolute;
    top: 10px;
    left: 8px; }

  /* new-alert danger */
  .new-alert-danger .new-alert-icon {
    background: none;
    width: auto; }

  .new-alert-danger .new-alert-icon i {
    color: #DE1700;
    font-size: 3.5rem;
    position: absolute;
    top: 10px;
    left: 8px; }

  /* new-alert general */
  .new-alert button.btn, .new-alert a.btn {
    width: 100%;
    white-space: break-spaces;
    margin-top: 10px; } }
/* Estados nav */
.ee-header-profile {
  position: relative; }

.header .ee-header-profile .ee-myresume .myresume-desc.hidden-searchbox {
  color: #666; }

.js-close a::before {
  color: #2985C7;
  content: '\00BB';
  left: 130px;
  position: absolute; }

/*Disable */
.ee-ico-state {
  position: absolute; }

.ee-ico-state {
  top: 26px;
  left: 26px;
  position: absolute;
  font-size: 11px;
  padding: 0;
  text-align: center;
  width: 18px;
  height: 18px;
  border-radius: 50px;
  border: solid 1px #FFF; }

.ee-ico-state i {
  font-size: 20px;
  top: -2px;
  left: -2px;
  position: relative; }

.js-status-hvmov {
  color: #000; }

.ee-disabled-ico {
  background-color: #A9A9A9;
  color: #FFF; }

/* incomplete*/
.ee-incomplete-ico {
  background-color: #F1A303;
  color: #FFF; }

/* complete*/
.ee-full-ico {
  background-color: #07BF76;
  color: #FFF; }

/* update*/
.ee-update-ico {
  background-color: #D22C0B;
  color: #FFF; }

/*@@media estados nav */
@media (max-width: 768px) {
  .ee-mod .ee-ico-state {
    top: -2px;
    left: 24px; }

  .js-status-hvmov {
    color: #FFF; }

  .js-status-hvmov:visited {
    color: #FFF; }

  .ee-ico-state-mob {
    top: 45px;
    left: 45px; } }
/* info status*/
.myresume-indicator i {
  font-size: 20px;
  vertical-align: middle;
  bottom: 2px;
  position: relative; }

.js-info-status-txt, .js-info-status-txt:hover {
  color: #000; }

.myresume-indicator.info-status-disabled {
  color: #A9A9A9; }

.myresume-indicator.info-status-update {
  color: #D22C0B; }

.myresume-indicator.info-status-incomplete {
  color: #F1A303; }

.myresume-indicator.info-status-full {
  color: #07BF76; }

.info-status-show {
  display: none; }

.js-status-info-incomplete {
  position: absolute;
  width: 100px;
  left: -100px;
  bottom: 26px; }

.js-status-info-incomplete span {
  color: #F1A303;
  font-size: 14px;
  text-decoration: underline; }

.js-status-info-incomplete i {
  color: #F1A303;
  font-size: 18px;
  position: absolute;
  bottom: 0; }

.js-status-info-incomplete-position {
  display: none;
  width: 100px;
  left: -100px;
  bottom: 26px;
  float: right;
  text-align: right; }

.js-status-info-incomplete-position span {
  color: #F1A303;
  font-size: 14px; }

.js-status-info-incomplete-position i {
  color: #F1A303;
  font-size: 18px;
  vertical-align: middle; }

@media (max-width: 768px) {
  .info-status-show {
    display: block;
    float: none !important;
    margin-top: 0 !important;
    margin-bottom: 10px; }

  .myresume-navbar {
    border-bottom: none !important;
    margin-top: 15px; }

  .js-status-info-incomplete {
    left: -60px;
    top: -20px; }

  .js-status-info-incomplete i {
    top: 0; } }
.ee-ico-state-info-job {
  top: 20px;
  left: 20px;
  position: absolute; }

.ee-ico-state-info-job circle {
  stroke: #EEAF19;
  stroke-width: 6px;
  stroke-opacity: 1;
  fill: #EEAF19; }

.pulse {
  fill: #EEAF19;
  fill-opacity: 0;
  transform-origin: 50% 50%;
  animation-duration: 1.5s;
  animation-name: pulse;
  animation-iteration-count: infinite; }

.info-status-info-job circle {
  stroke: #EEAF19;
  stroke-width: 4px;
  stroke-opacity: 1;
  fill: #EEAF19; }

.ee-ico-statehv-info-job {
  display: inline-block;
  position: relative; }

.ee-ico-statehv-info-job .ico-estado {
  position: absolute;
  left: -5px;
  bottom: -8px; }

.ee-ico-statehv-info-job .ico-statehv-info-job {
  position: relative; }

.ee-ico-statehv-info-job .ico-statehv-info-job i {
  font-size: 10px;
  color: #FFF;
  text-align: center;
  vertical-align: 3px;
  padding: 0 5px; }

@keyframes pulse {
  from {
    stroke-width: 3px;
    stroke-opacity: 1;
    transform: scale(0.6); }
  to {
    stroke-width: 0;
    stroke-opacity: 0;
    transform: scale(1.8); } }
.ico-info-job {
  position: absolute;
  top: 8px;
  left: 10px;
  font-size: 11px;
  color: #FFF; }

@media (max-width: 768px) {
  .ee-mod .ee-ico-state-info-job {
    top: -9px;
    left: 17px; }

  .ee-mod .ico-info-job {
    left: 9px; }

  .ee-navbar-profile .ee-ico-state-info-job {
    top: 38px;
    left: 38px; }

  .ee-navbar-profile .ico-info-job {
    left: 9px; }

  .ee-ico-state-info-job circle {
    stroke-width: 6px; } }
.hidden-ico {
  display: none; }

/*fonts css*/
@font-face {
  font-family: 'icomoon';
  src: url("../../../Content/fonts/alerts/icomoon.eot?i44a2z");
  src: url("../../../Content/fonts/alerts/icomoon.eot?i44a2z#iefix") format("embedded-opentype"), url("../../../Content/fonts/alerts/icomoon.ttf?i44a2z") format("truetype"), url("../../../Content/fonts/alerts/icomoon.woff?i44a2z") format("woff"), url("../../../Content/fonts/alerts/icomoon.svg?i44a2z#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
.iee {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-alert-alt:before {
  content: "\e905"; }

.icon-check-alt:before {
  content: "\e906"; }

.icon-error-alt:before {
  content: "\e907"; }

.icon-information-alt:before {
  content: "\e908"; }

.icon-minus-alt:before {
  content: "\e909"; }

.icon-minus:before {
  content: "\e904"; }

.icon-alert:before {
  content: "\e900"; }

.icon-check:before {
  content: "\e901"; }

.icon-error:before {
  content: "\e902"; }

.icon-information:before {
  content: "\e903"; }

/* New and very important buttons */
.table-curved {
  border-collapse: separate; }

.table-curved {
  border: solid #eeeeee 1px;
  border-radius: 10px;
  border-left: 0px; }

.table-curved td, .table-curved th {
  border-left: 1px solid #eeeeee;
  border-top: 1px solid #eeeeee; }

.table-curved th {
  border-top: none; }

.table-curved th:first-child {
  border-radius: 10px 0 0 0; }

.table-curved th:last-child {
  border-radius: 0 10px 0 0; }

.table-curved th:only-child {
  border-radius: 10px 10px 0 0; }

.table-curved tr:last-child td:first-child {
  border-radius: 0 0 0 10px; }

.table-curved tr:last-child td:last-child {
  border-radius: 0 0 10px 0; }

.btn-secondary {
  background-color: #315e80;
  border-color: transparent;
  color: #fff;
  -webkit-box-shadow: 0px 2px 0px 0px #1a3040;
  -moz-box-shadow: 0px 2px 0px 0px #1a3040;
  box-shadow: 0px 2px 0px 0px #1a3040; }

.btn-secondary:focus,
.btn-secondary.focus {
  background-color: #09497b;
  border-color: transparent;
  color: #fff; }

.btn-secondary:hover {
  background-color: #09497b;
  border-color: transparent;
  color: #fff; }

.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-color: #09497b;
  border-color: transparent;
  color: #fff; }

.btn-secondary:active:hover,
.btn-secondary.active:hover,
.open > .dropdown-toggle.btn-secondary:hover,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.open > .dropdown-toggle.btn-secondary:focus,
.btn-secondary:active.focus,
.btn-secondary.active.focus,
.open > .dropdown-toggle.btn-secondary.focus {
  background-color: #09497b;
  border-color: transparent;
  color: #fff; }

.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
  background-image: none; }

.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled.focus,
.btn-secondary[disabled].focus,
fieldset[disabled] .btn-secondary.focus {
  background-color: #315e80;
  border-color: transparent; }

.breadcrumb > li > a {
  color: #666666; }

.breadcrumb > li > a:hover {
  color: #2985c7; }

.btn-ghost {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff; }

.btn-ghost:focus,
.btn-ghost.focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff; }

.btn-ghost:hover {
  color: #ffffff;
  opacity: 0.7;
  border-color: #ffffff; }

.btn-ghost:active,
.btn-ghost.active,
.open > .dropdown-toggle.btn-ghost {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff; }

.btn-ghost:active:hover,
.btn-ghost.active:hover,
.open > .dropdown-toggle.btn-ghost:hover,
.btn-ghost:active:focus,
.btn-ghost.active:focus,
.open > .dropdown-toggle.btn-ghost:focus,
.btn-ghost:active.focus,
.btn-ghost.active.focus,
.open > .dropdown-toggle.btn-ghost.focus {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff; }

.btn-ghost:active,
.btn-ghost.active,
.open > .dropdown-toggle.btn-ghost {
  background-image: none; }

.btn-ghost.disabled:hover,
.btn-ghost[disabled]:hover,
fieldset[disabled] .btn-ghost:hover,
.btn-ghost.disabled:focus,
.btn-ghost[disabled]:focus,
fieldset[disabled] .btn-ghost:focus,
.btn-ghost.disabled.focus,
.btn-ghost[disabled].focus,
fieldset[disabled] .btn-ghost.focus {
  background-color: #ffffff;
  border-color: #939799; }

.btn-ghost .badge {
  color: #d9534f;
  background-color: #fff; }

.btn-ghost-reverse {
  color: #315e80;
  background-color: transparent;
  border-color: #315e80; }

.btn-ghost-reverse:focus,
.btn-ghost-reverse.focus {
  color: #005186;
  background-color: transparent;
  border-color: #182e3e; }

.btn-ghost-reverse:hover {
  color: #03436D;
  background-color: transparent;
  border-color: #03436d; }

.btn-ghost-reverse:active,
.btn-ghost-reverse.active,
.open > .dropdown-toggle.btn-ghost-reverse {
  color: #03436d;
  background-color: transparent;
  border-color: #03436d; }

.btn-ghost-reverse:active:hover,
.btn-ghost-reverse.active:hover,
.open > .dropdown-toggle.btn-ghost-reverse:hover,
.btn-ghost-reverse:active:focus,
.btn-ghost-reverse.active:focus,
.open > .dropdown-toggle.ghost-reverse:focus,
.btn-ghost-reverse:active.focus,
.btn-ghost-reverse.active.focus,
.open > .dropdown-toggle.btn-ghost-reverse.focus {
  color: #03436D;
  background-color: transparent;
  border-color: #03436d; }

.btn-ghost-reverse:active,
.btn-ghost-reverse.active,
.open > .dropdown-toggle.btn-ghost-reverse {
  background-image: none; }

.btn-ghost-reverse.disabled:hover,
.btn-ghost-reverse[disabled]:hover,
fieldset[disabled] .btn-ghost-reverse:hover,
.btn-ghost-reverse.disabled:focus,
.btn-ghost-reverse[disabled]:focus,
fieldset[disabled] .btn-ghost-reverse:focus,
.btn-ghost-reverse.disabled.focus,
.btn-ghost-reverse[disabled].focus,
fieldset[disabled] .btn-ghost-reverse.focus {
  background-color: #315e80;
  border-color: #315e80; }

.btn-ghost-reverse .badge {
  color: #ffffff;
  background-color: #03436d; }

.navbar-nav .open .dropdown-menu-navbar {
  background: #013f70;
  border: transparent;
  border-radius: 0;
  margin: 0;
  padding: 0; }

.navbar-default .navbar-nav .open .dropdown-menu-navbar > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu-navbar > li > a:focus {
  background-color: #0573bc;
  color: #fff; }

.navbar-default .navbar-nav .open .dropdown-menu-navbar > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
  color: #fff; }

.alert-success h3 {
  color: #2bb193;
  margin-top: 0; }

.alert-info h3 {
  color: #0573bc;
  margin-top: 0; }

.alert-danger h3 {
  color: #d22c0b;
  margin-top: 0; }

.alert-warning h3 {
  color: #e0ab2b;
  margin-top: 0; }

.alert-success .alert-link:hover {
  color: #2a6496; }

.alert-info .alert-link:hover {
  color: #2a6496; }

.alert-warning .alert-link:hover {
  color: #2a6496; }

.alert-danger .alert-link:hover {
  color: #2a6496; }

.info-help-block {
  color: #a9a9a9;
  font-size: 13px;
  font-style: italic;
  font-weight: 400; }

.label.tag {
  display: inline-block;
  margin: 3px 4px; }

.label.tag .close {
  color: #999999;
  margin-left: 10px;
  float: none;
  opacity: 1; }

.label.tag .icon-close {
  color: #fff; }

.label-ghost-info {
  background-color: #ffffff;
  border: 1px solid #999999;
  color: #999999; }

.label.disabled {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .65; }

.subtitle-edit-add-hv {
  border-top: 2px dotted #315e80;
  color: #315e80;
  font-family: Ubuntu, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  font-size: 20px;
  padding-top: 20px; }

.tag-icon-close {
  color: #b4babe; }

a:visited, a.alert-link:visited {
  color: #609; }

a.btn:visited {
  color: #ffffff; }

a.btn-default:visited {
  color: #1b1b1b; }

a.btn-ghost-reverse:visited {
  color: #315e80; }

a.btn-info:visited {
  color: #939799; }

a.btn-link:visited {
  color: #2985c7; }

@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 21px; }

  h2,
  .h2 {
    font-size: 19px; }

  h3,
  .h3 {
    font-size: 17px; }

  h4,
  .h4 {
    font-size: 15px; }

  h5,
  .h5 {
    font-size: 13px; }

  h6,
  .h6 {
    font-size: 11px; }

  .modal-title {
    font-size: 20px; }

  .subtitle-edit-add-hv {
    font-size: 14px; }

  .well, .panel-body, .panel-heading, .panel-footer {
    padding: 24px; } }
/* Medium devices */
@media (max-width: 1199px) {
  .well, .panel-body, .panel-heading, .panel-footer {
    padding: 24px; } }
/* Inputs Helps */
.input-help-wrapper {
  position: relative; }

.input-help-wrapper .tooltip .tooltip-inner {
  text-align: left;
  width: 200px;
  color: #4d4d4d; }

.input-help-wrapper .tooltip .tooltip-inner p:last-child {
  margin-bottom: 0; }

.ee-calc-iframe {
  width: 100%;
  height: 3070px;
  border: none;
  padding-top: 10px; }
  @media (min-width: 375px) {
    .ee-calc-iframe {
      height: 2790px; } }
  @media (min-width: 425px) {
    .ee-calc-iframe {
      height: 2600px; } }
  @media (min-width: 462px) {
    .ee-calc-iframe {
      height: 2590px; } }
  @media (min-width: 576px) {
    .ee-calc-iframe {
      height: 2400px; } }
  @media (min-width: 768px) {
    .ee-calc-iframe {
      height: 2365px; } }
  @media (min-width: 992px) {
    .ee-calc-iframe {
      height: 2150px; } }
  @media (min-width: 1200px) {
    .ee-calc-iframe {
      height: 1900px; } }

.ee-content-calculator .ee-title-section h3 {
  color: #fff;
  padding: 10px; }
  .ee-content-calculator .ee-title-section h3.ee-firts-title {
    background: #5396ca;
    border-radius: 0px 15px 0px 15px;
    margin-bottom: 0px; }
    .ee-content-calculator .ee-title-section h3.ee-firts-title:after {
      position: absolute;
      bottom: -15px;
      left: 50px;
      content: " ";
      border-right: 18px solid transparent;
      border-top: 15px solid #5396ca;
      border-left: 18px solid transparent; }
  .ee-content-calculator .ee-title-section h3.ee-second-title {
    background: #acacac;
    border-radius: 0 0 15px 15px;
    margin-bottom: 30px; }
    .ee-content-calculator .ee-title-section h3.ee-second-title:after {
      position: absolute;
      bottom: 15px;
      right: 50px;
      content: " ";
      border-right: 18px solid transparent;
      border-top: 15px solid #acacac;
      border-left: 18px solid transparent; }
.ee-content-calculator .ee-descrip-calculator {
  padding-top: 20px; }
.ee-content-calculator .ee-content-values {
  background-color: #5396ca;
  border-radius: 4px 4px 0 0;
  list-style: none; }
  .ee-content-calculator .ee-content-values .ee-primary-title {
    background-color: #5396ca;
    border-color: #5396ca transparent;
    padding-top: 12px; }
  .ee-content-calculator .ee-content-values .ee-sub-title {
    background-color: #acacac;
    color: #fff; }
  .ee-content-calculator .ee-content-values .ee-shared-icons {
    margin-bottom: 30px; }
    .ee-content-calculator .ee-content-values .ee-shared-icons a.link-item:link,
    .ee-content-calculator .ee-content-values .ee-shared-icons a.link-item:focus {
      color: #999; }
    .ee-content-calculator .ee-content-values .ee-shared-icons a.link-item:hover {
      color: #2a6496; }
    .ee-content-calculator .ee-content-values .ee-shared-icons > div {
      padding: 10px; }
  .ee-content-calculator .ee-content-values li {
    line-height: 23px; }
.ee-content-calculator .ee-list-enumerator {
  font-size: 50px;
  color: #5396ca; }
.ee-content-calculator .ee-company-logo {
  margin-top: 25px;
  margin-bottom: 60px; }
.ee-content-calculator .ee-circle-number {
  background-color: #5396ca;
  color: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  text-align: center;
  float: left;
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 0px; }
.ee-content-calculator .ee-padding-item {
  padding-bottom: 53px; }
  @media screen and (max-width: 768px) and (min-width: 320px) {
    .ee-content-calculator .ee-padding-item {
      padding-bottom: 80px; } }
  .ee-content-calculator .ee-padding-item .ee-check-item {
    padding-left: 35px; }
.ee-content-calculator .ee-padding-btn {
  padding-bottom: 53px; }
  @media screen and (max-width: 768px) and (min-width: 320px) {
    .ee-content-calculator .ee-padding-btn > input {
      width: 100%; } }
.ee-content-calculator .ee-health {
  padding-top: 20px; }
.ee-content-calculator .ee-contact-shared {
  margin-top: 20px;
  margin-bottom: 20px; }
  .ee-content-calculator .ee-contact-shared .ee-icon-contact:hover {
    color: #999999;
    cursor: pointer; }
.ee-content-calculator .btn-primary.fixed {
  margin: 0;
  padding: 10px 0 12px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 3;
  width: 100%;
  border-radius: 0; }
