﻿:root {
    --maincolor: #0b304f;
}

/*************** Reset style ***************/
html, body, div, span, applet, object, iframe, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
, caption, tbody, tfoot, thead, tr, th, td, h4, h5, h6 {
    background: transparent;
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}

*:focus {
    outline: none;
}

/*************** Main style ***************/
html, body {
    background-color: #EEE;
    color: #292929;
    /*font: 12px "Segoe UI", Arial, sans-serif;*/
    font: 12px Arial;
    margin: 0;
    height: 100%;
    font: 12px "Trebuchet MS";
}

#container {
    margin: 0 auto;
    width: 1000px;
}

.header {
    height: 50px;
    border: solid 0px #ffffff;
}

.logo {
    background: #fff url(/include/img/top.jpg) top left no-repeat;
}

.logotest {
    background: #fff url(/include/img/toptest.jpg) top left no-repeat;
}

.logo-fi {
    background: #fff url(/include/img/top-fi.jpg) top left no-repeat;
}

.logotest-fi {
    background: #fff url(/include/img/toptest-fi.jpg) top left no-repeat;
}

.header #loginInfo {
    float: right;
    position: relative;
    top: 0px;
    color: #ffffff;
    /*text-align: right;*/
    font-weight: bold;
}

    .header #loginInfo a {
        color: #ffffff;
    }

.header #logo {
    float: left;
    position: relative;
}

#nav {
    float: left;
    border-bottom: 1px solid #CCC;
    width: 100%;
}

#mainContent {
    float: left;
    border-left: solid 1px silver;
    border-right: solid 1px silver;
    border-bottom: solid 1px silver;
    margin: 0;
    padding: 0;
    background-color: #EEE;
    width: 100%;
}

#mainPopup {
    float: left;
    /*background-color: #EEE;*/
    width: 100%;
}

#main {
    float: left;
    /*background-image: url(/include/img/sidebar_bg_150.jpg);*/
    /*background-repeat: repeat-y;*/
    /*background-position: right;*/
    background-color: #fff;
    min-height: 400px;
    width: 100%;
}

@media only screen and (max-width: 1300px) {
    #main {
        padding-left: 50px;
    }
}

#mainFull {
    float: left;
    padding: 20px;
    min-height: 400px;
    width: 960px;
    background-color: #fff;
}

#content {
    float: left;
    padding: 0 10px 10px;
    width: 830px;
}

#contentPopup {
    float: left;
    padding: 0 10px 10px;
    /*width: 95%;*/
}

#sidebar {
    /*float: right;*/
    /*padding: 10px 0 5px 0px;
    width: 150px;
    position: fixed;
    left: 0;*/
}

#footer {
    clear: both;
    background-color: #F9F9F9;
    border-top: 1px solid #CCC;
    height: 15px;
    line-height: 15px;
    padding: 10px;
    text-align: center;
}

#newItem {
    position: relative;
    float: right;
    top: 20px;
}

    #newItem img {
        vertical-align: text-bottom;
    }

#SearchPopup {
    z-index: 9000;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
}

.aligntop {
    vertical-align: top;
}


.push {
    height: 2px;
}

ul, ol {
    margin: 13px 0 13px 15px;
    padding: 0;
}

    ul li, ol li {
        line-height: 1.7;
        margin: 0 0 2px 0;
        padding: 0;
    }

h1, h2, h3, h4, h5, h6 {
    color: #444;
    line-height: 1.2;
    padding: 5px 5px 5px 0;
    text-align: left;
    margin: 10px 0;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        color: #444;
    }

        h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
            text-decoration: none;
        }

h1 {
    /*border-bottom: 1px solid #CCC;*/
    font-size: 17px;
    height: 32px;
    line-height: 32px;
    margin: 20px 0;
    padding: 0 0 0 5px;
    display: inline-block;
}

h2 {
    border-bottom: 1px solid #CCC;
    font-size: 17px;
    height: 32px;
    line-height: 32px;
    margin: 20px 0;
    padding: 0 0 0 5px;
}

h3 {
    /*border-bottom: 1px solid #CCC;*/
    font-size: 13px;
    height: 32px;
    line-height: 32px;
    padding: 0 0 0 15px;
}

h4 {
    font-size: 13px;
}

h5 {
    font-size: 12px;
    float: left;
    padding: 0 0 8px 5px;
    margin: 10px 0 0 0;
}

h6 {
    font-size: 11px;
}

p {
    line-height: 1.6;
    margin: 5px 0;
    /*text-align: justify;*/
}

