﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.bold {
    font-weight: 900;
}

<style type="text/css" >
.backbutton {
    border: 1px solid #563d7c;
    border-radius: 5px;
    color: white;
    padding: 5px 10px 5px 25px;
    background: url(~/Images/arrow-left.png) left 3px top 5px no-repeat #563d7c;
}

</style >
/* --- HEADER --- */
.header {
    /*background: url(../Images/header_name.png) repeat;*/
    margin: 0;
    padding: 0 0 20px;
    position: relative;
    z-index: 2000;
}

/* --- MENU --- */
header .navigation {
    float: right;
}

header ul.nav li {
    border: none;
    margin: 0;
}

    header ul.nav li a {
        border: none;
        font-weight: 400;
    }

    header ul.nav li ul {
        z-index: 1000;
        margin-top: 20px;
    }

        header ul.nav li ul li ul {
            margin: 1px 0 0 1px;
        }

    header ul.nav li a i {
        color: #fff;
    }

.container,
.navbar-static-top .container {
    width: 940px;
}

.container {
    margin-right: auto;
    margin-left: auto;
    *zoom: 1;
}

    .container:before,
    .container:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .container:after {
        clear: both;
    }

.dropdown {
    position: relative;
}

.nav {
    margin-bottom: 20px;
    margin-left: 0;
    list-style: none;
}

    .nav > li > a {
        display: block;
    }

        .nav > li > a:hover,
        .nav > li > a:focus {
            text-decoration: none;
            background-color: #eeeeee;
        }

    .nav > .dropdown.active > a:hover,
    .nav > .dropdown.active > a:focus {
        cursor: pointer;
    }

.navbar .nav a:hover {
    background: none;
}

.navbar .nav > .active > a, .navbar .nav > .active > a:hover {
    font-weight: 600;
}

    .navbar .nav > .active > a:active, .navbar .nav > .active > a:focus {
        background: none;
        outline: 0;
        font-weight: 600;
    }

.navbar .nav li .dropdown-menu {
    z-index: 1000;
}

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
}

    .navbar .nav > li {
        float: left;
    }

        .navbar .nav > li > a {
            float: none;
            paddding: 10px 15px 10px;
            color: #777777;
            text-decoration: none;
            text-shadow: 0 1px 0 #ffffff;
        }

            .navbar .nav > li > a:focus,
            .navbar .nav > li > a:hover {
                color: #333333;
                text-decoration: none;
                background-color: transparent;
            }

    .navbar .nav > .active > a,
    .navbar .nav > .active > a:hover,
    .navbar .nav > .active > a:focus {
        color: #555555;
        text-decoration: none;
        background-color: #e5e5e5;
        -webkit-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
        -moz-box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
        box-shadow: inset 0 3px 8px rgba(0, 0, 0, 0.125);
    }

    .navbar .nav > li > .dropdown-menu:before {
        position: absolute;
        top: -7px;
        left: 9px;
        display: inline-block;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #ccc;
        border-left: 7px solid transparent;
        border-bottom-color: rgba(0, 0, 0, 0.2);
        content: '';
    }

    .navbar .nav > li > .dropdown-menu:after {
        position: absolute;
        top: -6px;
        left: 10px;
        display: inline-block;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #ffffff;
        border-left: 6px solid transparent;
        content: '';
    }

