html, body {
    height: 100%;
}
.tu-content {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -60px;
    padding-bottom: 10px;
}
.tu-fixed-footer, .tu-push {
    height: 60px;
}
body {
    padding-top: 50px;
}

/*
nav a {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  font-size: 18px;
}*/
nav .navbar-toggle {
    margin: 13px 15px 13px 0;
}

.navbar-brand {
    font-size: 30px;
}

nav.navbar.shrink {
    min-height: 35px;
    height: 63px;
}

nav.shrink .navbar-brand {
    font-size: 25px;
}

nav.shrink .navbar-toggle {
    padding: 4px 5px;
    margin: 8px 15px 8px 0;
}
.navbar-content {
    margin-top: 30px;
}
.navbar-content-step-icon {
    float:left;
}
.navbar-content-step-separator {
    width: 50px;
    height: 4px;
    background: #DDDDDD;
    overflow: hidden;
    float:left;
    margin-top: 21px;
}
.navbar-content-shrink {
    margin-top: 8px;
}
.navbar {
    margin-bottom: 0px;
    background: #fff;
}

.tu-fixed-header {
    border-bottom: 4px solid #fee333;
    box-shadow: 3px 3px 0 rgba(4, 4, 4, 0.3);
}
.tu-fixed-footer {
    border-top: 4px solid #fee333;
}

.navbar-brand img.shrink {
    margin-top: -20px;
}

.vertical-center {
    margin-top: 40px;
}

.copy-rights-text {
    font-size: 10px;
    margin-top: 25px;
}

.tu-container-fixed-main {
    margin-top: 72px;
    background: #FFF;
}

