﻿body {
    padding-top: 40px;
    padding-bottom: 10px;
    width: 100% !important;
    font-size: 12px !important;
}

.body-content {
    padding-left: 10px;
    padding-right: 10px;
}


.dl-horizontal dt {
    white-space: normal;
}


.menuBackgroundMain {
    /*background: #496999 !important;*/
    /*background: rgba(73,105,153, 0.60) !important;*/
    background: white !important;
    height: 58px !important;
}

.menuBackground {
    /*background: #496999 !important;*/
    /*background: rgba(73,105,153, 0.60) !important;*/
    background: rgba(0,45,93, 0.50) !important;
    height: 58px !important;
    vertical-align: central;
    padding-top: 8px;
}

.labelNormal {
    font-weight: normal !important;
}


.wide {
    text-align: right !important;
    width: 200px !important;
}

.Width50 {
    width: 50px !important;
    max-width: 50px !important;
}

.Width100 {
    width: 100px !important;
    max-width: 100px !important;
}

.Width150 {
    width: 150px !important;
    max-width: 150px !important;
}

.Width200 {
    width: 200px !important;
    max-width: 200px !important;
}

.Width300 {
    width: 300px !important;
    max-width: 300px !important;
}

.Width400 {
    width: 300px !important;
    max-width: 300px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 26px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 25px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        transition: .2s;
    }

/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider,
input[type="checkbox"]:checked + .slider {
    background-color: #2196F3;
}

/* include generated hidden field here */
input[type="checkbox"]:focus + input[type="hidden"] + .slider,
input[type="checkbox"]:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

/* include generated hidden field here */
input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
input[type="checkbox"]:checked + .slider:before {
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }





.SubSection {
    margin-left: 40px;
}

.clear {
    clear: both;
}


/*ul {
    list-style-type: none;
    padding: 0px;
}

    ul > li {
        padding: 2px;
    }*/






.table2 {
    border-collapse: collapse !important;
}

    .table2 td,
    .table2 th {
        background-color: #fff !important;
    }

.table2-bordered {
    font-size: 13px !important;
}

    .table2-bordered th,
    .table2-bordered td {
        border: 1px solid #ddd !important;
        padding: 3px;
    }


