﻿
.fs-13 {
    font-size: 13px !important;
    color: blue;
    text-decoration: underline !important;
}
.mt-1 {
    margin-top:8px;
}
.mt-3 {
    margin-top: 20px;
}
.fs-12 {
    font-size: 12px;
}
.table-head {
    display: flex;
    background: #eee;
}
.table-data {
    display: flex;
    overflow: hidden;
    border: #ddd 1px solid;
    border-right: 0;
}
.table-col {
    flex: 1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-right: #ddd 1px solid;
    padding: 10px;
}
.toc-container .mb-10 {
    margin-bottom: 10px;
   margin:auto;
   font-family:'Times New Roman';
    font-size: 14px;
    line-height: 20px
}
    .toc-container .mb-10 .color-red {
        color: red;
    }

.toc-container {
    padding: 20px;
}

    .toc-container h2 {
        text-align: center;
        margin-bottom: 40px;

    }

    .toc-container h3 {
        margin-bottom: 10px;
        margin-top: 25px;
        font-size: 14px;
        color: black;
    }
.margin-0 {
    margin: 0 !important;
}

.toc-container a {
    color: blue;
}
.field-validation-error {
    width: 100%;
    display: block;
    text-align:left;
}
.small-form {
    max-width: 530px;
    margin: 20px auto;
    border: 1px solid #eee;
    padding-bottom: 15px;
    overflow: hidden;
}

    .small-form h2 {
        padding: 11px 10px 0;
    }

body {
    padding-bottom: 51px;
    position: relative;
    min-height: 100vh;
}
footer {
    position: absolute;
    width: 100%;
    bottom: 2px;
    left: 0;
}
.logo2 {
    text-align: center;
    padding: 30px;
}
.logo2 img {
    max-width: 100%;    
}
@media (min-width: 992px) {
    footer {
        margin-left: 0;
    }
}
.billing-select {
    text-align: center;
}
.billing-select h2 {
    font-size: 28px;
}
.billing-select .set {
    width: 300px;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.5);
    padding: 30px;
    margin: 30px;
    display: inline-block;
}
.billing-select .set h3 {
    font-size: 32px;
}
.billing-select .set h3 sub {
    font-size: 14px;
    display: block;
}
.billing-select .set a {
    padding: 10px 20px;
    background: #224F78;
    color: #fff;
    border-radius: 3px;
    margin: 37px 40px -45px;
    display: block;
}
.btn-wrapper{padding:15px;}
.log-nav {
    margin-bottom: 40px;
    float: left;
    width: 100%;
    margin-top: -10px;
}
.log-nav .nav.toggle {
    display: none;
}
.log-nav .top_nav {
    margin-left: 0;
}
.log-nav + .logo2 {
    position: absolute;
    left: 10px;
    top: 5px;
    padding: 0;
}
.text-center input[type=submit] {
    margin-left: 0 !important;
    float: none !important;
}