﻿.RadGrid_ModernBrowsers {
    border-radius: 10px;
    overflow: hidden;
}

.RadGrid_Office2010Blue thead .rgCommandCell {
    padding-left: 10px !important;
    height: 25px;
}

div.RadGrid_MetroTouch td.rgPagerCell {
    border-left: 0;
}

div.RadGrid_Rounded {
    position: relative;
}

div.RadGrid {
    margin-left: auto !important;
    margin-right: auto !important;
}


.background {
    color: #CDCDCD;
}

.simpleBorder {
    border: solid 1px lightgray;
}


.requiredControl {
    background-color: #FFFFCC; /*DFFFA5;*/
    /*    font-family: Tahoma;
    font-size: small;
*/
}


.invertControl caption {
    background-color: White;
    font-weight: bold;
    color: #3862AE;
}

.body {
    color: #303030;
    background-color: #373737;
    /*font-family: Tahoma;
    font-size: 13.5px;*/
    /* font-style: normal;
    line-height: normal;*/
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.rule {
    color: #000000;
    height: 1px;
}

.tableDefault {
    margin-left: auto;
    margin-right: auto;
    border-width: 0px;
    padding: 2px 2px 2px 2px;
}

.headerRow {
    color: White;
    background-color: #3862AE; /*808080*/
    font-weight: bold;
    padding-left: 8px;
}

.topHeaderRow {
    color: White;
    background-color: #3862AE; /*#7CA8E3*/
    font-weight: bold;
    padding-left: 8px;
}

.pageHeaderText, h1 {
    font-size: 2.5rem;
    border-bottom: 1px solid lightgray;
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

.subHeaderText {
    /*font-size: 16px;*/
    border-bottom: 1px solid #a0a0a0;
    padding-bottom: 2px;
    margin-bottom: 15px;
    margin-top: 5px;
}

/*Label related items */
.informational {
    color: #1E90FF; /*DodgerBlue*/
}

.warning {
    color: #ec0000;
    font-weight: bold;
    display: inline-block;
}

    .warning::before {
        content: url(../Images/warning.png);
        padding-right: 5px;
        position: relative;
        top: 8px;
    }


.smWarning {
    color: #ec0000;
    display: inline-block;
}

    .smWarning::before {
        content: url(../Images/warning.png);
        padding: 0px;
        margin: 0;
        vertical-align: middle;
    }



/*Generic control type styles*/
/*can be used for Grid, DataList, etc.*/
.pagerStyle {
    background-color: #3862AE;
    /*font-size: small;*/
    font-weight: bold;
    color: White;
    vertical-align: middle;
}

    .pagerStyle a:link, .pagerStyle a:visited, .pagerStyle a:active {
        background-color: #3862AE;
        /*font-size: 8pt;*/
        font-weight: bold;
        color: Gray;
        text-decoration: none;
    }

    .pagerStyle a:hover {
        color: Yellow;
        /*font-size: 8pt;*/
        font-weight: bold;
        text-decoration: none;
    }


.headerFooterStyle {
    background-color: #3862AE;
    /* font-size: small;*/
    font-weight: bold;
    color: White;
}

    .headerFooterStyle, .headerFooterStyle a:link, .headerFooterStyle a:visited, .headerFooterStyle a:active {
        background-color: #3862AE;
        /* font-size: small;*/
        font-weight: bold;
        color: White;
    }

        .headerFooterStyle a:hover {
            color: Yellow;
            /*    font-size: small;*/
            font-weight: bold;
        }

.selectedStyle, .editStyle {
    background-color: Yellow;
    /*font-size: small;*/
    font-weight: bold;
}

.itemStyle {
    background-color: #DBE6E0;
}

.altItemStyle {
    background-color: White;
}


.invertLinkButtonStyle {
    color: #3862AE;
    background-color: #DBE6E0;
    border-width: thin;
    border-style: solid;
    border-top-color: White;
    border-left-color: White;
    border-bottom-color: Gray;
    border-right-color: Gray;
    font-weight: bold;
    text-decoration: none;
    padding: 1px;
    /*font-size: small;
    font-family: Tahoma, Arial, "sans serif";*/
}

.invertLinkButtonStyle, a.invertLinkButtonStyle:link, a.invertLinkButtonStyle:visited, a.invertLinkButtonStyle:hover {
    color: #3862AE;
    background-color: #DBE6E0;
    border-width: thin;
    border-style: solid;
    border-top-color: White;
    border-left-color: White;
    border-bottom-color: Gray;
    border-right-color: Gray;
    font-weight: bold;
    text-decoration: none;
    /*font-size: small;
    font-family: Tahoma, Arial, "sans serif";*/
}


.buttonStyle, a.buttonStyle:link, a.buttonStyle:visited, a.buttonStyle:hover {
    color: White;
    background-color: #3862AE;
    /* font-size: small;
    font-family: Tahoma;*/
    font-weight: bold;
    text-decoration: none;
    padding: 2px;
}


.invertButtonStyle {
    color: #000000;
    background-color: #B6C5BE;
    font-weight: bold;
}

.imageLink {
    text-decoration: none;
    border: 0px;
}


/*MasterPage related items*/
.masterRule {
    height: 1px;
    color: #999999;
}

.masterImage {
    background: #FFFFFF url('../Images/Logo.jpg') no-repeat center;
    padding: 5px;
    width: 105px;
    height: 105px;
}

.masterTitle {
    color: White;
    /* font-size: 2rem;*/
    font-weight: 300;
    line-height: 1.2;
}

.masterTopPanel {
    padding: 10px 10px 5px 10px;
    margin-left: auto;
    margin-right: auto;
    background-color: #3862AE;
    width: 100%;
}

.masterBottomPanel {
    background-color: #3862AE;
    width: 100%;
    text-align: center;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

    .masterBottomPanel a:link, .masterBottomPanel a:visited, .masterBottomPanel a:hover {
        color: White;
    }

.masterContentPanel {
    background-color: #FFFFFF;
}



/*Menu related items*/
.ie8Fix {
    z-index: 100;
}

.menu {
    float: right !important;
}

    .menu a {
        color: white;
        padding-right: 10px;
        padding-left: 10px;
    }

        .menu a:hover {
            color: white;
            text-decoration: underline !important;
        }

/*.menuLeft {
    background-color: Transparent;
    float: left !important;
    text-decoration: none;
}

.menuItem a.menuItem:link, a.menuItem:visited {
    color: White;
    background-color: #3862AE;
    text-decoration: none;
    font-weight: bold;
}

.menuItem a.menuItem:hover {
    color: Yellow;
    font-weight: bold;
    text-decoration: none;
}*/

/*.menuItem, .dynamic {
    background-color: #3862AE;
    border-width: 1px;
    border-color: Gray;
    border-style: solid;
    color: White;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: small;
}
*/

li.dynamic {
    background-color: #3862AE;
    border-width: 1px;
    border-color: Gray;
    border-style: solid;
    color: White;
    padding-right: 3px;
    padding-left: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
    /*font-size: small;*/
    text-align: left;
}

.TopmenuItem {
    background-color: Transparent;
    /*font-size: 18px;*/
}

.TopmenuItem, a.TopmenuItem:link, a.TopmenuItem:visited {
    color: White;
    /*text-decoration: none;*/
    padding-left: 15px !important;
    padding-right: 15px;
    padding-top: 2px;
    padding-bottom: 2px;
    /*font-weight: bold;*/
}

.TopmenuItem, a.TopmenuItem:hover {
    /*color: Yellow;*/
    text-decoration: none;
    /*font-weight: bold;*/
}



/*Tab styles*/

.navigation a {
    background-position: left top;
    color: Black;
    background: #CDCDCD url('../Images/left-tab.gif') no-repeat left top;
    text-decoration: none;
    padding-left: 0px;
    display: block;
    float: left;
    white-space: nowrap;
}

    .navigation a span {
        color: Black;
        background: url('../Images/right-tab.gif') right top no-repeat;
        padding-right: 20px;
        display: block;
        float: left;
        white-space: nowrap;
    }

    .navigation a, .navigation a span {
        color: Black;
        display: block;
        float: left;
        white-space: nowrap;
    }


        /* Hide from IE5-Mac \*/
        .navigation a, .navigation a span {
            color: Black;
            float: none;
            white-space: nowrap;
        }
            /* End hide */

            .navigation a:hover {
                background-position: left top;
                color: Yellow;
                background: #CDCDCD url('../Images/left-tab.gif') no-repeat left top;
                text-decoration: none;
                padding-left: 0px;
                white-space: nowrap;
            }

                .navigation a:hover span {
                    color: Yellow;
                    background: url('../Images/right-tab.gif') right top no-repeat;
                    padding-right: 20px;
                    white-space: nowrap;
                }

.navigationSelected a {
    color: White;
    background: #404040 url('../Images/lightleft-tab.gif') no-repeat left top;
    text-decoration: none;
    padding-left: 0px;
    white-space: nowrap;
}

    .navigationSelected a span {
        color: White;
        background: url('../Images/lightright-tab.gif') no-repeat right top;
        padding-right: 20px;
        white-space: nowrap;
    }

    .navigationSelected a, .navigationSelected a span {
        color: White;
        display: block;
        float: left;
        white-space: nowrap;
    }

        /* Hide from IE5-Mac \*/
        .navigationSelected a, .navigationSelected a span {
            color: White;
            float: none;
            white-space: nowrap;
        }
            /* End hide */

            .navigationSelected a:hover {
                color: Yellow;
                background: #404040 url('../Images/lightleft-tab.gif') no-repeat left top;
                text-decoration: none;
                padding-left: 0px;
                white-space: nowrap;
            }

                .navigationSelected a:hover span {
                    color: Yellow;
                    background: url('../Images/lightright-tab.gif') no-repeat right top;
                    padding-right: 20px;
                    white-space: nowrap;
                }

/*.tabs ul {
    clear: right;
    list-style: none;
    display: inline;
    padding: 0;
    margin: 0;
    float: left;
}

.tabs li {
    list-style-type: none;
    float: left;
    display: inline;
    padding: 0;
    margin: 0;
    border-bottom: solid 1px #757575;
}

.tabContainer ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: left;
}


.tabContainer li {
    list-style-type: none;
    float: left;
    display: inline;
    margin: 0;
    clear: right;
}

.tabContainer {
    margin-top: 10px;
}
*/

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-default {
    border-left-color: #777;
}

    .bs-callout-default h4 {
        color: #777;
    }

.bs-callout-primary {
    border-left-color: #428bca;
}

    .bs-callout-primary h4 {
        color: #428bca;
    }

.bs-callout-success {
    border-left-color: #5cb85c;
}

    .bs-callout-success h4 {
        color: #5cb85c;
    }

.bs-callout-danger {
    border-left-color: #d9534f;
}

    .bs-callout-danger h4 {
        color: #d9534f;
    }

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

    .bs-callout-warning h4 {
        color: #f0ad4e;
    }

.bs-callout-info {
    border-left-color: #5bc0de;
}

    .bs-callout-info h4 {
        color: #5bc0de;
    }


.btn-sm, .btn-group-sm > .btn {
    padding: 0.15rem 0.3rem;
    font-size: 0.675rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.btn-outline-secondary {
    color: #6c757d !important;
    border-color: #6c757d !important;
}


    .btn-outline-secondary:hover {
        color: #fff !important;
        background-color: #6c757d !important;
        border-color: #6c757d !important;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
        }


.popover {
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

.lblStyle {
    font-weight: bold;
    margin-right: 5px;
}

.flTop {
    /* font-size: 12px;*/
    font-weight: bold;
    color: #666666;
}

.smLabel {
    font-weight: bold;
    /* font-size: small;*/
    padding-right: 5px;
    white-space: nowrap;
    display: inline;
    color: #666666;
}

.smTimeValue {
    font-family: Courier New, Courier, monospace;
    /*  font-size: small*/
}

.rgCurrentPage {
    color: black !important;
}