.table2 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}

    .table2 > thead > tr > th,
    .table2 > tbody > tr > th,
    .table2 > tfoot > tr > th {
        padding-left: 2px;
        padding-right: 2px;
        padding-bottom: 2px;
        padding-top: 0px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table2 > thead > tr > td,
    .table2 > tbody > tr > td,
    .table2 > tfoot > tr > td {
        padding: 2px;
        line-height: 1.42857143;
        vertical-align: top;
        border-top: 1px solid #dddddd;
    }

    .table2 > thead > tr > th {
        vertical-align: bottom;
        border-bottom: 2px solid #dddddd;
    }

    .table2 > caption + thead > tr:first-child > th,
    .table2 > colgroup + thead > tr:first-child > th,
    .table2 > thead:first-child > tr:first-child > th,
    .table2 > caption + thead > tr:first-child > td,
    .table2 > colgroup + thead > tr:first-child > td,
    .table2 > thead:first-child > tr:first-child > td {
        border-top: 0;
    }

    .table2 > tbody + tbody {
        border-top: 0px solid #dddddd;
    }

    .table2 .table2 {
        background-color: #ffffff;
    }

.table2-condensed > thead > tr > th,
.table2-condensed > tbody > tr > th,
.table2-condensed > tfoot > tr > th,
.table2-condensed > thead > tr > td,
.table2-condensed > tbody > tr > td,
.table2-condensed > tfoot > tr > td {
    padding: 5px;
}

.table2-bordered {
    border: 1px solid #dddddd;
    /*table-layout: fixed;*/
    width: 100%;
    overflow-x: visible;
}

    .table2-bordered > thead > tr > th,
    .table2-bordered > tbody > tr > th,
    .table2-bordered > tfoot > tr > th,
    .table2-bordered > thead > tr > td,
    .table2-bordered > tbody > tr > td,
    .table2-bordered > tfoot > tr > td {
        border: 1px solid #dddddd;
    }

    .table2-bordered > thead > tr > th,
    .table2-bordered > thead > tr > td {
        border-bottom-width: 2px;
    }



.table2-striped > tbody > tr:nth-child(odd) {
    background-color: #f9f9f9;
}

.table2-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table2 > thead > tr > td.active,
.table2 > tbody > tr > td.active,
.table2 > tfoot > tr > td.active,
.table2 > thead > tr > th.active,
.table2 > tbody > tr > th.active,
.table2 > tfoot > tr > th.active,
.table2 > thead > tr.active > td,
.table2 > tbody > tr.active > td,
.table2 > tfoot > tr.active > td,
.table2 > thead > tr.active > th,
.table2 > tbody > tr.active > th,
.table2 > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table2-hover > tbody > tr > td.active:hover,
.table2-hover > tbody > tr > th.active:hover,
.table2-hover > tbody > tr.active:hover > td,
.table2-hover > tbody > tr:hover > .active,
.table2-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table2 > thead > tr > td.success,
.table2 > tbody > tr > td.success,
.table2 > tfoot > tr > td.success,
.table2 > thead > tr > th.success,
.table2 > tbody > tr > th.success,
.table2 > tfoot > tr > th.success,
.table2 > thead > tr.success > td,
.table2 > tbody > tr.success > td,
.table2 > tfoot > tr.success > td,
.table2 > thead > tr.success > th,
.table2 > tbody > tr.success > th,
.table2 > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table2-hover > tbody > tr > td.success:hover,
.table2-hover > tbody > tr > th.success:hover,
.table2-hover > tbody > tr.success:hover > td,
.table2-hover > tbody > tr:hover > .success,
.table2-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table2 > thead > tr > td.info,
.table2 > tbody > tr > td.info,
.table2 > tfoot > tr > td.info,
.table2 > thead > tr > th.info,
.table2 > tbody > tr > th.info,
.table2 > tfoot > tr > th.info,
.table2 > thead > tr.info > td,
.table2 > tbody > tr.info > td,
.table2 > tfoot > tr.info > td,
.table2 > thead > tr.info > th,
.table2 > tbody > tr.info > th,
.table2 > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table2-hover > tbody > tr > td.info:hover,
.table2-hover > tbody > tr > th.info:hover,
.table2-hover > tbody > tr.info:hover > td,
.table2-hover > tbody > tr:hover > .info,
.table2-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table2 > thead > tr > td.warning,
.table2 > tbody > tr > td.warning,
.table2 > tfoot > tr > td.warning,
.table2 > thead > tr > th.warning,
.table2 > tbody > tr > th.warning,
.table2 > tfoot > tr > th.warning,
.table2 > thead > tr.warning > td,
.table2 > tbody > tr.warning > td,
.table2 > tfoot > tr.warning > td,
.table2 > thead > tr.warning > th,
.table2 > tbody > tr.warning > th,
.table2 > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table2-hover > tbody > tr > td.warning:hover,
.table2-hover > tbody > tr > th.warning:hover,
.table2-hover > tbody > tr.warning:hover > td,
.table2-hover > tbody > tr:hover > .warning,
.table2-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table2 > thead > tr > td.danger,
.table2 > tbody > tr > td.danger,
.table2 > tfoot > tr > td.danger,
.table2 > thead > tr > th.danger,
.table2 > tbody > tr > th.danger,
.table2 > tfoot > tr > th.danger,
.table2 > thead > tr.danger > td,
.table2 > tbody > tr.danger > td,
.table2 > tfoot > tr.danger > td,
.table2 > thead > tr.danger > th,
.table2 > tbody > tr.danger > th,
.table2 > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table2-hover > tbody > tr > td.danger:hover,
.table2-hover > tbody > tr > th.danger:hover,
.table2-hover > tbody > tr.danger:hover > td,
.table2-hover > tbody > tr:hover > .danger,
.table2-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table2-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table2-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #dddddd;
    }

        .table2-responsive > .table2 {
            margin-bottom: 0;
        }

            .table2-responsive > .table2 > thead > tr > th,
            .table2-responsive > .table2 > tbody > tr > th,
            .table2-responsive > .table2 > tfoot > tr > th,
            .table2-responsive > .table2 > thead > tr > td,
            .table2-responsive > .table2 > tbody > tr > td,
            .table2-responsive > .table2 > tfoot > tr > td {
                white-space: nowrap;
            }

        .table2-responsive > .table2-bordered {
            border: 0;
        }

            .table2-responsive > .table2-bordered > thead > tr > th:first-child,
            .table2-responsive > .table2-bordered > tbody > tr > th:first-child,
            .table2-responsive > .table2-bordered > tfoot > tr > th:first-child,
            .table2-responsive > .table2-bordered > thead > tr > td:first-child,
            .table2-responsive > .table2-bordered > tbody > tr > td:first-child,
            .table2-responsive > .table2-bordered > tfoot > tr > td:first-child {
                border-left: 0;
            }

            .table2-responsive > .table2-bordered > thead > tr > th:last-child,
            .table2-responsive > .table2-bordered > tbody > tr > th:last-child,
            .table2-responsive > .table2-bordered > tfoot > tr > th:last-child,
            .table2-responsive > .table2-bordered > thead > tr > td:last-child,
            .table2-responsive > .table2-bordered > tbody > tr > td:last-child,
            .table2-responsive > .table2-bordered > tfoot > tr > td:last-child {
                border-right: 0;
            }

            .table2-responsive > .table2-bordered > tbody > tr:last-child > th,
            .table2-responsive > .table2-bordered > tfoot > tr:last-child > th,
            .table2-responsive > .table2-bordered > tbody > tr:last-child > td,
            .table2-responsive > .table2-bordered > tfoot > tr:last-child > td {
                border-bottom: 0;
            }
}


