/* CSS default reset */
h1, h2, h3, h4, h5, h6, p, form, li, ul, ol, blockquote, fieldset {margin:0;padding:0;}
input {margin:0;padding:0;}
input:focus{outline:none;}
img {border:0;}
html {height:100%; -webkit-font-smoothing: antialiased;}
ol, ul {list-style:none;}
a {outline:none; text-decoration: none; color:inherit;}
body {
    margin: 0;
    height: 100%;
    background: #bfbfbf url("../images/bg-texture.png");
    font-size: 11px;
    font-family: "Botanika Demi",Arial,Helvetica,Verdana,sans-serif;
    color: #232323;
    letter-spacing: 0.06em;
}
/* Stickem plugin setup */
.stickem-container {
    position: relative;
}
 
.stickit {
    position: fixed;
    top: 84px;
}
 
.stickit-end {
    position: absolute;
    bottom: 20px;
}
/* Main */
.header {
    position: fixed;
    position: device-fixed;
    top: 0;
    right: 0px;
    left: 0px;
    height: 68px;
    background-color: #ffffff;
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.55);
    z-index: 10;
}
.model-settings {
    float: left;
    cursor: pointer;
    position: relative;
    z-index: 1;
}
.model-settings-lever {
    padding: 14px 15px;
    border: solid #dddddd;
    border-width: 0px 1px 0px 1px;
    cursor: pointer;
    height: 40px;
    text-align: center;
}
.settings-dropdown {
    color: #ffffff;
    text-align: left;
    position: fixed;
    top: 0px;
    background-color: #272727;
    cursor: default;
    display: none;
    left: -220px;
    outline: none;
    z-index: 20;
    height: 100%;
    -webkit-backface-visibility: hidden;
}