.tu-container-fixed-main p.description {
    font-size: 17px;
    font-weight: normal;
    width: 85%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.tu-bgpattern-main {
    background-image: url(../images/TU_pattern1.png);
}

.tu-bgpattern-yellow {
    background-image: url(../images/TU_yellow_pattern.jpg);
}

.tu-yellow-border-container {
    border: solid #FCD800;
    border-width: 4px 0;
    background-color: #FFFFFF;
}

.tu-main-title {
    font-size: 34px;
    color: #00A6CA;
    padding-top: 45px;
    font-weight: bold;
}

.tu-section-title {
    font-size: 18px;
    font-weight: bold;
}
.tu-credit .tu-section-title {
    float: left;
    padding-left:  5px;
    margin-top: 2px;
    margin-left: -5px;
}
.tu-header {
    height: 100px;
}

.tu-header-shrink {
    height: 0;
}

.tu-footer {
    height: 60px;
    background: #FFFFFF;
}

.tu-footer img {
    height: 45px;
    margin-top: 10px;
}

.tu-header-text {
    color: #0295be;
    padding: 10px 0;
}

.tu-small-text {
    color: #707070;
    font-size: 10px;
    line-height: 1.7em;
}

.tu-footer-mains {
    height: 150px;
    background: #FFF;
    border-top: 1px solid lightgray;
    border-bottom: 15px solid #0295be;
    position: absolute; /*not for xs*/
    bottom: 0;
    width: 100%;
    display: none;
}

.tu-ol-alpha-style {
    list-style-type: upper-alpha;
}

.tu-ol-alpha-style li {
    padding: 10px 0 10px 5px;
}

.btn-lg {
    font-size: 14px;
    font-weight: bold;
    outline: 0 none;
    padding: 10px 12px;
    min-width: 190px;
}

.btn-blue-lg {
    background-color: #0295be;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    outline: 0 none;
    min-width: 190px;
}

.btn-orange-lg {
    background-color: #F16E00;
    color: #FFFFFF;
    font-size: 17px;
    font-weight: bold;
    outline: 0 none;
    min-width: 190px;
}

.btn-main-lg {
    background-color: #FCD800;
    font-size: 14px;
    font-weight: bold;
    outline: 0 none;
    padding: 10px 12px;
    min-width: 190px;
}

.header-nav-button {
    margin-top: 35px;
    margin-left: -15px;
}

.header-nav-button-shrink {
    margin-top: 13px;
}

.tu-radio-bars {
    height: 50px;
    padding: 14px;
    color: #000000;
    font-size: 16px;
    background: #ededed;
    font-weight: bold;
}

.tu-radio-bars label {
    font-weight: bold;
    width: 99%
}

.tu-grid-row {
    margin-top: 15px;
    padding-top: 15px;
}

.tu-grid-row-end {
    margin-top: 15px;
}

.tu-radio-bars-active {
    background: #0295be;
    color: #FFFFFF;
}

.tu-grid-table {
    margin-left: 20px;
    margin-bottom: 10px;
}

.tu-grid-row {
    background-color: #FFFFFF;
}

.tu-grid-row-selected {
    background-color: #EBEBEB;
}

.form-control-select {
    padding: 6px;
}

sup.cents {
    text-decoration: underline;
}

.amount-large {
    font-size: xx-large;
}

hr.tu-style {
    height: 3px;
    background-color: #0295be;
}
hr.tu-hr-grey {
    height: 2px;
    background-color: #DDDDDD;
    border: medium none;
}
/* class already available in layout.css*/
.highlight-yellow {
    background-color: #f9df06;
}

/* class already available in layout.css*/
.tu-href {
    color: #0295be;
    text-decoration: underline;
}

html, body {
    height: 100%;
}

.tu-radio-bars-inactive {
    background: #bfeaf3;
    color: #FFFFFF;
}

.btn-light-yellow {
    background: #fff5c0;
    color: #bcbcbc !important;
}

.btn:hover {
    background-color: #FDE44C;
}

.btn-orange-lg:hover {
    color: #FFFFFF;
    background-color: #BD5500;
}

.btn-tloxp-grey:hover {
    background-color: #BFBFBF;
    border-color: #BFBFBF;
}

.clear {
    clear: both;
}

.footer {
    position: fixed;
    height: 100px;
    bottom: 0;
    background: #fff;
    width: 100%;
}

.btn-lg-exlg {
    font-size: 20px;
    font-weight: normal;
    min-width: 190px;
    outline: 0 none;
    padding: 15px 50px;
}

.btn-main-exlg {
    background-color: #fee333;
    font-size: 20px;
    font-weight: normal;
    min-width: 190px;
    outline: 0 none;
    padding: 15px 50px;
}

.bottom-confirm {
    padding: 50px 60px 60px;
}

.footer-tu-style {
    height: 60px;
    background: #FFFFFF;
}

.tu-footer {
    background: #ffffff;
}

.confirm-errors {
    width: 430px;
    margin: auto;
}

.opacity-100 {
    opacity: 1; /* Opacity for Modern Browsers */
    filter: alpha(opacity=1); /* Opacity for IE8 and lower */
    zoom: 1; /* Fix for IE7 */
}

.opacity-50 {
    opacity: 0.5; /* Opacity for Modern Browsers */
    filter: alpha(opacity=50); /* Opacity for IE8 and lower */
    zoom: 1; /* Fix for IE7 */
}

.opacity-25 {
    opacity: 0.3; /* Opacity for Modern Browsers */
    filter: alpha(opacity=30); /* Opacity for IE8 and lower */
    zoom: 1; /* Fix for IE7 */
}

.address-desc {
    padding-top: 20px
}
.tu-red {
    background-color: #c80000 !important;
    border-color: #c80000 !important;
}
.tu-border-alert {
    border: 1px solid #c80000 !important;
}
.tu-yellow {
    background-color: #fcd801 !important;
    border-color: #fcd801 !important;
}
.tu-bg-fade-yellow {
    background-color: #FCF5C4;
}
.tu-content .navbar-brand {
    padding-bottom: 5px;
    margin-left: -15px !important;
}

.tu-fixed-container {
    min-width: 1170px !important;
}
.tu-bgpattern-main .tu-span-close {
    cursor: pointer;
    font-size: 3em;
    margin-top: -15px;
    position: absolute;
    right: 6px;
    z-index: 999999;
}

.tu-hover-block {
    position: static;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.tu-hover-block .panel-heading {
    background-color: #EDEDED;
    cursor: pointer;
    border-radius: 0;
    height: 45px;
}

.tu-hover-block label {
    cursor: pointer;
}

.tu-hover-block.clicked .panel-heading {
    background-color: #fcd801;
}

.tu-hover-block.disabled, .tu-hover-block.blocked:hover, .tu-hover-block.disabled label {
    background-color: #EDEDED;
    cursor: not-allowed;
    color: #858585;
}

.tu-hover-block.disabled label, .tu-hover-block.disabled input {
    background-color: #EDEDED;
    cursor: not-allowed;
}

.tu-hover-block.tu-credit {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    z-index: 200;
    background-color: transparent;
}

.tu-radio-highlight:checked + .b2 .tu-radio-highlight-content {
    background-color : #fcd801;
    font-weight : bold;
}

.watermark-logo {
    position: absolute !important;
    right: -115px !important;
    font-size: 380px !important;
    color: #f4f4f4 !important;
    bottom: -100px !important;
}

.tu-credit .panel-title label {
    padding: 10px;
    margin-top: -9px;
    margin-left: 15px;
    width: 100%;
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #707070 !important;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #707070 !important;
}
.form-control::-ms-input-placeholder { /* IE 10+ */
    color: #707070 !important;
}
.form-control::-moz-placeholder { /* Firefox 18- */
    color: #707070 !important;
}
.form-control:disabled::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #A9A9A9 !important;
}
.form-control:disabled::-moz-placeholder { /* Firefox 19+ */
    color: #A9A9A9 !important;
}
.form-control:disabled::-ms-input-placeholder { /* IE 10+ */
    color: #A9A9A9 !important;
}
.form-control:disabled::-moz-placeholder { /* Firefox 18- */
    color: #A9A9A9 !important;
}
.session-expiration .colorboxcontainer {
    display: none;
}

.tu-content .masquarade {
    float: right;
    list-style: none;
}
.notify-box {
    cursor: pointer;
    text-align: left;
    margin: 0 auto;
    padding-right: 10px;
}
.notify-box .notify-text {
    margin-left: 50px;
    margin-top: -37px;
    position: relative;
    float: left;
}
.notify-box .icon {
    float: left;
    margin-top: -9px;
}
.notify-box .default-state {
    background: #fced97;
    color: #c80000;
    padding: 5px 10px 5px 10px;
}
.notify-box:hover .default-state {
    background: #c80000;
    color: #FFFFFF;
}