.panel > .table2,
.panel > .table2-responsive > .table2,
.panel > .panel-collapse > .table2 {
    margin-bottom: 0;
}

    .panel > .table2 caption,
    .panel > .table2-responsive > .table2 caption,
    .panel > .panel-collapse > .table2 caption {
        padding-left: 15px;
        padding-right: 15px;
    }

    .panel > .table2:first-child,
    .panel > .table2-responsive:first-child > .table2:first-child {
        border-top-right-radius: 3px;
        border-top-left-radius: 3px;
    }

        .panel > .table2:first-child > thead:first-child > tr:first-child,
        .panel > .table2-responsive:first-child > .table2:first-child > thead:first-child > tr:first-child,
        .panel > .table2:first-child > tbody:first-child > tr:first-child,
        .panel > .table2-responsive:first-child > .table2:first-child > tbody:first-child > tr:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table2:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table2-responsive:first-child > .table2:first-child > thead:first-child > tr:first-child td:first-child,
            .panel > .table2:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table2-responsive:first-child > .table2:first-child > tbody:first-child > tr:first-child td:first-child,
            .panel > .table2:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table2-responsive:first-child > .table2:first-child > thead:first-child > tr:first-child th:first-child,
            .panel > .table2:first-child > tbody:first-child > tr:first-child th:first-child,
            .panel > .table2-responsive:first-child > .table2:first-child > tbody:first-child > tr:first-child th:first-child {
                border-top-left-radius: 3px;
            }

            .panel > .table2:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table2-responsive:first-child > .table2:first-child > thead:first-child > tr:first-child td:last-child,
            .panel > .table2:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table2-responsive:first-child > .table2:first-child > tbody:first-child > tr:first-child td:last-child,
            .panel > .table2:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table2-responsive:first-child > .table2:first-child > thead:first-child > tr:first-child th:last-child,
            .panel > .table2:first-child > tbody:first-child > tr:first-child th:last-child,
            .panel > .table2-responsive:first-child > .table2:first-child > tbody:first-child > tr:first-child th:last-child {
                border-top-right-radius: 3px;
            }

    .panel > .table2:last-child,
    .panel > .table2-responsive:last-child > .table2:last-child {
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

        .panel > .table2:last-child > tbody:last-child > tr:last-child,
        .panel > .table2-responsive:last-child > .table2:last-child > tbody:last-child > tr:last-child,
        .panel > .table2:last-child > tfoot:last-child > tr:last-child,
        .panel > .table2-responsive:last-child > .table2:last-child > tfoot:last-child > tr:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .panel > .table2:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table2-responsive:last-child > .table2:last-child > tbody:last-child > tr:last-child td:first-child,
            .panel > .table2:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table2-responsive:last-child > .table2:last-child > tfoot:last-child > tr:last-child td:first-child,
            .panel > .table2:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table2-responsive:last-child > .table2:last-child > tbody:last-child > tr:last-child th:first-child,
            .panel > .table2:last-child > tfoot:last-child > tr:last-child th:first-child,
            .panel > .table2-responsive:last-child > .table2:last-child > tfoot:last-child > tr:last-child th:first-child {
                border-bottom-left-radius: 3px;
            }

            .panel > .table2:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table2-responsive:last-child > .table2:last-child > tbody:last-child > tr:last-child td:last-child,
            .panel > .table2:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table2-responsive:last-child > .table2:last-child > tfoot:last-child > tr:last-child td:last-child,
            .panel > .table2:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table2-responsive:last-child > .table2:last-child > tbody:last-child > tr:last-child th:last-child,
            .panel > .table2:last-child > tfoot:last-child > tr:last-child th:last-child,
            .panel > .table2-responsive:last-child > .table2:last-child > tfoot:last-child > tr:last-child th:last-child {
                border-bottom-right-radius: 3px;
            }

    .panel > .panel-body + .table2,
    .panel > .panel-body + .table2-responsive,
    .panel > .table2 + .panel-body,
    .panel > .table2-responsive + .panel-body {
        border-top: 1px solid #dddddd;
    }

    .panel > .table2 > tbody:first-child > tr:first-child th,
    .panel > .table2 > tbody:first-child > tr:first-child td {
        border-top: 0;
    }

.panel > .table2-bordered,
.panel > .table2-responsive > .table2-bordered {
    border: 0;
}

    .panel > .table2-bordered > thead > tr > th:first-child,
    .panel > .table2-responsive > .table2-bordered > thead > tr > th:first-child,
    .panel > .table2-bordered > tbody > tr > th:first-child,
    .panel > .table2-responsive > .table2-bordered > tbody > tr > th:first-child,
    .panel > .table2-bordered > tfoot > tr > th:first-child,
    .panel > .table2-responsive > .table2-bordered > tfoot > tr > th:first-child,
    .panel > .table2-bordered > thead > tr > td:first-child,
    .panel > .table2-responsive > .table2-bordered > thead > tr > td:first-child,
    .panel > .table2-bordered > tbody > tr > td:first-child,
    .panel > .table2-responsive > .table2-bordered > tbody > tr > td:first-child,
    .panel > .table2-bordered > tfoot > tr > td:first-child,
    .panel > .table2-responsive > .table2-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .panel > .table2-bordered > thead > tr > th:last-child,
    .panel > .table2-responsive > .table2-bordered > thead > tr > th:last-child,
    .panel > .table2-bordered > tbody > tr > th:last-child,
    .panel > .table2-responsive > .table2-bordered > tbody > tr > th:last-child,
    .panel > .table2-bordered > tfoot > tr > th:last-child,
    .panel > .table2-responsive > .table2-bordered > tfoot > tr > th:last-child,
    .panel > .table2-bordered > thead > tr > td:last-child,
    .panel > .table2-responsive > .table2-bordered > thead > tr > td:last-child,
    .panel > .table2-bordered > tbody > tr > td:last-child,
    .panel > .table2-responsive > .table2-bordered > tbody > tr > td:last-child,
    .panel > .table2-bordered > tfoot > tr > td:last-child,
    .panel > .table2-responsive > .table2-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .panel > .table2-bordered > thead > tr:first-child > td,
    .panel > .table2-responsive > .table2-bordered > thead > tr:first-child > td,
    .panel > .table2-bordered > tbody > tr:first-child > td,
    .panel > .table2-responsive > .table2-bordered > tbody > tr:first-child > td,
    .panel > .table2-bordered > thead > tr:first-child > th,
    .panel > .table2-responsive > .table2-bordered > thead > tr:first-child > th,
    .panel > .table2-bordered > tbody > tr:first-child > th,
    .panel > .table2-responsive > .table2-bordered > tbody > tr:first-child > th {
        border-bottom: 0;
    }

    .panel > .table2-bordered > tbody > tr:last-child > td,
    .panel > .table2-responsive > .table2-bordered > tbody > tr:last-child > td,
    .panel > .table2-bordered > tfoot > tr:last-child > td,
    .panel > .table2-responsive > .table2-bordered > tfoot > tr:last-child > td,
    .panel > .table2-bordered > tbody > tr:last-child > th,
    .panel > .table2-responsive > .table2-bordered > tbody > tr:last-child > th,
    .panel > .table2-bordered > tfoot > tr:last-child > th,
    .panel > .table2-responsive > .table2-bordered > tfoot > tr:last-child > th {
        border-bottom: 0;
    }

.panel > .table2-responsive {
    border: 0;
    margin-bottom: 0;
}






.my_div_group {
    float: left;
    width: 400px;
    margin: 15px;
    padding: 15px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.79);
    -moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.79);
    -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.79);
}