.settings-title {
    cursor: default;
    padding: 20px 8px;
    font-size: 12px;
}
.settings-img-active{
    margin-right: 10px;
    margin-bottom: -7px;
}
.settings-close{
    float: right;
    margin-top: 10px;
    cursor: pointer;
}
.settings-menu {
    background-color: #272727;
    padding: 0px 10px 15px 15px;
    width: 195px;
    float: left;
    display: none;
    z-index: 2;
    position: relative;
    height: 100%;
}
.settings-menu li img {
    display: none;
    float: right;
    margin-top: 4px;
}
.settings-menu li:hover img {
    display: block;
}
.settings-menu li {
    padding: 15px 10px;
    font-family: "Botanika Lite SC";
    font-size: 13px;
    border-bottom: 1px solid #383838;
    cursor: pointer;
}
.settings-dropdown .settings-menu li:first-child {
    border-top: 1px solid #383838;
    -webkit-backface-visibility: hidden;
}
.settings-section {
    position: absolute;
    left: 0px;
    width: 220px;
    background-color: #2d2d2d;
    padding: 15px;
    padding-top: 0;
    display: none;
    height: 100%;
    z-index: 1;
}
.settings-section-title {
    padding: 28px 0px 20px 0px;
    font-size: 12px;
}
.settings-description {
    font-size: 12px;
    color: #aaaaaa;
}
.settings-description p{
    margin-top: 10px;
}
.control-header {
    font-family: "Botanika Bold";
    font-size: 13px;
    color: #ffffff;
}
.control-header.w-padding{
    padding-bottom: 10px;
    padding-top: 10px;
}
.section-content{
    margin: 20px 0 25px;
}
.section-control{
    border-bottom: 4px solid #5f5f5f;
    padding: 10px 0;
}
.section-control.wo-border{
    border-bottom: none;
}
.settings-section table {
    width: 100%;
}
.settings-section ol {
    list-style: decimal inside;
}
.settings-section table thead td{
    padding-bottom: 0;
    font-family: "Botanika Lite SC";
    font-size: 12px;
}
.settings-section table td {
    padding: 5px 0px;
}
.settings-section table tbody td:first-child, .settings-section table th:first-child{
    text-align: left;
}
.settings-section table td:last-child, .settings-section table th:last-child{
    text-align: right;
}
.settings-section table tbody td{
    text-align: right;
}
.settings-section table tbody td .chzn-container{
    text-align: left;
}
.settings-section tbody td.padding-adjust{
    padding: 10px 0;
}
.settings-input{
    width: 56px;
    background-color: #444444;
    border-radius: 3px;
    border: 1px solid #3d3d3d;
    color: #ffffff;
    text-align: center;
    box-shadow: inset 1px 1px 1px 0px #2c2c2c, 0px 1px 0px 0px #6b6b6b;
    font-family: "Botanika Bold";
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    vertical-align: bottom;
}
.section-buttons-panel {
    background-color: #383838;
    padding: 10px;
    font-family: 'Botanika Bold';
    font-size: 12px;
    color: #d4d4d4;
    margin-top: 10px;
}
.section-buttons-panel img {
    margin-right: 10px;
}
.section-buttons-panel div {
    cursor: pointer;
}
.section-buttons-panel div:hover {
    color: #ffffff;
}
.section-buttons-panel div:first-child{
    margin-top: 0;
}
.section-buttons-panel div{
    margin-top: 10px;
}
.navigation {
    position: relative;
    top: 27px;
    margin: auto;
    width: 730px;
}
.navigation li {
    display: inline-block;
    height: 10px;
    margin-left: -5px;
    padding: 15px 13px;
    border: 1px solid #dddddd;
    border-bottom: none;
    cursor: pointer;
    background-color: #ffffff;
}
.navigation li.active {
    background-color: #fbca08;
}
.navigation li.blocked {
    cursor: default;
}
.navigation li.errored {
    background-color: #FFA07A;
}
.navigation li.errored.active {
    background-color: #FF8A5B;
}
.navigation li:hover {
    background-color: #f8f8f8;
}
.navigation li.active:hover {
    background-color: #fbca08;
}
.navigation li.errored:hover {
    background-color: #FF8A5B;
}
.navigation li.nav-results {
    position: relative;
    margin-left: 15px;
}
.navigation li.nav-results img {
    position: absolute;
    top: 12px;
    left: 15px;
}
.navigation li span {
    display: inline-block;
}
.icon-results{
    background: url("../images/results.png") no-repeat;
    width: 15px;
    height: 14px;
    display: inline-block;
    margin-top: -7px;
    background-position: 1px 0px;
    margin-right: 5px;
}
li.actual .icon-results{
    background: url("../images/icon-results-ok.png") no-repeat;
    background-position: 0px 1px;
}
li.blocked .icon-results{
    background: url("../images/icon-results-alert.png") no-repeat;
    background-position: 0px 1px;
}
.main-menu-container {
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 1;
    text-align: left;
}
.main-menu-container.active .main-menu-lever{
    border-bottom: none;
}
.main-menu-lever {
    padding: 10px;
    width: 165px;
    border: 1px solid #dddddd;
    cursor: pointer;
    background-color: #ffffff;
    position: relative;
    display: inline-block;
}
.main-menu-lever:focus {
    outline: none;
}
.main-menu-container img.caret {
    float: right;
    margin-top: 3px;
}
.main-menu-dropdown {
    width: 185px;
    display: none;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-top: none;
    position: relative;
}
.main-menu-dropdown li {
    padding: 10px;
    border-top: 1px solid #dddddd;
    cursor: pointer;
    font-family: "Botanika Demi SC";
    font-size: 12px;
}
.main-menu-dropdown li.menu-dropdown-header {
    border:none;
}
.main-menu-dropdown li.menu-dropdown-header:hover {
    background-color: inherit;
}
.main-menu-dropdown li:hover {
    background-color: #f8f8f8;
}
li.menu-dropdown-footer {
    text-align: right;
    padding-top: 55px;
    font-family: "Botanika Lite";
    font-size: 8px;
    color: #bababa;
    cursor: default;
}
li.menu-dropdown-footer:hover {
    background-color: inherit;
}
#tutorials-off{
    display: none;
}
.layout {
    padding-top: 40px;
    padding-bottom: 950px;
}
.content-wrap {
    margin: 80px auto 0;
    width: 1000px;
}
.content-tabs{
    font-family: 'Botanika Demi SC';
    font-size: 13px;
    margin-left: 4px;
}
.content-tabs li {
    display: inline-block;
    margin-left: -4px;
    padding: 10px 22px;
    border: 2px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    background-color: #ececec;
    cursor: pointer;
}
.content-tabs li.active{
    background-color: #ffffff;
}
.content {
    position: relative;
    display: none;
}
div[name="results"] .content{
    display: block;
    border: 3px solid #ffffff;
}
.chapter-container {
    margin-bottom: 50px;
    padding: 20px;
    background-color: #efefef;
    *min-height: 336px;
}
.results-tab-container{
    padding: 20px;
    background-color: #efefef;
}
#all-outcomes{
    display: none;
}
.content-text-bloc {
    float: left;
    width: 385px;
    font-size: 12px;
}
div[name="epidemiology"].content .content-text-bloc{
    width: 325px;
}
.chapter-section {
    border-bottom: 6px solid #404040;
}
.chapter-title {
    padding: 4px 7px;
    background-color: #404040;
    color: #efefef;
    font-size: 15px;
    font-family: "Botanika Mono Demi";
}
.chapter-header {
    padding: 5px;
    /*width: 260px;*/
    font-size: 32px;
    font-family: "Botanika Bold";
    line-height: 32px;
}
.chapter-article{
    padding: 5px;
    letter-spacing: 0.01em;
    line-height: 16px;
    font-family: "Open Sans";
    font-size: 11px;
}
.chapter-button-panel{
    padding-top: 15px;
}
.chapter-button-panel .button:first-child{
    margin-right: 10px;
}
div.button{
    display: inline-block;
    padding: 5px 7px 5px 27px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    background-color: #fbfbfb;
    box-shadow: 0px 1px 0px 0px #aaaaaa;
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#aaaaaa, strength=1);
    cursor: pointer;
    color: #3e3e3e;
    font-family: "Botanika Bold";
    letter-spacing: 0.04em;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;   
}
div.button:hover{
    box-shadow: 1px 2px 5px rgba(0,0,0,0.3);
    filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#b2b2b2, strength=3);
}
/*div.button.button-settings{
    padding: 5px 7px;
    background-color: red;
    background: -moz-linear-gradient(top, #555555, #444444);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#555555), color-stop(100%,#444444));
    background: -webkit-linear-gradient(top, #555555, #444444);
    background: -o-linear-gradient(top, #555555, #444444);
    background: -ms-linear-gradient(top, #555555, #444444)
    background: linear-gradient(top, #555555, #444444); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#444444',GradientType=0);
    border: 1px solid #505050;
    color: #ffffff;
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.5);
}
div.button.button-settings:active{
    background-color: #444444;
    background: -moz-linear-gradient(top, #444444, #555555);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#444444), color-stop(100%,#555555));
    background: -webkit-linear-gradient(top, #444444, #555555);
    background: -o-linear-gradient(top, #444444, #555555);
    background: -ms-linear-gradient(top, #444444, #555555)
    background: linear-gradient(top, #444444, #555555); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#555555',GradientType=0);
    box-shadow: none;
}*/
.button[class*="icon-"]:active, .button:active{
    background-color: #E5E5E5;
}
.button[class*="icon-"]{
    background-repeat: no-repeat;
    background-position: 10px 6px;
    background-color: #fbfbfb;
}
.button.icon-trash{
    background-image: url("../images/icon-trash.png");
}
.button.icon-sheet{
    background-image: url("../images/icon-sheet.png");
}
.button.icon-check{
    background-image: url("../images/icon-check.png");
}
.button.icon-close{
    background-image: url("../images/icon-close.png");
}
.button.icon-next{
    background-image: url("../images/icon-next.png");
    background-position: 10px 9px;
}
.content-tables-bloc {
    margin-left: 400px;
    width: 560px;
}
.content-tables-bloc .content-table:first-child{
    margin-top: 0;
}
.content-tables-bloc .content-table{
    *margin-top: 30px;
}