a {
    color: #C91C22;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

    a:active {
    }

    a:visited {
    }

.pad-lr {
    padding: 0 5px;
}

.pad-tb {
    padding: 20px 0px;
}

.pad-top {
    padding-top: 30px;
}

.pad-bottom {
    padding-bottom: 30px;
}

.center {
    text-align: center;
}

.gridHyperLinkRed a {
    color: #C91C22 !important;
    text-decoration: none;
}

.lblSubHeader {
    text-decoration: underline;
    font-size: 13px;
}

    .lblSubHeader.bold {
        font-weight: bold;
    }

.ToolTipFontSize {
    font-size: 12px !important;
}

/*************** Form ***************/
form .region {
    float: left;
    /*border: 1px solid #eee;*/
    /*margin: 0px 0;*/
    /*padding: 5px;*/
    /*background-color: #f5f5f5;*/
    /*width: 820px;*/
}

form .left {
    float: left;
    width: 450px;
}

form .right {
    float: right;
    width: 300px;
}

form .leftcenter {
    float: left;
    width: 405px;
}

form .rightcenter {
    float: right;
    width: 395px;
}

form .full {
    float: left;
    width: 820px;
}

form fieldset {
    border: 1px solid silver;
    margin: 0px 0;
    padding: 10px;
}

form legend {
    border-left: 0 solid #EEE;
    border-right: 0 solid #EEE;
    font-weight: bold;
    padding: 5px 10px;
}

form input {
    font: 12px Segoe UI,Arial,sans-serif;
    color: #292929;
}

form td.disabled {
    background-color: #e3e3e3;
}

form .locked {
    color: silver;
}

form .formTable td {
    height: 20px;
    line-height: 25px;
    padding: 0 2px;
}

form .formTable .label {
}

form .formTable .content {
    font-style: italic;
}

form .formTable .lockedContent {
    background-color: #e3e3e3;
}

form .communicationselect {
    text-align: center;
    padding-top: 20px;
}

    form .communicationselect .communicationbutton {
        margin-left: 5px;
        margin-top: 10px;
    }

/*************** Right usercontrols ***************/
.Header {
    margin: 0px 0px 0px;
    padding: 6px 0px 0px 0px;
    float: none;
}

/*************** Sidebar ***************/
ul#nav-menu {
    list-style: none;
    margin: 0 0 0 10px;
    padding: 0;
}

    ul#nav-menu li {
        float: left;
        font-size: 14px;
        line-height: 40px;
        margin: 0 10px 0 0;
        padding: 0;
    }

        ul#nav-menu li a {
            color: #444;
            display: block;
            line-height: 24px;
            margin: 8px 0;
            padding: 0 10px;
        }

            ul#nav-menu li a:hover {
                -moz-border-radius: 6px;
                -webkit-border-radius: 6px;
                background-color: #777;
                color: #FFF;
                cursor: pointer;
                text-decoration: none;
            }

            ul#nav-menu li a:active {
                background: #777;
            }

            ul#nav-menu li a.active {
                -moz-border-radius: 6px;
                -webkit-border-radius: 6px;
                background-color: #777;
                color: #FFF;
            }

ul#nav-side-relatedmenu li {
    list-style: none;
}

ul#nav-side-localmenu li {
    margin: 0 0 0 10px;
}

/*************** Notifications ***************/
.notification {
    position: relative;
    margin: 0 0 15px 0;
    padding: 15px 0 10px 30px;
    border: 1px solid #e2e2e2;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.28);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.28);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.28);
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
    font-size: 13px;
    width: 1166px;
}

.LoginBox .notification {
    /*position: absolute;*/
    /*left: 100%;*/
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 0;
    top: 0;
    width: 90%;
}

.attention {
    background: #fff url('/include/img/icons/icon_alert.png') no-repeat;
    color: #292929;
}

.information {
    background: #fff url('/include/img/icons/icon_alert.png');
    color: #292929;
    margin: 0 20px;
    width: 96.5%;
}

.success {
    background: #fff url('/include/img/icons/icon_alert_green.png');
    color: #292929;
}

.error {
    background: #fff url('/include/img/icons/icon_alert_red.png');
    color: #292929;
}

    .error .popup {
        width: 100% !important;       
    }

.notification div {
    display: block;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 10px 10px 36px;
    line-height: 1.5em;
}

.notification .close {
    color: #292929;
    font-size: 9px;
    position: absolute;
    right: 25px;
    top: 25px;
}

    .notification .close img {
        vertical-align: middle;
    }

.notification div.closeMsg {
    font-size: 12px;
    color: #292929;
    display: inline-block;
    padding: 0;
    margin-right: 5px;
    vertical-align: middle;
}

