﻿
body {
   /* font-family: "Open Sans", sans-serif;*/
    /*font-family: "Raleway", sans-serif;*/
    font-family: Calibri, sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding-top: 0px;
    padding-bottom: 20px;
    /*font-size: small;*/
    color: #000B49;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 10px;
    padding-right: 10px;
}
.bg-primary {
    background-color: #3f6ad8 !important
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #2651be !important
}

.bg-secondary {
    background-color: #6c757d !important
}

a.bg-secondary:hover, a.bg-secondary:focus, button.bg-secondary:hover, button.bg-secondary:focus {
    background-color: #545b62 !important
}

.bg-success {
    background-color: #3ac47d !important
}

a.bg-success:hover, a.bg-success:focus, button.bg-success:hover, button.bg-success:focus {
    background-color: #2e9d64 !important
}

.bg-info {
    background-color: #16aaff !important
}

a.bg-info:hover, a.bg-info:focus, button.bg-info:hover, button.bg-info:focus {
    background-color: #0090e2 !important
}

.bg-warning {
    background-color: #f7b924 !important
}

a.bg-warning:hover, a.bg-warning:focus, button.bg-warning:hover, button.bg-warning:focus {
    background-color: #e0a008 !important
}

.bg-danger {
    background-color: #d92550 !important
}

a.bg-danger:hover, a.bg-danger:focus, button.bg-danger:hover, button.bg-danger:focus {
    background-color: #ad1e40 !important
}

.bg-light {
    background-color: #eee !important
}

a.bg-light:hover, a.bg-light:focus, button.bg-light:hover, button.bg-light:focus {
    background-color: #d5d5d5 !important
}

.bg-dark {
    background-color: #343a40 !important
}

a.bg-dark:hover, a.bg-dark:focus, button.bg-dark:hover, button.bg-dark:focus {
    background-color: #1d2124 !important
}

.bg-focus {
    background-color: #ffffee !important
}

a.bg-focus:hover, a.bg-focus:focus, button.bg-focus:hover, button.bg-focus:focus {
    background-color: #2d2a37 !important
}

.bg-alternate {
    background-color: #794c8a !important
}

a.bg-alternate:hover, a.bg-alternate:focus, button.bg-alternate:hover, button.bg-alternate:focus {
    background-color: #5c3a69 !important
}

.label {
    cursor: pointer;
    color: #555;
    display: block;
    padding: 10px;
    margin: 3px;
}
#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: white;
}

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 180px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}
.navbar-default {
    margin-bottom: 0;
    color: #FFFFFF;
    background-color: #676FA3;
    height: 42px;
    min-height: 42px;
    /*background-color: #676FA3#009DAE;*/
}
.navbar-top-links {
    margin-right: 0;
    font-family: "Open Sans", sans-serif;
    font-size: small;
    height: 42px;
}
    .navbar-top-links li {
        display: inline-block;
    }
        .navbar-top-links li:last-child {
            margin-right: 15px;
        }
        .navbar-top-links li a {
            padding: 0px;
            min-height: 42px;
            color: darkslateblue;
        }
    .navbar-top-links .dropdown-menu li {
        display: block;
        height: 40px;
    }
        .navbar-top-links .dropdown-menu li:last-child {
            margin-right: 0;
        }
        .navbar-top-links .dropdown-menu li a {
            padding: 3px 10px;
            min-height: 0;
        }
            .navbar-top-links .dropdown-menu li a div {
                white-space: normal;
            }
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        width: 310px;
        min-width: 0;
    }
    .navbar-top-links .dropdown-messages {
        margin-left: 5px;
    }
    .navbar-top-links .dropdown-tasks {
        margin-left: -59px;
    }
    .navbar-top-links .dropdown-alerts {
        margin-left: -123px;
    }
    .navbar-top-links .dropdown-user {
        right: 0;
        left: auto;
    }
.sidebar .sidebar-nav.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
    background-color: #EEF2FF;
    font-size: small;
    /*color: #000B49;*/
}
.sidebar .sidebar-search {
    padding: 15px;
}
.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
    /*color: #000B49;*/
}
    .sidebar ul li a.active {
        background-color: #CDDEFF;
        /*color: #000B49;*/
    }
.sidebar .arrow {
    float: right;
}
.sidebar .fa.arrow:before {
    content: "\f104";
}
.sidebar .active > a > .fa.arrow:before {
    content: "\f107";
}
.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    /*border-bottom: none !important;*/
    border-bottom: 1px solid #e7e7e7;
    color: #000B49;
}
    .sidebar .nav-second-level li a {
        padding-left: 35px;
        color: #000B49;
    }
    .sidebar .nav-third-level li a {
        padding-left: 52px;
    }