div[name="epidemiology"].content .content-tables-bloc{
    margin-left: 340px;
    width: 620px;
}
.content-table{
    border-spacing: 0px;
    border-collapse: collapse;
    border: none;
    text-align: center;
    background: #80c5cf;
    /*url("../images/table-arrow.png") no-repeat  60% 75% */
    width: 100%;
}
.content-table td{
    /*border-left: 1px solid transparent;*/

}
.content-table thead td{
    background-color: #404040;
    padding: 10px 15px;
    margin: 0;
    color: #ffffff;
    font-size: 12px;
    font-family: "Botanika Bold";
}
.content-table thead tr td.default-table-text-font{
    font-size: 12px;
    font-family: "Botanika Bold";
    text-align: center;
}
.content-table thead td:first-child, .content-table .table-main-label {
    font-size: 15px;
    font-family: "Botanika Bold SC";
    text-align: left;
}
.content-table tbody tr:first-child td{
    padding-top: 10px;
}
.content-table tbody tr:last-child td{
    padding-bottom: 10px;
}
.content-table tbody tr:last-child {
    border-bottom: none;
}
.content-table tbody{
    border-spacing: 0px;
    color: #404040;
    font-family: "Botanika Mono Bold";
    font-size: 13px;
}
.content-table tbody td:first-child{
    text-align: left;
    padding-left: 15px;
}
.content-table tbody tr td{
    padding: 4px 4px 5px 4px;
}
.content-table tbody tr td{
    background: url("../images/content-table-border.png") repeat-x  100% 100%;
}
.content-table tbody tr.active{
    /*background-color: #9cd6de;*/
}
.content-table tbody tr:hover{
    background-color: #9cd6de;
}
div[name="results"] .content-table tbody tr:hover{
    background-color: #e1ecee;
}
.content-table tbody tr:last-child td{
    background-image: none;
}
.content-table tbody input{
    border-radius: 3px;
    border: 1px solid #cdcdcd;
    border-bottom: none;
    width: 70px;
    text-align: center;
    box-shadow: 0px -1px 0px 0px #767676;
    color: #232323;
    font-size: 11px;
    height: 16px;
    line-height: 16px;
    font-family: "Botanika Mono Bold";
    display: inline-block;
    border-collapse: separate;
}
.content-table tbody input:after{
    content: '';
}
span.errored-container{
    display: inline-block;
    position: relative;
}
.errored-container span{
    position: absolute;
    line-height: 17px;
    bottom: 0px;
    left: -13px;
    width: 16px;
    display: block;
    background-color: #e4553a;
    border-radius: 3px 0 0 3px;
    color: #ffffff;
    font-size: 11px;
    font-family: 'Botanika Bold';
    box-shadow: 0 -1px 0 0 #767676;
    cursor: default;
    z-index: 1;
}
.settings-dropdown .errored-container span{
    padding: 2px 0;
    bottom: -1px;
    text-align: center;
    box-shadow: none;
}
.errored-container div{
    display: none;
    position: absolute;
    background-color: #ffffff;
    width: 150px;
    top: 21px;
    left: -12px;
    border-radius: 3px;
    box-shadow: 5px 5px 4px 0px rgba(0,0,0,0.23);
    font-family: "Botanika Bold SC";
    font-size: 12px;
    padding: 10px;
    text-align: left;
    z-index: 2;
    color: #404040;
}
.settings-dropdown .errored-container div{
    top: 25px;
}
.errored-container img{
    position: absolute;
    top: 17px;
    left: -7px;
    z-index: 3;
    display: none;
}
.settings-dropdown .errored-container img{
    top: 21px;
}
.errored-container div p{
    font-family: "Botanika Demi";
    font-size: 10px;
}
.errored-container.active div{
    display: inline-block;
}
.errored-container.active img{
    display: inline-block;
}
.content-table thead td.padding-adjust-down {
    padding: 10px 5px;
}
.content-table thead td.padding-adjust-up {
    padding: 10px 32px;
}
.content-table.wide-table thead td{
    width: 10%;
}
.content-table.wide-table{
    background-color: #7abbc5;
}
.wide-table .table-strip {
    background-color: #80c5cf;
}
.wide-table tbody td.active {
    background-color: #b3e4eb;
}
.content-addit-info-table{
    text-align: center;
    margin-left: 166px;
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 13px;
    letter-spacing: -0.05em;
    font-family: 'Botanika Mono Heavy';
}
.content-addit-info-table td:first-child{
    text-align: right;
    font-size: 13px;
    letter-spacing: 0;
    font-family: 'Botanika Demi'
}