.notification .FieldStatusBox {
    font-size: 12px;
    font-weight: normal;
    padding: 10px 0 0 30px;
    padding-left: 30px;
}

/************ Buttons ************/

.searchbuttons {
    width: 50%;
    display: inline-block;
    margin-top: 10px;
    margin-right: 15px;
    clear: both;
    text-align: right;
}

.saveButton {
    text-align: center !important;
}

.buttons {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    margin-right: 15px;
    clear: both;
    text-align: right;
}

    .buttons.butcenter {
        text-align: center;
    }

    .buttons.butleft {
        text-align: left;
    }

.button {
    font-family: Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
    padding: 4px 20px 4px 20px !important;
    color: #fff !important;
    font-size: 13px !important;
    cursor: pointer;
    border-radius: 3px;
}

    .button:hover {
        text-decoration: underline;
    }

    .button:active {
        padding: 5px 20px 3px 20px !important;
    }

.red {
    border: 1px solid #e51010 !important;
    background-color: #e51010;
}

.green {
    border: 1px solid #549B3C !important;
    background-color: #549B3C;
}

.bigred {
    border: 1px solid #e51010 !important;
    background-color: #e51010;
    height: 50px;
    font-size: 16px !important;
    font-weight: normal;
}

.biggreen {
    border: 1px solid #549B3C !important;
    background-color: #549B3C;
    height: 50px;
    font-size: 16px !important;
    font-weight: normal;
}

.popup {
    background-color: #5599C3;
    border: 1px solid #5599C3 !important;
}

.bigpopup {
    border: 1px solid #5599C3 !important;
    background-color: #5599C3;
    height: 50px;
    font-size: 16px !important;
    font-weight: normal;
}

.sectionmultibutton {
    margin-right: 10px !important;
}

.sectionbutton {
    margin-right: 100px !important;
}

.iconButton {
    font-family: Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
    padding: 6px 20px 5px 30px !important;
    color: #fff !important;
    font-size: 13px !important;
    cursor: pointer;
    border-radius: 3px;
    background-color: #00905f;
    border: 1px solid #00905f !important;
}

.search {
    background-image: url('/include/img/icon_16_dark_search.png');
    background-position-x: 10px;
    background-position-y: center;
    background-repeat: no-repeat;
}

.tournament {
    background-image: url('/include/img/icon_16_dark_search.png');
    background-position-x: 10px;
    background-position-y: center;
    background-repeat: no-repeat;
}

.communicationbutton {
    font-family: "Trebuchet MS";
    font-weight: bold;
    display: inline-block;
    width: 190px;
    height: 60px;
    color: #fff !important;
    font-size: 14px !important;
    cursor: pointer;
    border-radius: 3px;
    background-color: var(--maincolor);
    vertical-align: top;
    white-space: normal;
    padding: 0px 30px;
    border: 0;
    margin-left: 5px;
    position: relative;
}

    .communicationbutton:hover {
        text-decoration: underline;
    }

    .communicationbutton:active {
        padding: 5px 30px 3px 30px !important;
        white-space: normal;
    }

    .communicationbutton.selected {
        background-color: #cb8529;
        background-image: url("/include/img/icons/checkmark.png");
        background-repeat: no-repeat;
        background-position: 10px center;
    }

.buttonHoverHideFU {
    background-color: #447b9d;
}

/************ RadGrid ************/
.noresults {
    width: 100%;
    text-align: center;
    padding: 10px 0px 10px 0px;
    background-color: #fff;
    font-weight: bold;
}

.GridRowHeader {
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    padding-left: 20px;
}

.EditFormButtonRow td {
    padding: 0px 7px 4px !important;
}

.EditForm td {
    min-width: 100px !important;
}

.SingleGroupHeader {
    font-size: 13px;
    line-height: 1.5em;
}

.GridRowHeaderLastItemButton {
    padding-right: 120px;
    height: 35px;
}

/************ Login ************/

.LoginBG {
    background-color: #eee;
}

.LoginBox {
    background-color: #fff;
    border: 0px solid #CCC;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 500px;
    /*height: 200px;*/
    padding-bottom: 20px;
    margin-left: -250px;
    margin-top: -100px;
    -webkit-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.14);
    border-radius: 4px 4px 4px 4px;
}

.loginHeaderWrap {
    background-color: var(--maincolor);
    height: 30px;
    padding: 10px 0px 10px 10px;
    border-radius: 4px 4px 0px 0px;
    border-bottom: 5px solid #292929;
}

    .loginHeaderWrap .headerText {
        margin: 0 auto;
        text-align: center;
        color: white;
        position: absolute;
    }

    .loginHeaderWrap .sysName {
        font-size: 24px;
        font-weight: bold;
        text-transform: uppercase;
    }

