
body {
    margin: 0 0 0 0;
    background-color: #f0f0f0;
    height: 100%
}

form {
    margin: 0 0 0 0;
    background-color: #f0f0f0;
    height: 100%
}

html {
    margin: 0 0 0 0;
    background-color: #f0f0f0;
    height: 100%
}

p {
    text-align: left;
    line-height: 0;
    padding: 0;
    text-decoration: none;
    margin: .5em;
    font-family: sans-serif;
    font-size: medium
}

h3 {
    color: #000;
    font-size: 1em;
    font-family: Arial;
    margin: 0;
    padding: 0
}

.scroll-content {
    overflow-y: auto;
    width: 100%
}

div.jtable-main-container {
    height: 100%
}

.scroll-horizontal {
    overflow-x: auto;
    width: 100%
}

.masterHeader {
    background-color: #2d89ef;
    height: 30px;
    text-align: left;
    width: 100%;
    color: #fff;
    margin: 0;
    padding-left: 5px
}

.ButtonBlue {
    border: 1px solid #0b67cd;
    color: #fff;
    padding: 2px 5px 2px 5px;
    background-repeat: no-repeat;
    background-position-y: 5px;
    background-position-x: 5px;
    background-color: #39f
}

.loginBox {
    margin: auto
}

.loginTextBox {
    margin: 5px
}

.GridViewStyle {
    font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
    font-size: 12px;
    table-layout: fixed;
    border-collapse: collapse;
    border: #999 1px solid;
    width: 100%
}

.ColumnGridViewStyle {
    word-wrap: break-word
}

.HeaderStyle {
    font-family: 'Segoe UI Semilight','Open Sans',Verdana,Arial,Helvetica,sans-serif;
    font-size: 9pt;
    padding: 5px;
    word-wrap: break-word;
    font-weight: 100 !important;
    height: 30px;
    background-color: #2d89ef;
    color: white;
    border-radius: 5px
}

    .HeaderStyle th {
        font-weight: 200 !important
    }

.RowStyle td {
    background-color: #fff
}

.AltRowStyle td {
    background-color: #fff
}

.SelectedRowStyle td {
    background-color: #99E6FF
}

.PagerStyle a, .GridPager span {
    display: block;
    height: 15px;
    width: 15px;
    font-weight: bold;
    text-align: center;
    text-decoration: none
}

.PagerStyle a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696
}

.PagerStyle span {
    background-color: #f2a1a1;
    color: #000;
    border: 1px solid #f23a3a;
    padding: 0 3px 1px 3px
}

div.filtering {
    margin-bottom: 5px;
    padding: 10px;
}

div.ui-tooltip {
    max-width: 400px;
    position: absolute
}

.profile_buttons {
    width: 140px;
    padding: 5px 5px 5px 5px;
    margin: 0 5px 5px 5px;
    text-align: center
}

.masterHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #1a72d6;
    text-align: left;
    height: 70px;
    width: 100vw;
    color: #fff;
    margin: 0;
    margin-bottom: 20px
}

    .masterHeader > div:first-child {
        padding: 5px;
        padding-left: 15px
    }

    .masterHeader > div:last-child {
        padding: 5px;
        padding-right: 30px;
        display: flex;
        flex-direction: column
    }

        .masterHeader > div:last-child > * {
            padding-top: 5px;
            padding-bottom: 5px
        }

.rubix_card_container {
    width: 550px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 20px;
    padding: 5px
}

    .rubix_card_container.disabled_card > .heading_card {
        background-color: grey
    }

    .rubix_card_container.disabled_card > .content_card {
        background-color: #ececec
    }

        .rubix_card_container.disabled_card > .content_card > .button {
            visibility: hidden
        }

.heading_card {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    padding: 10px;
    margin-bottom: -10px;
    z-index: 10;
    width: 90%;
    background-image: url(../Images/cardBackground.png);
    background-color: #094b97;
    border-radius: 5px;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,.5)
}

.option_buttons {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

    .option_buttons > div:first-child {
        display: flex;
        justify-content: center;
        align-items: center;
        transition: all .2s ease-in-out;
        margin-right: 15px;
        height: 30px;
        width: 30px;
        border-radius: 50%;
        border: solid 1px white;
        background-color: white;
        color: #155298;
        box-shadow: 2px 2px 2px 0 rgba(0,0,0,.7)
    }

        .option_buttons > div:first-child > p {
            font-size: 1.6em
        }

        .option_buttons > div:first-child:hover {
            background-color: #d8d8d8;
            border-color: #d8d8d8
        }

    .option_buttons > .select_option_button > a {
        text-decoration: none
    }

        .option_buttons > .select_option_button > a > .view_button {
            transition: all .2s ease-in-out;
            text-decoration: none;
            text-decoration: none;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 30px;
            width: 60px;
            border-radius: 15px;
            border: solid 1px #F7941E;
            background-color: #F7941E;
            color: white;
            font-weight: bold;
            box-shadow: 2px 2px 2px 0 rgba(0,0,0,.7)
        }

            .option_buttons > .select_option_button > a > .view_button:hover {
                background-color: #e4891a;
                border-color: #e4891a
            }

.heading_card > h3 {
    color: white;
    font-size: 1.5em;
    line-height: 25px;
    word-spacing: 5px;
    font-weight: 100
}

.content_card > h4 {
    font-size: 1.2em;
    margin: 0
}

.content_card > ul {
    padding-inline-start: 20px
}

    .content_card > ul > li {
        padding-left: 5px
    }

.select_info {
    position: relative;
    cursor: help
}

    .select_info:hover .content_card {
        display: block
    }

    .select_info .content_card {
        display: none;
        position: absolute;
        top: 25px;
        left: -150px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 10px;
        min-width: calc(100% + 250px);
        background-color: #fff;
        border-radius: 5px;
        transition: opacity 200ms;
        color: #145198;
        border: solid 1px #145198;
        text-align: left
    }

.rubix_card_container:last-child .select_info .content_card {
    top: -130px
}

.all_card_container { /*display:flex;*/
    justify-content: space-around;
    flex-wrap: wrap
}

.home_content_container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

    .home_content_container > .home_buttons {
        width: 40%;
    }

    .home_content_container > .home_ad {
        padding: 10px
    }