@media (min-width: 768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 180px;
        margin-top: 42px;
    }
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}
/*.btn {
    color: #428bca;
    background-color: transparent;
    transition: all .5s;
}*/
.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}
.btn-primary.btn-outline {
    color: #428bca;
}
.btn-success.btn-outline {
    color: #5cb85c;
}
.btn-info.btn-outline {
    color: #5bc0de;
}
.btn-warning.btn-outline {
    color: #f0ad4e;
}
.btn-danger.btn-outline {
    color: #d9534f;
}
    .btn-primary.btn-outline:hover,
    .btn-success.btn-outline:hover,
    .btn-info.btn-outline:hover,
    .btn-warning.btn-outline:hover,
    .btn-danger.btn-outline:hover {
        color: white;
    }
.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}
    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }
    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
textarea {
    max-width: 480px;
}

input,
select {
    /*max-width: 480px;*/
    max-width: 740px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.btn {
    border: #c5c5c5 0px solid;
    padding-top: 2px;
    padding-bottom: 2px;
}

    .btn:focus {
        outline: none;
        box-shadow: 0px 0px 3pt 2pt #16aaff;
        border: #8A8A8A 1px solid;
    }

.field-text-box {
    /*display: inline-block;*/
    display: block;
    width: 250px;
    margin-bottom: 10px;
}

.down_right {
    margin-top: 10px;
    margin-right: 10px;
    float: right;
}

.pageBodyCell {
    width: 100%;
}

#codesGridBody {
    width: 900px;
}

.tbl_grid {
    width: 100%;
    vertical-align: middle;
}

.grid-alt-row {
    background-color: #BFC0C3;
    background-image: none;
}

.ui-jqgrid-labels {
    background-color: #0069aa;
    color: White;
    font-weight: bold;
}

.ui-jqgrid .ui-pg-table TD {
    /*background-color:#00527A;*/
    background-color: #0069aa;
    color: White;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #79b7e7;
    background: #007AC4;
    font-weight: bold;
    color: #ffffff;
}

.ui-jqgrid tr.jqgrow td {
    white-space: normal;
}

.ui-widget-content .ui-state-hover a {
    color: #fff;
    text-decoration: underline;
}

.ui-widget-content A {
    color: Blue;
}

.message {
    color: Green;
    padding-left: 6px;
    padding-bottom: 6px;
    text-align: left;
}

fieldset {
    border: 2px solid #cacaca;
    padding: 10px 10px;
}

legend {
    margin-top: -10px;
    padding-bottom: 5px;
}

.nav-active {
    outline: thin dotted #333;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
    color: #ffffff !important;
    font-weight: bold;
}

.message {
    color: Green;
    padding-left: 4px;
    padding-bottom: 4px;
    text-align: left;
}

.email_form_txt {
    width: 250px;
    font-size: 12px;
}

.email_form_panel {
    border-width: 2px;
    border-style: solid;
    border-color: #C0C0C0;
    width: 100%;
    background-color: #F2F2F2;
    font-family: Arial;
    vertical-align: text-top;
    text-align: left;
    font-size: 0.9em;
}

.panel {
    border-radius: 8px;
    box-shadow: none;
    /*background-color: #EEF2FF;*/
    border: solid 1px #ee6c4d;
    margin-bottom : 4px;
}
    .panel .panel-heading {
        padding: 1px 12px;
        border-radius: 8px 8px 0px 0px;
        border-bottom: 0px solid #ee6c4d;
        /*background-color: #FF5959;*/
        background-color: #ee6c4d;
        color: #FFFFFF;
        /*border: solid 1px #FF5959;*/
    }
        .panel .panel-heading h4 {
            text-align: center;
        }
    .panel .panel-body {
        /*background-color: white;*/
        border-radius: 8px;
        margin: 0px 3px 3px 3px;
        min-height: 100px;
		padding: 10px;
        /*border: solid 1px #FF5959;*/
    }