.dropdown-menu {
    *border-right-width: 0;
    *border-bottom-width: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .dropdown-menu .dropdown i {
        position: absolute;
        right: 0;
        margin-top: 3px;
        padding-left: 20px;
    }

.dropdown-submenu > .dropdown-menu {
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
}

.navbar .nav {
    border-right: none;
    border-left: none;
}

    .navbar .nav > li > a {
        float: none;
        font-size: 13px;
        margin-left: 10px;
        margin-right: 0;
        text-decoration: none;
        text-shadow: none;
        border-right: none;
        border-left: none;
        color: #fff;
        border: 2px solid transparent;
        padding: 4px 10px 4px 10px;
        background-image: none;
        background: none;
    }

        .navbar .nav > li > a:hover,
        .navbar .nav > li > a:focus {
            color: #dddddd;
            background-color: none;
            background-image: none;
            background-repeat: repeat-x;
            filter: none;
            text-decoration: none;
            -webkit-box-shadow: none;
            -moz-box-shadow: none;
            box-shadow: none;
            border: 2px solid #302f2f;
            padding: 4px 10px 4px 10px;
            background: #343434;
            -webkit-border-radius: 6px;
            -moz-border-radius: 6px;
            border-radius: 6px;
            -moz-box-shadow: inset 0 0 1px #555;
            -webkit-box-shadow: inset 0 0 1px #555;
            box-shadow: inset 0 0 1px #555;
        }

    .navbar .nav > .active > a,
    .navbar .nav > .active > a:hover,
    .navbar .nav > .active > a:focus {
        color: #fff;
        border: 2px solid #302f2f;
        padding: 4px 10px 4px 10px;
        background-image: none;
        background: #343434;
        filter: none;
        text-decoration: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        -moz-box-shadow: inset 0 0 1px #555;
        -webkit-box-shadow: inset 0 0 1px #555;
        box-shadow: inset 0 0 1px #555;
    }

    .navbar .nav > a i[class^="icon-"] {
        color: #fdfdfd;
    }

ul.nav li.dropdown a {
    z-index: 1000;
    display: block;
}

ul.nav li.dropdown ul li ul.dropdown-menu {
    margin-left: 0px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

ul.nav li.dropdown ul li i {
    margin-right: 20px;
}

select.selectmenu {
    display: none;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 180px;
    padding: 0;
    margin: 2px 0 0;
    list-style: none;
    background: #343434;
    border: none;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 2px solid #302f2f;
    border-top: none;
    -webkit-background-clip: none;
    -moz-background-clip: none;
    background-clip: none;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

    .dropdown-menu li {
        margin: 0;
        padding: 0;
    }

        .dropdown-menu li a {
            color: #ddd;
            font-size: 12px;
            padding: 10px 15px 10px 15px;
            margin: 0;
            text-shadow: none;
            border-bottom: 1px solid #303030;
            text-decoration: none;
        }

        .dropdown-menu li > a:hover,
        .dropdown-menu li > a:focus,
        .dropdown-submenu:hover > a,
        .dropdown-menu .active > a,
        .dropdown-menu .active > a:hover {
            color: #ffffff;
            text-decoration: none;
            background-image: none;
            background-image: none;
            background-image: none;
            background-image: none;
            background-image: none;
            background-repeat: none;
            filter: none;
        }

    .dropdown-menu .sub-menu-level1, .dropdown-menu .sub-menu-level2 {
        left: 100%;
        position: absolute;
        top: 0;
        visibility: hidden;
        margin-top: 0;
    }

    .dropdown-menu li:hover .sub-menu-level1 {
        visibility: visible;
    }

    .dropdown-menu li li:hover .sub-menu-level2 {
        visibility: visible;
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn {
    background: #3D94F6;
    background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -webkit-gradient(to bottom, #3D94F6, #1E62D0);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 9px;
    font-weight: 100;
    padding: 8px;
    -webkit-box-shadow: 3px 2px 2px 0 #000000;
    -moz-box-shadow: 3px 2px 2px 0 #000000;
    box-shadow: 3px 2px 2px 0 #000000;
    text-shadow: 1px 1px 0 #000000;
    border: solid #337FED 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    /*color: #fff;
    background-color: #1B6EC2;*/
    /* border-color: #1861ac;*/
    /*border-color: #000;*/
    /*    style ="text-align: right; background-color: #1B6EC2; color: white;"*/
}

.btn-primary {
    background: #1b6ec2;
    background-image: -webkit-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -moz-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -ms-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -o-linear-gradient(top, #3D94F6, #1E62D0);
    background-image: -webkit-gradient(to bottom, #3D94F6, #1E62D0);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 9px;
    font-weight: 100;
    padding: 8px;
    -webkit-box-shadow: 3px 2px 2px 0 #000000;
    -moz-box-shadow: 3px 2px 2px 0 #000000;
    box-shadow: 3px 2px 2px 0 #000000;
    text-shadow: 1px 1px 0 #000000;
    border: solid #337FED 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #fff;
    /*background-color: #1b6ec2;
    border-color: #1861ac;*/
}

.btn:hover {
    border: solid #337FED 1px;
    background: #1E62D0;
    background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -webkit-gradient(to bottom, #1E62D0, #3D94F6);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
}

.btn-red {
    background: #F6423D;
    background-image: -webkit-linear-gradient(top, #F6423D, #D0331E);
    background-image: -moz-linear-gradient(top, #F6423D, #D0331E);
    background-image: -ms-linear-gradient(top, #F6423D, #D0331E);
    background-image: -o-linear-gradient(top, #F6423D, #D0331E);
    background-image: -webkit-gradient(to bottom, #F6423D, #D0331E);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 9px;
    font-weight: 100;
    padding: 8px;
    -webkit-box-shadow: 3px 2px 2px 0 #000000;
    -moz-box-shadow: 3px 2px 2px 0 #000000;
    box-shadow: 3px 2px 2px 0 #000000;
    text-shadow: 1px 1px 0 #000000;
    border: solid #337FED 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    /*color: #fff;
    background-color: #1B6EC2;*/
    /* border-color: #1861ac;*/
    /*border-color: #000;*/
    /*    style ="text-align: right; background-color: #1B6EC2; color: white;"*/
}

.btn-yelloworange {
    background: #cccc00;
    background-image: -webkit-linear-gradient(top, #cccc00, #ff8000);
    background-image: -moz-linear-gradient(top, #cccc00, #ff8000);
    background-image: -ms-linear-gradient(top, #cccc00, #ff8000);
    background-image: -o-linear-gradient(top, #cccc00, #ff8000);
    background-image: -webkit-gradient(to bottom, #cccc00, #ff8000);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 9px;
    font-weight: 100;
    padding: 8px;
    -webkit-box-shadow: 3px 2px 2px 0 #000000;
    -moz-box-shadow: 3px 2px 2px 0 #000000;
    box-shadow: 3px 2px 2px 0 #000000;
    text-shadow: 1px 1px 0 #000000;
    border: solid #337FED 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    /*color: #fff;
    background-color: #1B6EC2;*/
    /* border-color: #1861ac;*/
    /*border-color: #000;*/
    /*    style ="text-align: right; background-color: #1B6EC2; color: white;"*/
}

.btn-redyellow {
    background: #ff8000;
    background-image: -webkit-linear-gradient(top, #ff8000, #8b0000);
    background-image: -moz-linear-gradient(top, #ff8000, #8b0000);
    background-image: -ms-linear-gradient(top, #ff8000, #8b0000);
    background-image: -o-linear-gradient(top, #ff8000, #8b0000);
    background-image: -webkit-gradient(to bottom, #ff8000, #8b0000);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 9px;
    font-weight: 100;
    padding: 8px;
    -webkit-box-shadow: 3px 2px 2px 0 #000000;
    -moz-box-shadow: 3px 2px 2px 0 #000000;
    box-shadow: 3px 2px 2px 0 #000000;
    text-shadow: 1px 1px 0 #000000;
    border: solid #337FED 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    /*color: #fff;
    background-color: #1B6EC2;*/
    /* border-color: #1861ac;*/
    /*border-color: #000;*/
    /*    style ="text-align: right; background-color: #1B6EC2; color: white;"*/
}

.btn-logout {
    background: #1b6ec2;
    background-image: -webkit-linear-gradient(top, #F6423D, #D0331E);
    background-image: -moz-linear-gradient(top, #F6423D, #D0331E);
    background-image: -ms-linear-gradient(top, #F6423D, #D0331E);
    background-image: -o-linear-gradient(top, #F6423D, #D0331E);
    background-image: -webkit-gradient(to bottom, #F6423D, #D0331E);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #FFFFFF;
    font-family: Tahoma;
    font-size: 9px;
    font-weight: 100;
    padding: 8px;
    -webkit-box-shadow: 3px 2px 2px 0 #000000;
    -moz-box-shadow: 3px 2px 2px 0 #000000;
    box-shadow: 3px 2px 2px 0 #000000;
    text-shadow: 1px 1px 0 #000000;
    border: solid #337FED 1px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    color: #fff;
    /*background-color: #1b6ec2;
    border-color: #1861ac;*/
}

.btn-red:hover {
    border: solid #337FED 1px;
    background: #1E62D0;
    background-image: -webkit-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -moz-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -ms-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -o-linear-gradient(top, #1E62D0, #3D94F6);
    background-image: -webkit-gradient(to bottom, #1E62D0, #3D94F6);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-decoration: none;
}

/*.btn-primary {
    color: #000;
    background-color: #202000;
    border-color: #1861ac;
}*/


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    min-height: 400px;
    margin-bottom: 100px;
    clear: both;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

@media (min-width: 1200px) {
    .container,
    .navbar-static-top .container {
        width: 1170px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {

    .container,
    .navbar-static-top .container {
        width: 724px;
    }

    nav ul li {
        display: none;
    }

    select.selectmenu {
        display: block;
        width: 100%;
        margin-top: 0;
        color: #111;
        margin-right: 20px;
        line-height: 30px;
        font-size: 13px;
    }

        select.selectmenu .bold {
            font-weight: bold;
        }
}

@media (max-width: 768px) {
    .navbar-static-top {
        margin-right: -20px;
        margin-left: -20px;
    }

    .container {
        width: auto;
    }

    nav ul li {
        display: none;
    }

    header .navigation {
        margin: 0 auto;
        text-align: center;
        width: 90%;
        float: none;
    }

    select.selectmenu {
        display: block;
        width: 100%;
        float: left;
        margin-bottom: 20px;
        color: #111;
        margin-right: 20px;
        line-height: 30px;
        font-size: 13px;
    }

        select.selectmenu .bold {
            font-weight: bold;
        }
}

@media (max-width: 480px) {

    .headnav {
        text-align: center;
        float: none;
        margin: 10px 0 0 0;
    }
}


.listform {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 15px;
    padding-top: 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.center {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

input[type=text] {
    padding: 5px;
    border: 2px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    input[type=text]:focus {
        border-color: #333;
    }

/*input[type=submit] {
    padding: 5px 15px;
    background: #ccc;
    border: 0 none;
    cursor: pointer;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}*/


/*Alternating Table Row Colors*/
table tr:nth-child(odd) td {
    background-color: #FFEBCD;
    padding-left: 4px;
}

table tr:nth-child(even) td {
    background-color: #1b6ec2;
    color: white;
    padding-left: 3px;
}

table thead th:first-child:before {
    content: " ";
    position: absolute;
    top: -1px;
    left: -1px;
    width: 15px;
    height: 15px;
    /*   border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;*/
    /* -webkit-border-radius: 5px 0px 0px;*/
}



.tablelist {
    border-radius: 15px 15px 15px 15px;
    border: 1px solid #000;
    border-spacing: 0;
    border-collapse: separate !important;
    /*border-right: solid 2px #CDCDCD;*/
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

    .tablelist th, table.dgrid td {
        padding: 3px;
        text-align: center;
        vertical-align: middle;
        border-bottom: solid 3px #CDCDCD;
    }

    .tablelist td:last-child td {
        border-right: none;
    }

    .tablelist td:nth-child(1) td {
        min-width: 105px;
        max-width: 105px;
    }

    .tablelist td.fixed td{ overflow: hidden;}


    .tablelist td {
        border-right: solid 2px #CDCDCD;
    }

    .tablelist tr:first-child td:first-child {
        border-top-left-radius: 15px;
        /*border-right: solid 2px #CDCDCD;*/
    }

    .tablelist th:first-child {
        /*border-top-left-radius: 15px;*/
        border-right: solid 2px #CDCDCD;
    }

    .tablelist th:last-child {
        /*border-top-left-radius: 15px;*/
        /*   border-right: solid 2px #CDCDCD;*/
    }


    .tablelist tr:first-child td:last-child {
        border-top-right-radius: 15px;
        border-right: none;
    }

    .tablelist tr:last-child td:first-child {
        border-bottom-left-radius: 15px;
        /*       border-bottom: solid 3px #CDCDCD;*/
        /* border-right: none;*/
    }

    .tablelist tr:last-child td:last-child {
        border-bottom-right-radius: 15px;
        border-right: none;
    }



.tableradius {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 15px 15px 15px 15px;
    border: 2px solid #000;
    border-spacing: 0;
    border-collapse: separate !important;
    -webkit-box-shadow: 0 8px 6px -6px black;
    -moz-box-shadow: 0 8px 6px -6px black;
    box-shadow: 0 8px 6px -6px black;
}

/* CRUD CSS Layouts */

.lgformrow {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    vertical-align: middle;
    width: 520px;
    /* height: 10px;*/
    padding-bottom: 10px;
}

.lgformrowspceven {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    vertical-align: middle;
    width: 520px;
    padding-bottom: 10px
}

.lgformrow3colspan2 {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    vertical-align: middle;
    width: 694px;
    padding-bottom: 10px;
}

.lgformrow3colspan3 {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    vertical-align: middle;
    width: 1042px;
    padding-bottom: 10px;
}

.lgformrowcntr {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    width: 520px;
    /* height: 10px;*/
    padding-bottom: 10px;
}

.lgformrowright {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    vertical-align: middle;
    width: 520px;
    /* height: 10px;*/
    padding-bottom: 10px;
}

.lgformrow4col {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    vertical-align: middle;
    width: 254px;
    padding-bottom: 10px;
}

.lgformrow4colspan2 {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    vertical-align: middle;
    width: 514px;
    padding-bottom: 10px
}

.lgformrow4colspceven {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    vertical-align: middle;
    width: 254px;
    padding-bottom: 10px;
}

.lgformrow4colspan4head {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    vertical-align: middle;
    width: 1043px;
    padding-bottom: 10px;
    color: red;
}

.lgformrow4colspan4spceven {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    vertical-align: middle;
    width: 1043px;
    padding-right: 20px;
    height: 30px;
    font-size: 12px;
}

.lgformrow4colcntr {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    width: 254px;
    /* height: 10px;*/
    padding-bottom: 10px;
}

.lgformrow4colright {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    vertical-align: middle;
    width: 254px;
    /* height: 10px;*/
    padding-bottom: 10px;
}


.lgformrow3col {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    vertical-align: middle;
    width: 344px;
    padding-bottom: 10px;
}

.lgformrow3colcntr {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    width: 344px;
    /* height: 10px;*/
    padding-bottom: 10px;
}

.lgformrow3colright {
    display: flex;
    flex-direction: row;
    justify-content: right;
    align-items: center;
    vertical-align: middle;
    width: 344px;
    /* height: 10px;*/
    padding-bottom: 10px;
}

.lgformrowsingleshort {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    width: 743px;
    padding: 5px;
}

.lgformrow2colshort {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    width: 369px;
    padding: 5px;
}

.lgformrowsingleshortright {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    vertical-align: middle;
    width: 743px;
    padding: 5px;
    padding-bottom: 10px;
}

.lgformrowsingle {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    vertical-align: middle;
    width: 1073px;
    padding: 5px;
}

.lgformheader {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    vertical-align: middle;
    width: 1041px;
    color: red;
    height: 12px;
}

.lgformheadersingle {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    vertical-align: middle;
    width: 520px;
    color: red;
    height: 12px;
}

.lgformheadersmall {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    vertical-align: middle;
    width: 254px;
    color: red;
    height: 12px;
}

.lgformrowchkbox {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    width: 100px;
    /* height: 10px;*/
    padding-bottom: 10px;
}

.lgformrowchkboxlistitems {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    width: 400px;
    /* height: 10px;*/
    padding-bottom: 10px;
}

.multi-select-header {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    vertical-align: middle;
    padding: 5px;
    padding-bottom: 7px;
    padding-left: 10px;
    border-bottom: solid;
    border-bottom-width: 1px;
    background-color: burlywood;
    border-radius: inherit;
    font-size: 20px;
}

.multi-select-header-table-embed {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    vertical-align: middle;
    padding: 5px;
    padding-bottom: 7px;
    padding-left: 10px;
    border-bottom: solid;
    border-bottom-width: 1px;
    background-color: burlywood;
    border-radius: inherit;
    font-size: 10px;
    height: 20px;
    color: darkred;
}

.multi-select-items {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    vertical-align: middle;
    padding: 5px;
    padding-left: 10px;
    border-bottom: solid;
    border-bottom-width: 1px;
}

    .multi-select-items:nth-of-type(even) {
        background: #1B6EC2;
        color: white;
    }

.multi-select-items-table-embed {
    display: flex;
    flex-direction: row;
    justify-content: left;
    align-items: center;
    vertical-align: middle;
    padding: 5px;
    padding-left: 10px;
    border-bottom: solid;
    border-bottom-width: 1px;
    height: 20px;
}

    .multi-select-items-table-embed:nth-last-of-type(even) {
        background: #1B6EC2;
        color: white;
    }

.pre-scrollable {
    max-height: 490px;
    overflow-y: scroll;
}

.pre-scrollable-table-embed {
    max-height: 490px;
    overflow-y: scroll;
    font-size: 10px;
}
.centered {
    vertical-align: middle;
    text-align: center;
}

    .centered img {
        display: block;
        margin: 0 auto;
    }

/* The sidebar menu */
.sidebar {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0;
    left: 0;
    background-color: #111; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidebar */
}

    /* The sidebar links */
    .sidebar a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        /* When you mouse over the navigation links, change their color */
        .sidebar a:hover {
            color: #f1f1f1;
        }

    /* Position and style the close button (top right corner) */
    .sidebar .closebtn {
        position: absolute;
        top: 0;
        right: 25px;
        font-size: 36px;
        margin-left: 50px;
    }

/* The button used to open the sidebar */
.openbtn {
    font-size: 20px;
    cursor: pointer;
    background-color: #111;
    color: white;
    padding: 10px 15px;
    border: none;
}

    .openbtn:hover {
        background-color: #444;
    }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s; /* If you want a transition effect */
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

        .sidebar a {
            font-size: 18px;
        }
}

/* Loader Spinners */
.loader-container {
    width: 5%;
    height: 5%;
    position: fixed;
}

.loader {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 90px;
    height: 90px;
    background-color: #17347E;
    border-radius: 25px;
    border-style: solid;
    border-width: 5px;
    border-color: #000000;
}

.lds-hourglass {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-hourglass:after {
        content: " ";
        display: block;
        border-radius: 50%;
        width: 0;
        height: 0;
        margin: 8px;
        box-sizing: border-box;
        border: 32px solid #fff;
        border-color: #fff transparent #fff transparent;
        animation: lds-hourglass 1.2s infinite;
    }

@keyframes lds-hourglass {
    0% {
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    50% {
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    100% {
        transform: rotate(1800deg);
    }
}

.lds-roller {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-roller div {
        animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 40px 40px;
    }

        .lds-roller div:after {
            content: " ";
            display: block;
            position: absolute;
            width: 7px;
            height: 7px;
            border-radius: 50%;
            background: #fff;
            margin: -4px 0 0 -4px;
        }

        .lds-roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .lds-roller div:nth-child(1):after {
                top: 63px;
                left: 63px;
            }

        .lds-roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .lds-roller div:nth-child(2):after {
                top: 68px;
                left: 56px;
            }

        .lds-roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .lds-roller div:nth-child(3):after {
                top: 71px;
                left: 48px;
            }

        .lds-roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .lds-roller div:nth-child(4):after {
                top: 72px;
                left: 40px;
            }

        .lds-roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .lds-roller div:nth-child(5):after {
                top: 71px;
                left: 32px;
            }

        .lds-roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .lds-roller div:nth-child(6):after {
                top: 68px;
                left: 24px;
            }

        .lds-roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .lds-roller div:nth-child(7):after {
                top: 63px;
                left: 17px;
            }

        .lds-roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .lds-roller div:nth-child(8):after {
                top: 56px;
                left: 12px;
            }

@keyframes lds-roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* set a configurable side padding just for this compare block */
.compare-context {
    --compare-pad: clamp(12px, 3vw, 32px); /* min 12px, grows to 32px on wide screens */
}

    /* center + include padding inside the width (no overflow) */
    .compare-context .compare-outer {
        width: 100%;
        margin-inline: auto;
        box-sizing: border-box;
        padding-inline: var(--compare-pad); /* ← edge breathing room */
        padding-block: 8px; /* optional top/bottom space */
    }

    /* keep your existing rules for wrap/panes */
    .compare-context .compare-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
        align-items: flex-start;
    }

    .compare-context .compare-pane {
        flex: 1 1 760px;
        min-width: 560px;
        max-width: 100%;
        min-inline-size: 0;
    }

        .compare-context .compare-pane > table {
            width: 100%;
        }

    .compare-context .tableList th,
    .compare-context .tableList td {
        overflow-wrap: anywhere;
        white-space: normal;
    }

    /* limit to this feature only */
    .compare-context .tableList {
        border-collapse: collapse; /* clean grid */
    }

        .compare-context .tableList th,
        .compare-context .tableList td {
            padding: 5px;
            border: 1px solid #000; /* your theme color here */
        }

/* Bootstrap 5: override card variables to inherit bg/text */
.card-compare {
    --bs-card-bg: transparent;
    --bs-card-color: inherit;
    --bs-card-cap-bg: transparent; /* header bg */
    --bs-card-border-color: rgba(0,0,0,.12); /* tweak if you want a subtler border */
}

/* Fallback for non-BS5 or custom CSS stacks */
.card-compare,
.card-compare .card-header,
.card-compare .card-body {
    background-color: transparent !important;
    color: inherit !important;
}

    /* Optional: keep a subtle divider under the header */
    .card-compare .card-header {
        border-bottom: 1px solid rgba(0,0,0,.1); /* adjust for dark theme if needed */
    }

