.inf {
    font-family: verdana, arial, sans-serif;
}

hr{
    margin: 0;
    border-top: 1px solid #9A9A9A;
}

button{
    width: 100% !important;
    height: 100% !important;
}

.no-padding {
    padding: 0;
}

.link-news{
    margin-bottom: 10px;
}

.v006-radio {
    display: block !important;
}

.v006-radio .btn{
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    border-radius: 8px !important;
    border: 3px solid transparent;
}

.v006-radio .btn.active{
    border: 3px solid #C8B438;
}

.custom-control {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem;
    cursor: pointer;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #0275d8;
}
.custom-control-description{
    color: #003366;
}
.custom-control-input:checked~.custom-control-description {
    text-decoration: underline;
}
.custom-radio .custom-control-indicator {
    border-radius: 50%;
}
.custom-control-indicator {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: 50% 50%;
    background-size: 50% 50%;
}

table#sumhost{
    margin-bottom: 10px;
    font-size: 11px;
}
table#sumhost td:first-child{
    width: 300px;
    color: #003366;
    background-color: transparent;
}
table#sumhost td{
    padding: 4px 0;
    width: 75px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background-color: #337ab7;
    border: 1px solid #337ab7;
}
table#sumhost tr.data td{
    font-weight: normal;
    background-color: transparent;
    color: #003366;
}

/*
table#mohost{
    margin-top: 10px;
}
table#mohost td:first-child{
    width: 300px;
    color: #003366;
    background-color: transparent;
}
table#mohost td{
    padding: 4px 0;
    width: 75px;
    color: #fff;
    font-weight: bold;
    background-color: #337ab7;
    border: 1px solid #337ab7;
    text-align: center;
}
*/

table#sumhost tr.data-mo td:first-child{
    text-align: left;
}
table#sumhost tr.data-mo td{
    font-weight: normal;
    background-color: transparent;
    color: #003366;
}

span.ND{

}