.widget-content {
    padding: 0.5rem;
    flex-direction: row;
    align-items: center
}

    .widget-content .widget-content-wrapper {
        display: flex;
        flex: 1;
        position: relative;
        align-items: center
    }

    .widget-content .widget-content-left .widget-heading {
        opacity: .8;
        font-weight: bold
    }

    .widget-content .widget-content-left .widget-subheading {
        opacity: .5
    }

    .widget-content .widget-content-right {
        margin-left: auto
    }

    .widget-content .widget-numbers {
        font-weight: bold;
        font-size: 1.8rem;
        display: block
    }

    .widget-content .widget-content-outer {
        display: flex;
        flex: 1;
        flex-direction: column
    }

    .widget-content .widget-progress-wrapper {
        margin-top: 1rem
    }

        .widget-content .widget-progress-wrapper .progress-sub-label {
            margin-top: .33333rem;
            opacity: .7;
            display: flex;
            align-content: center;
            align-items: center
        }

            .widget-content .widget-progress-wrapper .progress-sub-label .sub-label-right {
                margin-left: auto
            }

    .widget-content .widget-content-right.widget-content-actions {
        visibility: hidden;
        opacity: 0;
        transition: opacity .2s
    }

    .widget-content:hover .widget-content-right.widget-content-actions {
        visibility: visible;
        opacity: 1
    }


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(26,54,126,0.25);
    border-radius: .25rem
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    color: black;
    font-size:large;
    background-color: #CDD;
    border-bottom: 1px solid rgba(26,54,126,0.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #fff;
    border-top: 1px solid rgba(26,54,126,0.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px)
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-deck {
    display: flex;
    flex-direction: column
}

    .card-deck .card {
        margin-bottom: 15px
    }

@media (min-width: 576px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }

        .card-deck .card {
            display: flex;
            flex: 1 0 0%;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px
        }
}

.card-group {
    display: flex;
    flex-direction: column
}

    .card-group > .card {
        margin-bottom: 15px
    }

@media (min-width: 576px) {
    .card-group {
        flex-flow: row wrap
    }

        .card-group > .card {
            flex: 1 0 0%;
            margin-bottom: 0
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0
            }

                .card-group > .card:first-child .card-img-top, .card-group > .card:first-child .card-header {
                    border-top-right-radius: 0
                }

                .card-group > .card:first-child .card-img-bottom, .card-group > .card:first-child .card-footer {
                    border-bottom-right-radius: 0
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0
            }

                .card-group > .card:last-child .card-img-top, .card-group > .card:last-child .card-header {
                    border-top-left-radius: 0
                }

                .card-group > .card:last-child .card-img-bottom, .card-group > .card:last-child .card-footer {
                    border-bottom-left-radius: 0
                }

            .card-group > .card:only-child {
                border-radius: .25rem
            }

                .card-group > .card:only-child .card-img-top, .card-group > .card:only-child .card-header {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem
                }

                .card-group > .card:only-child .card-img-bottom, .card-group > .card:only-child .card-footer {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
                    border-radius: 0
                }
}

.card-columns .card {
    margin-bottom: .75rem
}

.card-header, .card-title {
    text-transform: uppercase;
    color: rgba(13,27,62,0.7);
    font-weight: bold;
    font-size: 1.2rem
}

.card-header {
    display: flex;
    align-items: center;
    border-bottom-width: 1px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: .625rem;
    height: 3.5rem
}

    .card-header.no-border {
        border: 0;
        padding: 0;
        height: auto
    }

    .card-header .menu-header-subtitle {
        display: block
    }

    .card-header.card-header-tab .nav {
        width: auto;
        margin-left: auto
    }

    .card-header.card-header-tab .card-header-title {
        display: flex;
        align-items: center;
        white-space: nowrap
    }

    .card-header .header-icon {
        font-size: 1.65rem;
        margin-right: .625rem
    }

    .card-header > .nav {
        margin-left: -.625rem;
        height: 100%;
        width: 100%
    }

        .card-header > .nav .nav-item {
            position: relative;
            height: 100%;
            display: flex;
            align-items: center
        }

        .card-header > .nav .nav-link {
            text-transform: none;
            width: 100%;
            display: block;
            color: #495057
        }

            .card-header > .nav .nav-link::before {
                content: '';
                border-radius: 15px;
                background: #3f6ad8;
                transition: all .2s;
                height: 4px;
                width: 100%;
                position: absolute;
                left: 0;
                bottom: -2px;
                opacity: 0
            }

            .card-header > .nav .nav-link:hover {
                color: #3f6ad8
            }

            .card-header > .nav .nav-link.active {
                color: #3f6ad8
            }

                .card-header > .nav .nav-link.active::before {
                    opacity: 1
                }

.card-border {
    box-shadow: 0 0 0 transparent;
    border-width: 1px
}

.card-subtitle {
    margin-bottom: .75rem;
    font-size: .968rem;
    color: rgba(13,27,62,0.55)
}

.card-shadow-primary {
    box-shadow: 0 0.46875rem 2.1875rem rgba(63,106,216,0.03),0 0.9375rem 1.40625rem rgba(63,106,216,0.03),0 0.25rem 0.53125rem rgba(63,106,216,0.05),0 0.125rem 0.1875rem rgba(63,106,216,0.03)
}

.card-shadow-secondary {
    box-shadow: 0 0.46875rem 2.1875rem rgba(108,117,125,0.03),0 0.9375rem 1.40625rem rgba(108,117,125,0.03),0 0.25rem 0.53125rem rgba(108,117,125,0.05),0 0.125rem 0.1875rem rgba(108,117,125,0.03)
}