.my_div_row label {
    width: 100px;
    display: block;
    float: left;
    font-weight: bold;
}

.my_div_row span {
    width: 250px;
    display: block;
    float: left;
}

.my_div_row {
    height: 25px;
}


@media print {
    table {
        page-break-after: auto;
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto
    }

    td {
        page-break-inside: avoid;
        page-break-after: auto
    }

    thead {
        display: table-header-group
    }

    tfoot {
        display: table-footer-group
    }
}




.table2-ArmGroup {
    font-size: 13px !important;
}

    .table2-ArmGroup th,
    .table2-ArmGroup td {
        border: 1px solid #f5f5f5 !important;
        white-space: normal;
        padding: 5px;
    }

        .table2-ArmGroup th:nth-child(2),
        .table2-ArmGroup td:nth-child(2) {
            border: 1px solid #f5f5f5 !important;
            width: 70%;
            padding: 5px;
        }


.table2-ArmGroup {
    border: 1px solid #dddddd;
    /*table-layout: fixed;*/
    width: 100%;
    padding-right: 10px;
    overflow-x: visible;
}

    .table2-ArmGroup > thead > tr > th,
    .table2-ArmGroup > tbody > tr > th,
    .table2-ArmGroup > tfoot > tr > th,
    .table2-ArmGroup > thead > tr > td,
    .table2-ArmGroup > tbody > tr > td,
    .table2-ArmGroup > tfoot > tr > td {
        border: 1px solid #dddddd;
        padding: 5px;
        overflow-x: visible;
    }

    .table2-ArmGroup > thead > tr > th,
    .table2-ArmGroup > thead > tr > td {
        border-bottom-width: 2px;
    }