/*************** Print ***************/
.pagebreak {
    page-break-after: always;
    height: 0px;
}

/*************** Score and ScoreLine ***************/
.PoolScore {
    width: 100%;
}

    .PoolScore th {
        padding: 5px 7px 4px 7px;
        font-weight: normal;
        vertical-align: baseline;
        text-align: left;
    }

    .PoolScore td {
        padding: 4px 7px 3px 7px;
    }

    .PoolScore .info {
        width: 180px;
    }

    .PoolScore .name {
        width: 180px;
    }

    .PoolScore .nowrap {
        white-space: nowrap;
    }

    .PoolScore tr.lineType1 td {
        padding: 0;
        height: 3px;
        background: url('/Include/Img/linetype1.gif');
    }

    .PoolScore tr.lineType2 td {
        padding: 0;
        height: 3px;
        background: url('/Include/Img/linetype2.gif');
    }

.HeaderBar {
    height: 25px;
    width: 100px;
    background-color: #484c4f;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border: 4px solid white;
    border-top: 0;
    position: fixed;
    margin: 0 auto;
    top: 2;
    left: 45%;
    z-index: 66896396;
}

/*#region progressTracker */

ul.progressTracker {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul.progressTracker li {
        float: left;
        font-size: 13px;
        margin: 0 0px 0 0;
        width: 25%;
        color: silver;
        line-height: 30px;
        position: relative;
    }

        ul.progressTracker li.last {
            background-image: none;
        }

    ul.progressTracker .liStep {
        padding-left: 30px;
    }

        ul.progressTracker .liStep .number {
            font-size: 20px;
            font-weight: bold;
            margin-right: 10px;
            color: silver;
        }

    ul.progressTracker li.current {
        font-weight: bold;
        background-color: var(--maincolor);
        color: white;
    }

    ul.progressTracker li:after {
        content: "";
        height: 33px;
        width: 33px;
        position: absolute;
        right: -17px;
        top: 0;
        background-image: url('/Include/Img/stepDivider_2.png');
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 2;
    }

    ul.progressTracker li.current:after {
        content: "";
        height: 33px;
        width: 33px;
        position: absolute;
        right: -17px;
        top: 0;
        background-image: url('/Include/Img/stepDivider.png');
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        z-index: 2;
    }

    ul.progressTracker li.last:after {
        background-image: none;
    }

    ul.progressTracker li.link {
        cursor: pointer;
        background-color: #549B3C;
    }

    ul.progressTracker li.current .number {
        color: white;
    }

/*#region Static Tables */

.staticTable {
    border: 1px solid #cbcbcb;
    border-collapse: collapse;
}

    .staticTable thead td {
        background: url('/Include/Img/titleBg.png') repeat-x;
        color: #565656;
        font-size: 13px;
        font-weight: normal;
        padding: 3px 8px 2px 8px;
    }

    .staticTable td {
        font-size: 12px;
        line-height: 26px;
        border-bottom: 1px solid #cbcbcb;
        border-left: 1px solid #cbcbcb;
        color: #595959;
        padding: 3px 8px 2px 8px;
    }

        .staticTable td.subheadline {
            border-left: 0px;
            border-top: 0px;
            border-right: 0px;
            line-height: 50px;
        }

    .staticTable thead td a {
        color: #878787;
    }

.top {
    background-color: #FEFCFD;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    overflow: hidden;
}

.GroupHeaderSecondLabel {
    float: right;
    margin-right: 45px;
}


.frontpageHeader {
    height: 50px;
    width: 75%;
    background-color: var(--maincolor);
    -webkit-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.14);
    box-shadow: 4px 4px 2px 0px rgba(0, 0, 0, 0.14);
    border-radius: 4px 4px 0 0;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
}

.fpnHeader {
    margin-bottom: 0;
}

.frontpageNews {
    background: rgba(244, 244, 244, 1);
    width: 75%;
    padding-top: 5px;
}

.frontpageHeader h3 {
    color: white;
    line-height: 50px;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 35px;
}

.frontpageItem {
    color: #000 !important;
    /*text-decoration: underline;*/
    margin-left: 15px;
    font-weight: bold;
}