.card-shadow-success {
    box-shadow: 0 0.46875rem 2.1875rem rgba(58,196,125,0.03),0 0.9375rem 1.40625rem rgba(58,196,125,0.03),0 0.25rem 0.53125rem rgba(58,196,125,0.05),0 0.125rem 0.1875rem rgba(58,196,125,0.03)
}

.card-shadow-info {
    box-shadow: 0 0.46875rem 2.1875rem rgba(22,170,255,0.03),0 0.9375rem 1.40625rem rgba(22,170,255,0.03),0 0.25rem 0.53125rem rgba(22,170,255,0.05),0 0.125rem 0.1875rem rgba(22,170,255,0.03)
}

.card-shadow-warning {
    box-shadow: 0 0.46875rem 2.1875rem rgba(247,185,36,0.03),0 0.9375rem 1.40625rem rgba(247,185,36,0.03),0 0.25rem 0.53125rem rgba(247,185,36,0.05),0 0.125rem 0.1875rem rgba(247,185,36,0.03)
}

.card-shadow-danger {
    box-shadow: 0 0.46875rem 2.1875rem rgba(217,37,80,0.03),0 0.9375rem 1.40625rem rgba(217,37,80,0.03),0 0.25rem 0.53125rem rgba(217,37,80,0.05),0 0.125rem 0.1875rem rgba(217,37,80,0.03)
}

.card-shadow-light {
    box-shadow: 0 0.46875rem 2.1875rem rgba(238,238,238,0.03),0 0.9375rem 1.40625rem rgba(238,238,238,0.03),0 0.25rem 0.53125rem rgba(238,238,238,0.05),0 0.125rem 0.1875rem rgba(238,238,238,0.03)
}

.card-shadow-dark {
    box-shadow: 0 0.46875rem 2.1875rem rgba(52,58,64,0.03),0 0.9375rem 1.40625rem rgba(52,58,64,0.03),0 0.25rem 0.53125rem rgba(52,58,64,0.05),0 0.125rem 0.1875rem rgba(52,58,64,0.03)
}

.card-shadow-focus {
    box-shadow: 0 0.46875rem 2.1875rem rgba(68,64,84,0.03),0 0.9375rem 1.40625rem rgba(68,64,84,0.03),0 0.25rem 0.53125rem rgba(68,64,84,0.05),0 0.125rem 0.1875rem rgba(68,64,84,0.03)
}

.card-shadow-alternate {
    box-shadow: 0 0.46875rem 2.1875rem rgba(121,76,138,0.03),0 0.9375rem 1.40625rem rgba(121,76,138,0.03),0 0.25rem 0.53125rem rgba(121,76,138,0.05),0 0.125rem 0.1875rem rgba(121,76,138,0.03)
}

.card-header-lg {
    padding: 1.5rem 2.5rem;
    height: auto
}

.badge-primary {
    color: #fff;
    background-color: #3f6ad8
}

a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #2651be
}

.badge-secondary {
    color: #fff;
    background-color: #6c757d
}

a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62
}

.badge-success {
    color: #fff;
    background-color: #3ac47d
}

a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #2e9d64
}

.badge-info {
    color: #fff;
    background-color: #16aaff
}

a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #0090e2
}

.badge-warning {
    color: #212529;
    background-color: #f7b924
}

a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #e0a008
}

.badge-danger {
    color: #fff;
    background-color: #d92550
}

a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #ad1e40
}

.badge-light {
    color: #212529;
    background-color: #eee
}

a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #d5d5d5
}

.badge-dark {
    color: #fff;
    background-color: #343a40
}

a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124
}

.badge-focus {
    color: #fff;
    background-color: #444054
}

a.badge-focus:hover, a.badge-focus:focus {
    color: #fff;
    background-color: #2d2a37
}

.badge-alternate {
    color: #fff;
    background-color: #794c8a
}

a.badge-alternate:hover, a.badge-alternate:focus {
    color: #fff;
    background-color: #5c3a69
}

.badge {
    font-weight: bold;
    text-transform: uppercase;
    padding: 5px 10px;
    min-width: 19px
}

.badge-light {
    background: #fff
}

.btn .badge {
    margin-left: 8px
}

.btn-sm .badge-pill, .btn-group-sm > .btn .badge-pill {
    position: absolute;
    top: -4px;
    right: -4px
}

.badge-abs {
    position: absolute;
    right: -3px;
    top: -3px
}


.divider {
    margin-top: 1rem;
    margin-bottom: 1rem;
    height: 1px;
    overflow: hidden;
    background: #CDDEFF
}