.table2-ArmGroup2 {
    font-size: 13px !important;
}

    .table2-ArmGroup2 th,
    .table2-ArmGroup2 td {
        border: 1px solid #f5f5f5 !important;
        white-space: normal;
        padding: 5px;
    }

        .table2-ArmGroup2 th:nth-child(2),
        .table2-ArmGroup2 td:nth-child(2) {
            border: 1px solid #f5f5f5 !important;
            width: 50%;
            padding: 5px;
        }


.table2-ArmGroup2 {
    border: 1px solid #dddddd;
    /*table-layout: fixed;*/
    width: 100%;
    padding-right: 10px;
    overflow-x: visible;
}

    .table2-ArmGroup2 > thead > tr > th,
    .table2-ArmGroup2 > tbody > tr > th,
    .table2-ArmGroup2 > tfoot > tr > th,
    .table2-ArmGroup2 > thead > tr > td,
    .table2-ArmGroup2 > tbody > tr > td,
    .table2-ArmGroup2 > tfoot > tr > td {
        border: 1px solid #dddddd;
        padding: 5px;
        overflow-x: visible;
    }

    .table2-ArmGroup2 > thead > tr > th,
    .table2-ArmGroup2 > thead > tr > td {
        border-bottom-width: 2px;
    }




.table2-Table {
    font-size: 13px !important;
    border: 1px solid #dddddd;
    width: 100%;
    padding-right: 10px;
    word-wrap: break-word;
}

    .table2-Table th,
    .table2-Table td {
        border: 1px solid #f5f5f5 !important;
        padding: 5px;
    }



    .table2-Table > thead > tr > th,
    .table2-Table > tbody > tr > th,
    .table2-Table > tfoot > tr > th,
    .table2-Table > thead > tr > td,
    .table2-Table > tbody > tr > td,
    .table2-Table > tfoot > tr > td {
        border: 1px solid #dddddd;
        padding: 5px;
        overflow-wrap: break-word;
    }

    .table2-Table > thead > tr > th,
    .table2-Table > thead > tr > td {
        border-bottom-width: 2px;
        overflow-wrap: break-word;
    }

