﻿/* 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: 1200;
}

/* --- 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: 1200;
        margin-top: 0px;
    }

        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: 0px;
    *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;
    background-color: #6a75cf;
}

.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: 1300;
}

.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;
            padding: 3px 3px 3px;
            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: 3px;
        margin-right: 0;
        text-decoration: none;
        text-shadow: none;
        border-right: none;
        border-left: none;
        color: #fff;
        border: 2px solid transparent;
        padding: 3px 3px 3px 3px;
        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: #6a75cf;
            -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: 1300;
    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: 1300;
    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-primary {
    color: #000;
    background-color: #202000;
    border-color: #1861ac;
}*/

.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-green {
    background: #054f19;
    background-image: -webkit-linear-gradient(top, #054f19, #0b9630);
    background-image: -moz-linear-gradient(top, #054f19, #0b9630);
    background-image: -ms-linear-gradient(top, #054f19, #0b9630);
    background-image: -o-linear-gradient(top, #054f19, #0b9630);
    background-image: -webkit-gradient(to bottom, #054f19, #0b9630);
    -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: #8b0000;
    background-image: -webkit-linear-gradient(top, #8b0000, #ff8000);
    background-image: -moz-linear-gradient(top, #8b0000, #ff8000);
    background-image: -ms-linear-gradient(top, #8b0000, #ff8000);
    background-image: -o-linear-gradient(top, #8b0000, #ff8000);
    background-image: -webkit-gradient(to bottom, #8b0000, #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-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;
}

.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 */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.footer-mobile {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
}

@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;
}

.lgformbuttonheaders {
    /*display: flex;*/
    /*flex-direction: row;*/
    justify-content: right;
    align-items: flex-end;
    text-align: right;
    vertical-align: middle;
    width: 1450px;
    /* height: 10px;*/
    padding-bottom: 10px;
}

.lgformbuttonheadershalf {
    /*display: flex;*/
    /*flex-direction: row;*/
    justify-content: right;
    align-items: flex-end;
    text-align: right;
    vertical-align: middle;
    width: 825px;
    /* 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;
        }
}



/* Drag and Drop*/
.drag {
    position: relative;
    min-height: 225px;
    margin: 0px;
}

.drag .wrapper {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    flex: 1 1 0;
    justify-content: space-around;
    color: 888;
}

.drag .wrapper ul {
    width: 100%;
    min-height: 35px;
    padding: 5px;
    list-style-type: none;
    background-color: rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.drag .wrapper ul li {
    background-color: #fff;
    text-align: center;
    vertical-align: central;
    transition: 0.3s ease-out;
    margin-bottom: 2px;
    width: 225px;
    height: 25px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    border-radius: 3px;
    cursor: move;
}

.drag .wrapper ul li:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.drag .wrapper ul li p {
    margin-bottom: 0;
    font-size: 16px;
}

.drag .wrapper ul li:active {
    background-color: #ed328f;
    color: white;
}

/* Mobile Menu Items */
.mtopnav {
    overflow: hidden;
    background-color: #333;
    position: relative;
}

    /* Hide the links inside the navigation menu (except for logo/home) */
    .mtopnav #myLinks {
        display: none;
    }

    /* Style navigation menu links */
    .mtopnav a {
        color: white;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 17px;
        display: block;
    }

        /* Style the hamburger menu */
        .mtopnav a.icon {
            background: #17347E;
            display: block;
            position: absolute;
            right: 0;
            top: 0;
        }

        /* Add a grey background color on mouse-over */
        .mtopnav a:hover {
            background-color: #17347E;
            color: black;
        }

/* Style the active link (or home/logo) */
.active {
    background-color: #17347E;
    color: white;
}

/* 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;
}

.spinner {
    position: absolute;
    width: 64px;
    height: 64px;
    position: center;
    border: 8px solid;
    border-color: #3d5af1 transparent #3d5af1 transparent;
    border-radius: 50%;
    animation: spin-anim 1.2s linear infinite;
}

@keyframes spin-anim {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.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);
    }
}

.calendar-ul {
    margin-bottom: 0;
    padding-bottom: 0;
}

.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);
    }
}

.modal-dialog-xxl {
    position: relative;
    width: 1900px;
    margin: 0.5rem;
    pointer-events: none;
}

.modal-content-xxl {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

:root {
    --bg-color: #f2f2f2; /* Adjust this value to your desired background color */
}

.arc-border-table-container {
    overflow: visible; /* Make sure the line is not clipped */
    padding-bottom: 15px; /* Provide space for the line */
    position: relative; /* Establish a positioning context */
    margin: 5px 25px 0px 25px;
    width: calc(100% - 50px); /* Adjust width to match the table exactly */
    display: flex; /* Added to center the table vertically */
    justify-content: center; /* Added to center the table horizontally */
    align-items: center; /* Added to center the table vertically */
}

.arc-border-table {
    border-collapse: separate;
    border-spacing: 0;
    position: relative;
    width: 80%; /* Adjusted from 100% to 80% */
    margin: 0 auto; /* Added to center the table horizontally */
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5); /* Shadow for the table */
}

    /* Outer arc lines starting at the top of the Name row with gradient */
    .arc-border-table::before, .arc-border-table::after {
        content: "";
        position: absolute;
        top: 1px; /* Adjusted to start at the top of the Name row */
        bottom: -10px; /* Extend down by 10px more */
        width: 18px;
        background-image: linear-gradient(to right, var(--bg-color) 5%, #eee 50%, var(--bg-color) 95%);
        border-radius: 18px 0 0 18px;
        z-index: 1;
    }

    .arc-border-table::before {
        left: -18px; /* Adjusted to match the line width */
    }

    .arc-border-table::after {
        right: -18px; /* Adjusted to match the line width */
        border-radius: 0 18px 18px 0;
    }

/* Inverted wavy line under the table moved closer to the bottom of the table */
.arc-border-table-container::after {
    content: "";
    position: absolute;
    left: 0; /* Align with the left edge of the container */
    right: 0; /* Align with the right edge of the container */
    bottom: 5px; /* Position the line closer to the bottom of the table */
    height: 20px; /* Height of the line */
    background-image: linear-gradient(to right, var(--bg-color) 5%, #eee 50%, var(--bg-color) 95%);
    background-size: 160px 20px;
    background-repeat: repeat-x;
    z-index: 0; /* Ensure the line is behind the arcs */
}

.arc-border-table th, .arc-border-table td {
    padding: 0px;
    border: 1px solid #ddd;
    text-align: left;
    background: #fff; /* Ensure cell background is white */
    position: relative;
    z-index: 1;
}

.arc-border-table th {
    background: linear-gradient( to right, rgba(255,255,255,0.2), rgba(255,255,255,0.5), rgba(255,255,255,0.2) ), var(--bg-color, #f2f2f2); /* Fallback background color */
    padding: 10px;
    border: 1px solid #ddd;
    text-align: left;
    position: relative;
    z-index: 1;
}

.arc-border-table tr:first-child th:first-child {
    border-top-left-radius: 0; /* Remove top left radiance */
}

.arc-border-table tr:first-child th:last-child {
    border-top-right-radius: 0; /* Remove top right radiance */
}

.arc-border-table tr:last-child td:first-child {
    border-radius: 0 0 0 18px;
}

.arc-border-table tr:last-child td:last-child {
    border-radius: 0 0 18px 0;
}