.chapter-switcher {
    position: fixed;
    right: 15px;
    top: 20%;
    color: #303030;
    font-size: 14px;
    font-family: "Botanika Bold";
    z-index: 1;
    display: none;
}
.chapter-switcher div {
    margin-left: -27px;
    margin-bottom: 10px;
    display: inline-block;
    position: absolute;
    right: 0;
}
.chapter-switcher li:first-child{
    margin-top: 20px;
}
.chapter-switcher li{
    overflow: hidden;
}
.chapter-switcher li span {
    height: 25px;
    text-align: center;
    margin-bottom: 6px;
    line-height: 31px;
    cursor: pointer;
    border-radius: 3px;
    float: right;
}
.chapter-switcher li.active span, .chapter-switcher li span:hover {
    background-color: #fbca08;
}
.chapter-switcher li a:hover span{
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.28);
}
.chapter-number {
    width: 22px;
}
.chapter-name {
    display: none;
    padding: 0 5px;
    background-color: #fbca08;
    visibility: hidden;
}
/*.chapter-switcher li:hover a.chapter-name {
    width: auto;
}
.chapter-switcher li:hover a.chapter-number {
    display: none;
}*/

.chart-container {
    display: inline-block;
}
.chart{
    height: 264px;
    margin-top: 10px;
}
.results-section-header {
    border-top: 7px solid #404040;
    font-family: "Botanika Bold";
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 40px;
}
.results-switcher{
    float: right;
    font-family: "Botanika Demi";
    font-size: 13px;
    color: #404040;
}
.results-switcher .ui-slider{
    margin: 0 8px;
}
.results-switcher span{
    vertical-align: 6px;
}
div[name="results"] .chapter-title {
    font-family: "Botanika Bold SC";
    font-size: 14px;
    text-align: left;
}
.results-table-article {
    font-family: "Botanika Lite Italic";
    font-size: 12px;
    margin-top: 10px;
}
.table-article {
    font-family: "Botanika Lite Italic";
    font-size: 12px;
    margin-top: 10px;
}
.results-table-title {
    font-family: "Botanika Mono Bold";
    font-size: 17px;
}
.table-title {
    font-family: "Botanika Mono Bold";
    font-size: 17px;
}
.results-table-container .content-table {
    background: none;
    width: 100%;
}
.results-table-container tbody {
    font-size: 11px;
    color: #232323;
    padding: 20px;
}
.results-table-container tbody tr td:first-child {
    font-size: 12px;
    color: #404040;
    text-align: left;
    padding-left: 15px;
}
.results-table-container .content-table.structured-table tbody tr td:first-child {
    padding-left: 40px;
}
.results-table-container .content-table.structured-table tbody tr td.table-inner-title:first-child {
    padding-left: 15px;
}
.results-table-container .content-table.structured-table tbody tr td.table-inner-subtitle:first-child {
    padding-left: 30px;
}
#icers-data {
    width: 640px;
    margin: 0 auto;
    margin-top: 30px;
}
.results-table-container {
    background-color: #d6e0e2;
    margin-top: 45px;
}
.table-container {
    background-color: #80C5CF;
    margin-top: 30px;
}

