﻿html{font-size:80%}
body {
    font-family: 'Open Sans', verdana, arial;
    background-image: linear-gradient(293deg, #ffffff 0%, #9AC5F4 50%, #ffffff 100%);
}

a, a:hover {
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms- transition: all .3s;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.font10 {
    font-size: 10px
}

.font12 {
    font-size: 12px
}

.font13 {
    font-size: 13px
}

.font14 {
    font-size: 14px
}

.font16 {
    font-size: 16px
}

.font18 {
    font-size: 18px
}

.font20 {
    font-size: 20px
}

.font22 {
    font-size: 22px
}

.font24 {
    font-size: 24px
}
.largetext{font-size:9.8rem;margin-bottom:0}
.bg-header {
    background: #3121a3;
    color: #fff
}
table.table > tbody > tr.bg-header>th{
    background: #3121a3;
    color: #fff
}
.btn{padding:7px 14px}
    .bg-header:hover, .btn:disabled {
        background: #3121a3;
        color: #fff;
        opacity: .8
    }
    .wu{width:unset !important}
    input[type="radio"]{margin:0 5px}
.form-label{font-weight:600;font-size:.875rem;margin-top:.75rem}
.form-control,ul{font-size:.875rem}
.border-blue {
    border-color: #3121a3 !important;
}
.bg-lblue {
    background: #ecf6ff
}
.txt-blue {
    color: #3121a3;
}
.mh{min-height:489px}
table#ctl00_ContentPlaceHolder1_RadioButtonList1>tbody>tr {
    background: #3121a3;
    height: 40px;
    border-radius:5px;
    color:#fff
}
table#ctl00_ContentPlaceHolder1_RadioButtonList1{border-radius:5px}
table#ctl00_ContentPlaceHolder1_RadioButtonList1 > tbody > tr > td {
    padding: 5px 15px;
}
    
    table#ctl00_ContentPlaceHolder1_RadioButtonList1 > tbody > tr > td:hover {
        background: #007bff
    }
.nav-link {
    cursor: pointer;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #fff;
    background: #3121a3;
}
.nav-link:hover {
    background: #007bff;
    color:#fff
}
.container.rounded.shadow.p-3.bg-white > .row > .col > div {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