.fph_competition {
    background-image: url(/include/img/icons/icon_competition_w.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: inherit;
    margin-left: 10px;
}

.fph_match {
    background-image: url(/include/img/icons/icon_match_w.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: inherit;
    margin-left: 10px;
}

.fph_result {
    background-image: url(/include/img/icons/icon_result_w.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: inherit;
    margin-left: 10px;
}

.fph_referee {
    background-image: url(/include/img/icons/icon_referee_w.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: inherit;
    margin-left: 10px;
}

.fph_news {
    background-image: url(/include/img/icons/icon_news_w.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: inherit;
    margin-left: 10px;
}

.fph_excel {
    background-image: url(/include/img/icons/icon_edit_w.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: inherit;
    margin-left: 10px;
}

.fph_headerLink {
    position: absolute;
    color: white !important;
    top: 16px;
    right: 20px;
    font-size: 13px;
}

    .fph_headerLink a {
        color: white;
    }

.fph_headerLinkDouble {
    top: 8px;
}

    .fph_headerLinkDouble a div:first-child {
        margin-bottom: 2px;
    }

.fph_add_16 {
    background-image: url(/include/img/icons/icon_add_w_16x.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    height: 16px;
}

.fph_search_16 {
    background-image: url(/include/img/icons/icon_search_w_16x.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    height: 16px;
}

.sbi_competition {
    background-image: url(/include/img/icons/icon_competition.png);
}

    .sbi_competition:hover {
        background-image: url(/include/img/icons/icon_competition_w.png);
    }

.sbi_delete {
    background-image: url(/include/img/icons/icon_delete.png);
}

    .sbi_delete:hover {
        background-image: url(/include/img/icons/icon_delete_w.png);
    }

.sbi_excel {
    background-image: url(/include/img/icons/icon_excel.png);
}

    .sbi_excel:hover {
        background-image: url(/include/img/icons/icon_excel_w.png);
    }

.sbi_matchfieldtime {
    background-image: url(/include/img/icons/icon_matchFieldTime.png);
}

    .sbi_matchfieldtime:hover {
        background-image: url(/include/img/icons/icon_matchFieldTime_w.png);
    }

.sbi_pool {
    background-image: url(/include/img/icons/icon_pool.png);
}

    .sbi_pool:hover {
        background-image: url(/include/img/icons/icon_pool_w.png);
    }

.sbi_row {
    background-image: url(/include/img/icons/icon_row.png);
}

    .sbi_row:hover {
        background-image: url(/include/img/icons/icon_row_w.png);
    }

.sbi_save {
    background-image: url(/include/img/icons/icon_save.png);
}

    .sbi_save:hover {
        background-image: url(/include/img/icons/icon_save_w.png);
    }

.sbi_matchtime {
    background-image: url(/include/img/icons/icon_seeMatchTimes.png);
}

    .sbi_matchtime:hover {
        background-image: url(/include/img/icons/icon_seeMatchTimes_w.png);
    }

.sbi_table {
    background-image: url(/include/img/icons/icon_table.png);
}

    .sbi_table:hover {
        background-image: url(/include/img/icons/icon_table_w.png);
    }

.sbi_team {
    background-image: url(/include/img/icons/icon_team.png);
}

    .sbi_team:hover {
        background-image: url(/include/img/icons/icon_team_w.png);
    }

.sbi_teamchange {
    background-image: url(/include/img/icons/icon_teamChange.png);
}

    .sbi_teamchange:hover {
        background-image: url(/include/img/icons/icon_teamChange_w.png);
    }

.sbi_teampool {
    background-image: url(/include/img/icons/icon_teampool.png);
}

    .sbi_teampool:hover {
        background-image: url(/include/img/icons/icon_teampool_w.png);
    }

.sbi_green {
    background-color: #549B3C;
}

.sbi_red {
    background-color: #eb1212;
}

/* RadComboBox */

.rc_muliticolumn {
    margin: 0;
    padding: 0 5px 0 0;
    line-height: 11px !important;
    float: left;
    list-style-type: none;
}

.rc_mulitirow {
    margin: 0;
    padding: 0 5px 0 0;
    line-height: 11px !important;
    float: left;
    list-style-type: none;
    padding: 10px 0px 10px 0px;
    margin-left: 8px;
}

input[type="radio"] {
    margin-left: 0px;
}


/*************** FileUpload ***************/
.file-wrapper {
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    position: relative;
}

    .file-wrapper input {
        cursor: pointer;
        font-size: 100px;
        filter: alpha(opacity=1);
        -moz-opacity: 0.01;
        opacity: 0.01;
        position: absolute;
        right: 0;
        top: 0;
    }

    .file-wrapper .button {
        line-height: normal !important;
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

/*************** Distance Point ***************/
.DistancePoint {
    width: 100%;
}

    .DistancePoint th {
        padding: 5px 7px 4px 7px;
        text-align: left;
        font-weight: bold;
        text-decoration: underline;
    }

    .DistancePoint td {
        padding: 4px 7px 3px 7px;
    }