.smallfont {
    font-size: 10px !important;
}



@media (min-width: 500px) {
    .dl-horizontal2 dt {
        float: left;
        width: 400px;
        clear: left;
        text-align: right;
        text-wrap: normal;
        padding: 3px;
        white-space: normal;
    }

    .dl-horizontal2 dd {
        margin-left: 400px;
        padding: 3px;
        text-wrap: normal;
        white-space: normal;
    }
}

@media (max-width: 500px) {
    .dl-horizontal2 dt {
        clear: left;
        text-wrap: normal;
        white-space: normal;
        padding-left: 3px;
        padding-right: 2px;
        padding-top: 3px;
        padding-bottom: 0px;
    }

    .dl-horizontal2 dd {
        text-wrap: normal;
        /*white-space: pre;*/
        padding-left: 40px;
        padding-right: 2px;
        padding-top: 0px;
        padding-bottom: 8px;
    }
}


.dl-horizontal2 dd:before,
.dl-horizontal2 dd:after {
    content: " ";
    display: table;
}

.dl-horizontal2 dd:after {
    clear: both;
}


.divSection1 {
    padding-left: 0px;
}

.divSection2 {
    padding-left: 0px;
}

.divSection3 {
    padding-left: 0px;
}

.divSection4 {
    padding-left: 0px;
}

.ArmTH {
    width: 100px !important;
    text-align: right !important;
}

.ArmTHCol {
    text-align: center !important;
}

.divInline {
    display: inline-block;
}




@media (min-width: 500px) {
    .dl-horizontal3 dt {
        float: left;
        width: 200px;
        clear: left;
        padding: 3px;
        text-align: right;
        text-wrap: normal;
        white-space: normal;
    }

    .dl-horizontal3 dd {
        margin-left: 200px;
        padding: 3px;
        text-wrap: normal;
        white-space: normal;
    }
}

.dl-horizontal3 dd:before,
.dl-horizontal3 dd:after {
    content: " ";
    display: table;
}

.dl-horizontal3 dd:after {
    clear: both;
}





@media (min-width: 500px) {
    .dl-horizontal4 dt {
        float: left;
        width: 250px;
        clear: left;
        padding: 3px;
        text-align: right;
        text-wrap: normal;
        white-space: normal;
    }

    .dl-horizontal4 dd {
        margin-left: 250px;
        padding: 3px;
        text-wrap: normal;
        white-space: normal;
    }
}

.dl-horizontal4 dd:before,
.dl-horizontal4 dd:after {
    content: " ";
    display: table;
}

.dl-horizontal4 dd:after {
    clear: both;
}



.linkButtonEdit a {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*font-family: arial,sans-serif;*/
    color: #069;
    text-decoration: none;
    cursor: pointer;
}

    .linkButtonEdit a:hover {
        background: none !important;
        border: none;
        padding: 0 !important;
        /*font-family: arial,sans-serif;*/
        color: #069;
        text-decoration: underline;
        cursor: pointer;
    }

.linkButtonDelete a {
    background: none !important;
    border: none;
    padding: 0 !important;
    /*font-family: arial,sans-serif;*/
    color: darkred;
    text-decoration: none;
    cursor: pointer;
}

    .linkButtonDelete a:hover {
        background: none !important;
        border: none;
        padding: 0 !important;
        /*font-family: arial,sans-serif;*/
        color: darkred;
        text-decoration: underline;
        cursor: pointer;
    }
