﻿body {
    font-family: Segoe UI, Arial, Helvetica, sans-serif;
    margin: 0px;
    padding: 0px;
}

#rblReadingIndex td {
    padding: 10px !important;
}



#ctl00_ContentPlaceHolder1_rblReadingIndex td {
    padding-right: 15px !important;
}


.validator {
    display: block;
    font-size: 12px;
    color: red;
}

.validator2 {
    color: red;
    font-size: 12px;
    font-weight: bold;
}

.dynamicMenuStyle {
    background-color: #999999;
    z-index: 100000;
}

.helptitle {
    font-weight: bold;
}

.dynamicMenuItemStyle {
    font-weight: bold;
    color: White;
    background-color: #999999;
    border-top: solid 1px #bbbbbb;
    padding: 3px;
    min-width: 150px;
}

a {
    color: #333333;
}


menuelement img {
    width: 15px;
}

.dynamicHoverStyle {
    font-weight: bold;
    color: White;
    background-color: #888888;
    border-top: solid 1px #bbbbbb;
    padding: 3px;
}

.menu {
    margin-top: 5px;
    margin-left: 70px;
    /*height: 20px;*/
}

.staticMenuStyle {
    background-color: #999999;
    /*background-image: url(../Images/TopNav.jpg);*/
}

.staticMenuItemStyle {
    font-weight: bold;
    color: White;
    border-left: solid 1px #bbbbbb;
    padding: 3px;
}

    .staticMenuItemStyle img {
        width: 24px;
    }

.dynamicMenuItemStyle img {
    width: 24px;
}

.col-6 {
    overflow: auto;
    /* width: 500px;*/
    display: inline;
}

.blockImage {
    display: block;
    text-align: center;
    padding: 0px;
    margin: 0 auto;
}

.Icon {
    text-align: center;
    width: 100px;
    height: 100px; /*
    border: solid 1px #dddddd;*/
    margin: 5px;
    float: left;
}

.IconPanel {
    height: 500px;
    margin-top: 10px;
}

.staticHoverStyle {
    font-weight: bold;
    color: White;
    border-left: solid 1px #bbbbbb;
    padding: 3px;
    background-color: #999999;
}

body {
    margin-top: 10px;
}

/*.logo
{
    top:-10px;
    position:absolute;
    z-index: 10;
    width: 90px;
    border: 0px solid #999999;
    margin: 10px;
    padding: 10px;
    box-shadow: 0px 0px 10px;
     -ms-interpolation-mode: bicubic;
}*/

.logo {
    top: -10px;
    position: relative;
    height: 40px;
}

.menuelement {
    margin-left: 48px;
}

.header {
    margin-left: 20px;
    margin-top: 40px;
    vertical-align: top;
}

.pageIcon {
    display: inline;
}

.pageTitle {
    font-size: 22px;
    display: inline;
}

.maincontent {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
}

.padding {
    padding: 10px;
}

.ModalBackground {
    position: fixed;
    background-color: Black;
    z-index: 10000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.listLink {
    text-decoration: none;
}

    .listLink:hover {
        text-decoration: underline;
    }

.treeNode {
    font-size: 14px;
    text-decoration: none;
}

.pinControl td {
    padding: 0px 2px 0px 2px;
    font-size: 8pt;
}

.breadcrumbs {
    margin-bottom: 10px;
}

    .header
{
    margin-left: 20px;
    margin-top: 40px;
    vertical-align: top;
}

.pageIcon {
    display: inline;
}

.pageTitle {
    font-size: 22px;
    display: inline;
}

.maincontent {
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
}

.padding {
    padding: 10px;
}

.ModalBackground {
    position: fixed;
    background-color: Black;
    z-index: 10000;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.listLink {
    text-decoration: none;
}

    .listLink:hover {
        text-decoration: underline;
    }

.treeNode {
    font-size: 14px;
    text-decoration: none;
}

.pinControl td {
    padding: 0px 2px 0px 2px;
    font-size: 8pt;
}

.pinControl th {
    padding: 0px 2px 0px 2px;
}

.breadcrumbs {
    margin-bottom: 10px;
}

/*.igdw_Control div:nth-child(1)
{
    height: initial !important;
}*/

.footable tbody tr:hover {
    background-color: #eee;
    transition: background-color linear 0.2s;
    cursor: pointer;
}


.ReportViewer > table > tbody > tr:last-child > td:last-child {
    display: block;
}

.ajax__tab_xp .ajax__tab_header .ajax__tab_tab {
    height: auto !important;
}

.table .header-row td {
    border-bottom: 3px solid #ddd;
    font-weight: bold;
}

.table-filter {
    margin: 10px 0px;
    max-width: 200px;
}

.table-paginate {
    margin-top: 0px;
}

.inline {
    display: inline;
}

.ajax__tab_xp .ajax__tab_body {
    border: none !important;
}

.ajax__tab_xp .ajax__tab_header {
    height: auto;
    background: none !important;
}

.form-control input[type=file] {
    display: block;
    width: 100%;
}

.ajax__tab_disabled {
    display: none;
}

.dateControl {
    cursor: text;
}

.filepicker input {
    display: none;
}

.ui-datepicker {
    z-index: 10000 !important;
}

.readonly .form-control {
    border-width: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: none !important;
}

    .readonly .form-control[disabled], .readonly .form-control[readonly], .readonly fieldset[disabled] .form-control {
        background-color: none !important;
    }

.readonly .btn {
    display: none;
}

.readonly small {
    display: none;
}

.centre-contracts .list-group {
    max-height: 400px;
    overflow-x: hidden;
    overflow-y: scroll;
}

table.contractTerms td {
    padding: 5px;
}

.bbo-result-iframe {
    border: none;
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: none !important;
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    select {
        background: #fff !important;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td,
        .table th {
            background-color: #fff !important;
        }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

.RadListBox_Default .rlbMoveDown .rlbButtonText {
    background-position-y: -30px !important;
}


.RadListBox_Default .rlbMoveDownDisabled .rlbButtonText, .RadListBox_Default .rlbMoveDownDisabled:hover .rlbButtonText {
    background-position-y: -30px !important;
}

form > div > .row.footer {
    margin: 0px;
}

.pinControlLegend{
    font-size:smaller;
}

.pinControlLegend th, .pinControlLegend td {
    padding: 0px 2px 0px 2px;
    min-width: 15px;
    /*border-color: black;
    border-style: solid;
    border-width: thin;*/
}

.tab {
    margin-left: 15px;
}

div[id$="reportViewer_ctl14"] {
    overflow:visible !important;
}

table[id$="_reportViewer_fixedTable"] {
    height: 0px !important;
}