.results-table-header{
    padding: 15px;
}
.table-header{
    padding: 15px;
}
div[name="results"]{
    display: none;
}
.undiscounted{
    display: none;
}
.content-table .table-inner-title {
    text-decoration: underline;
}
.content-table .table-inner-title, .content-table .table-inner-subtitle{
    font-size: 14px !important;
    color: #232323 !important;
}
#fixedContainer {
  position: fixed;
  top: 0%;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  height: 200px;
}

#tutorial-container {
    position: fixed;
    background-color: #ffffff;
    bottom: 0px;
    width: 100%;
    display: none;
    border-top: 1px solid #dddddd;
    z-index: 20;
}
.tutorial-scroll-container{
    margin-left: 145px;
}
.tutorial-scroll{
    padding-top: 34px;
    margin: -41px auto 15px auto;
    width: 100%;
    display: block;
}
.tutorial-blocs-container{
    float: left;
    margin-top: -1px;
}
.tutorial-close-bloc{
    display: inline-block;
    height: 67px;
    width: 36px;
}
.tutorial-close-bloc .close-tutorials-panel{
    width: 16px;
    margin: 10px 0 0 10px;
    cursor: pointer;
}
.tutorial-local-adaptation-switcher {
    text-align: center;
    margin-top: 7px;
}
.tutorial-progress-bloc{
    display: inline-block;
    border: 1px solid #dddddd;
    height: 67px;
    margin-left: -4px;
    vertical-align: top;
}
.tutorial-bloc-title{
    text-align: center;
    padding: 6px;
    padding-bottom: 5px;
    font-family: 'Botanika Demi SC';
    font-size: 14px;
    border-bottom: 1px solid #dddddd;
}
.tutorial-progress-controls li{
    display: inline-block;
    font-family: 'Botanika Mono Bold';
    font-size: 22px;
    height: 37px;
    margin-left: -3px;
    text-align: center;
    padding: 0 5px;
    background-color: #ffffff;
    vertical-align: bottom;
}
.tutorial-progress-controls.finished li{
    color: #80B526;
}
.tutorial-progress-controls li:first-child{
    margin-left: 1px;
}
.tutorial-progress-controls .progress-controls-of span{
    vertical-align: -10px
}
.tutorial-progress-controls li span{
    vertical-align: -5px;
}
.tutorial-steps-list {
}
.tutorial-steps-list.active{
    margin-top: -40px;
}
.tutorial-steps-list li{
    display: inline-block;
    border: 1px solid #dddddd;
    padding: 8px 4px;
    background-color: #ffffff;
    vertical-align: bottom;
    text-align: center;
    position: relative;
    margin-left: -1px;
    height: 48px;
    width: 135px;
    letter-spacing: 0.03em;
}
.tutorial-steps-list li.active{
    min-height: 88px;
}
.tutorial-steps-list li:first-child{
    margin-left: 0;
}
.tutorial-steps-list li:hover{
    background-color: #f8f8f8;
    cursor: pointer;
}
li.step-done .step-index{
    background-color: #80b526;
    color: #ffffff;
}
li.step-error .step-index{
    background-color: #E4553A;
    color: #ffffff;
}
.tutorial-steps-list .button{
    display: none;
}
.tutorial-steps-list li.active .step-keep-defaults{
    display: inline-block;
    position: absolute;
    left: 24px;
    bottom: 15px;
}
.tutorial-steps-list li.active .close-tutorials-panel{
    display: inline-block;
    position: absolute;
    left: 31px;
    bottom: 15px;
}
.tutorial-steps-list li.step-done.active .step-keep-defaults, .tutorial-steps-list li.step-error.active .step-keep-defaults{
    display: none;
}
.tutorial-steps-list li.step-done.active .step-next, .tutorial-steps-list li.step-error.active .step-next{
    display: inline-block;
    position: absolute;
    left: 34px;
    bottom: 15px;
}
.step-index{
    *padding: 0.2em 0.5em;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 1em;
    background-color: #ebebeb;
    display: inline-block;
    font-family: "Botanika Mono Demi";
    font-size: 10px;
}
.step-description{
    text-align: center;
    margin-top: 4px;
    *margin-bottom: 12px;
    font-family: "Botanika Demi SC";
    font-size: 12px;
}
.step-controls{
    display: none;
}
li.step-done .step-bottom-line{
    display: block;
}
.step-next{
    display: none;
}
.step-bottom-line{
    position: absolute;
    max-width: 101%;
    width: auto;
    height: 4px;
    background-color: #80b526;
    bottom: -1px;
    left: -1px;
    right: -1px;
    display: none;
}
li.step-error .step-bottom-line{
    background-color: #E4553A;
    display: block;
}
.table-notes{
    padding: 10px;
    padding-bottom: 0;
    font-size: 12px;
    font-family: "Open Sans";
    font-size: 11px;
}
.incremental{
    display: none;
}
i.country{
    font-style: normal;
}
.content-table.table-input-focused input{
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -khtml-opacity: 0.2;
    -moz-opacity: 0.2;
}
.content-table.table-input-focused input.focused{
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -khtml-opacity: 1;
    -moz-opacity: 1;
}
/*.content-table td.active{
    position: relative;
}
.content-table td.active .focused{
    position: absolute;
    top: 4px;
}*/