<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    --body-bgcolor: #f5f6f7;
    --main-font-color: #000;
    --table-bordercolor: #006e99;
    --button-bgcolor: #0c547a;
    --border-checkbox: #7e7e7e;
    --main-font-input-color: #5c5c5c;
    --input-bordercolor: #006e99;
    --tabmenu-bordercolor: rgb(224, 224, 224);
    --tabmenu-selectcolor: #0c547a;
    /* #93a5b2; border color master*/
}
/*------------------------------------------------------------------------------------------*/
/*Reset CSS*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    /*font: inherit;*/
    /*vertical-align: baseline;*/
    /*font-family: Arial;*/
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    font-size: 9pt;
    color: #fff
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
    display: table
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none
}


.cobalt-border-df {
    border: 1px solid #93a5b2;
}

/*------------------------------------------------------------------------------------------*/
/*.cobalt-boxmodule*/
.cobalt-boxmodule {
    background-color: #001326;
    color: #fff;
    border-radius: 8px;
    margin-top: 30px;
    text-align: left;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    display: inline-block
}

    .cobalt-boxmodule &gt; div {
        padding: 20px 30px;
        width: 100%
    }

    .cobalt-boxmodule:not(.not-title,.not-background-60) &gt; div:nth-child(1) {
        min-height: 69px;
        background-color: #203242;
        border-top-right-radius: 8px;
        border-top-left-radius: 8px;
    }


.box-title {
    font-size: 16pt;
    font-weight: bold;
    line-height: 30px
}

.box-title-1 {
    font-size: 11pt !important;
    font-weight: bold;
}

.box-title-2,
table.box-title-2 &gt; tbody &gt; tr &gt; td &gt; span.cobalt-checkbox,
table.box-title-2 &gt; tbody &gt; tr &gt; td &gt; span.cobalt-radio {
    font-size: 9pt;
    font-weight: bold;
}



.box-title-3 {
    font-size: 8pt;
}

.box-title-4 {
    font-size: 11pt;
    font-weight: bold;
    /*color: #1fafee*/
}

div.box-title-1 {
    padding-bottom: 10px
}

div.box-title-2 {
    padding-bottom: 10px
}


.cobalt-boxmodule .topborder-style {
    border-top: 2px solid #d1d3d4;
    margin-top: 15px;
    padding-top: 15px
}

.cobalt-boxmodule .topborder-style2 {
    border-top: 1px solid #d1d3d4;
    margin-top: 20px;
    padding-top: 20px
}

.cobalt-boxmodule .bottomborder-style {
    border-top: 2px solid #d1d3d4
}

.cobalt-boxmodule &gt; div:nth-child(2) {
    border-top: 2px solid #004470;
}

.cobalt-boxmodule.boxmodule-datagrid &gt; div:nth-child(2) {
}

.cobalt-boxmodule .box-page-name {
    text-align: left
}

.cobalt-line-style {
    border-top: 2px solid #d1d3d4;
    padding: 10px 0;
    margin-top: 10px;
}

.cobalt-line-style1 {
    border-top: 1px solid #d1d3d4;
}

.box-title-upper-to-lower::first-letter {
    text-transform: uppercase
}
div.boxmodule-ControlBox {
}

div.boxmodule-Systeminfo {
    margin-right: 30px
}
/*------------------------------------------------------------------------------------------*/
/*cobalt-button*/
.button80, .button100, .button150, .button250, .button-auto, .cobalt-divimg-button, .searchBoxContrl {
    background-color: #0c547a;
    border: 0px;
    color: White;
    font-weight: bold;
    font-family: Arial;
    cursor: pointer;
    font-size: 10pt;
    margin: 1px;
    padding: 4px 7px;
    outline: none;
    user-select: none;
}

    .button80:hover:enabled, .button100:hover:enabled, .button150:hover:enabled, .button250:hover:enabled, .button-auto:hover:enabled, .cobalt-divimg-button:hover, .searchBoxContrl :hover {
        background-color: rgba(12, 84, 122, 0.7);
    }

    .button80:disabled, .button100:disabled, .button150:disabled, .button250:disabled, .button-auto:disabled {
        background-color: #d4d4d4;
        color: #888;
        cursor: default
    }

    .button80:active, .button100:active, .button150:active, .button250:active, .button-auto:active {
        position: relative;
    }

    .button80:focus, .button100:focus, .button150:focus, .button250:focus, .button-auto:focus {
    }


    .button80::first-letter, .button100:first-letter, .button150:first-letter, .button250:first-letter, .button-auto:first-letter {
        text-transform: uppercase
    }

    .button100::first-letter {
        text-transform: capitalize;
    }

.searchBoxContrl {
    margin-top: 5px
}

.button80 {
    /*height: 22px;*/
    min-width: 80px;
    color: White;
}

.button100 {
    /*height: 22px;*/
    /*min-width: 100px;*/
}

.button150 {
    /*height: 22px;*/
    min-width: 150px;
}
/* big button hotlist*/
.button250 {
    /*height: 54px;*/
    min-width: 250px;
}

.button-auto {
    width: auto;
    min-width: 100px;
    /*height: 22px;*/
}


.button150_gray {
    background-color: gray;
    border: 1px solid #c1c1c1;
    height: 22px;
    width: 150px;
    color: White;
    font-weight: bold;
    font-family: Arial;
    cursor: pointer;
    font-size: 11pt;
    margin: 2px
}

.cobalt-img-button {
    background-repeat: no-repeat;
    background-position: center;
    height: 29px;
    min-width: 29px;
    background-size: 24px
}

.cobalt-divimg-button {
    background-repeat: no-repeat;
    background-position: center;
    width: 33px;
    height: 33px;
    background-size: 17px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%
}


/*cobalt-checkbox*/
span.cobalt-checkbox {
    position: relative;
    display: inline-block;
}

    span.cobalt-checkbox &gt; input[type=checkbox] {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

        span.cobalt-checkbox &gt; input[type=checkbox] + label {
            position: relative;
            padding-left: 25px;
            cursor: pointer;
            vertical-align: middle;
            padding-top: 5px
        }

            span.cobalt-checkbox &gt; input[type=checkbox] + label:before,
            span.cobalt-checkbox &gt; input[type=checkbox] + label:after {
                content: '';
                position: absolute;
            }

            span.cobalt-checkbox &gt; input[type=checkbox] + label:before {
                left: 0px;
                top: 3px;
                width: 15px;
                height: 15px;
                background-color: #fff;
                transition: background-color .2s;
                border: 1px solid #93a5b2;
                /*margin-top:3px*/
            }

            span.cobalt-checkbox &gt; input[type=checkbox] + label:after {
                width: 9px;
                height: 9px;
                transition: all .2s;
                top: 7px;
                left: 4px;
                /*margin-top:7px*/
            }

        /* on checked */
        span.cobalt-checkbox &gt; input[type=checkbox]:checked + label:before {
            /*background: #34495E;*/
        }

        span.cobalt-checkbox &gt; input[type=checkbox]:checked + label:after {
            background: #1fafee;
        }


        span.cobalt-checkbox &gt; input[type=checkbox]:focus + label:before {
            /*border: 1px dashed #777;*/
            /*box-sizing: border-box;*/
            /*margin-top: -1px;*/
        }

        span.cobalt-checkbox &gt; input[type=checkbox]:disabled + label:before {
            border: 1px solid #595959;
            background-color: #595959;
        }

        span.cobalt-checkbox &gt; input[type=checkbox]:disabled:checked + label:after {
            /*background-color: #c1c1c1;*/
        }

        span.cobalt-checkbox &gt; input[type=checkbox]:disabled + label {
            color: #595959
        }
label.cobalt-checkbox-disabled {
    color: #595959
}
/*------------------------------------------------------------------------------------------*/
/*cobalt-checkbox-list*/
table.cobalt-checkbox-list {
    position: relative;
}

    table.cobalt-checkbox-list td,
    table.cobalt-checkbox-list th {
        padding: 7px 5px;
    }

    table.cobalt-checkbox-list:not(.cobalt-checkbox-list-noborder) td,
    table.cobalt-checkbox-list:not(.cobalt-checkbox-list-noborder) th {
        border: 1px solid #93a5b2
    }

    table.cobalt-checkbox-list input[type=checkbox] {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

        table.cobalt-checkbox-list input[type=checkbox] + label {
            position: relative;
            padding-left: 25px;
            cursor: pointer;
            vertical-align: middle;
            padding-top: 5px
        }

            table.cobalt-checkbox-list input[type=checkbox] + label:before,
            table.cobalt-checkbox-list input[type=checkbox] + label:after {
                content: '';
                position: absolute;
            }

            table.cobalt-checkbox-list input[type=checkbox] + label:before {
                left: 0px;
                top: 3px;
                width: 15px;
                height: 15px;
                background-color: #fff;
                transition: background-color .2s;
                border: 1px solid #93a5b2;
                /*margin-top:3px*/
            }

            table.cobalt-checkbox-list input[type=checkbox] + label:after {
                width: 9px;
                height: 9px;
                transition: all .2s;
                top: 7px;
                left: 4px;
                /*margin-top:7px*/
            }

        /* on checked */
        table.cobalt-checkbox-list input[type=checkbox]:checked + label:before {
            /*background: #34495E;*/
        }

        table.cobalt-checkbox-list input[type=checkbox]:checked + label:after {
            background: #1fafee;
        }


        table.cobalt-checkbox-list input[type=checkbox]:focus + label:before {
            /*border: 1px dashed #777;*/
            /*box-sizing: border-box;*/
            /*margin-top: -1px;*/
        }

        table.cobalt-checkbox-list input[type=checkbox]:disabled + label:before {
            border: 1px solid #c9d2d8;
        }

        table.cobalt-checkbox-list input[type=checkbox]:disabled:checked + label:after {
            background-color: #c1c1c1;
        }

        table.cobalt-checkbox-list input[type=checkbox]:disabled + label {
            color: #595959
        }

/*------------------------------------------------------------------------------------------*/
/*cobalt-radio*/
span.cobalt-radio {
    position: relative;
    display: inline-block;
}

    span.cobalt-radio &gt; input[type=radio] {
        position: absolute;
        overflow: hidden;
        clip: rect(0 0 0 0);
        height: 1px;
        width: 1px;
        margin: -1px;
        padding: 0;
        border: 0;
    }

        span.cobalt-radio &gt; input[type=radio] + label {
            position: relative;
            padding-left: 25px;
            cursor: pointer;
            vertical-align: middle;
            padding-top: 5px
        }

            span.cobalt-radio &gt; input[type=radio] + label:before,
            span.cobalt-radio &gt; input[type=radio] + label:after {
                content: '';
                position: absolute;
            }

            span.cobalt-radio &gt; input[type=radio] + label:before {
                left: 0px;
                top: 3px;
                width: 15px;
                height: 15px;
                border-radius: 15px;
                background-color: #fff;
                transition: background-color .2s;
                border: 1px solid #93a5b2;
            }

            span.cobalt-radio &gt; input[type=radio] + label:after {
                width: 9px;
                height: 9px;
                border-radius: 9px;
                transition: all .2s;
                top: 7px;
                left: 4px;
            }

        /* on checked */
        span.cobalt-radio &gt; input[type=radio]:checked + label:before {
            border: 1px solid #1fafee;
        }

        span.cobalt-radio &gt; input[type=radio]:checked + label:after {
            background: #1fafee;
        }


        span.cobalt-radio &gt; input[type=radio]:focus + label:before {
            /*border: 1px dashed #777;*/
            /*box-sizing: border-box;*/
            /*margin-top: -1px;*/
        }

        span.cobalt-radio &gt; input[type=radio]:disabled + label:before {
            border: 1px solid #595959;
            background-color: #595959;
        }

        span.cobalt-radio &gt; input[type=radio]:disabled:checked + label:after {
            /*background-color: #c1c1c1;*/
        }

        span.cobalt-radio &gt; input[type=radio]:disabled + label {
            color: #595959
        }

/*------------------------------------------------------------------------------------------*/
/*cobalt-radio-list*/
table.cobalt-radio-list {
    position: relative;
}

    table.cobalt-radio-list td {
        padding: 5px 0
    }

        table.cobalt-radio-list td input[type=radio] {
            position: absolute;
            overflow: hidden;
            clip: rect(0 0 0 0);
            height: 1px;
            width: 1px;
            margin: -1px;
            padding: 0;
            border: 0;
        }

            table.cobalt-radio-list td input[type=radio] + label {
                position: relative;
                padding-left: 25px;
                cursor: pointer;
            }

                table.cobalt-radio-list td input[type=radio] + label:before,
                table.cobalt-radio-list td input[type=radio] + label:after {
                    content: '';
                    position: absolute;
                }

                table.cobalt-radio-list td input[type=radio] + label:before {
                    left: 0px;
                    top: -3px;
                    width: 15px;
                    height: 15px;
                    border-radius: 15px;
                    background-color: #fff;
                    transition: background-color .2s;
                    border: 1px solid #93a5b2;
                }

                table.cobalt-radio-list td input[type=radio] + label:after {
                    width: 9px;
                    height: 9px;
                    border-radius: 9px;
                    transition: all .2s;
                    top: 1px;
                    left: 4px;
                }

            /* on checked */
            table.cobalt-radio-list td input[type=radio]:checked + label:before {
                border: 1px solid #1fafee;
            }

            table.cobalt-radio-list td input[type=radio]:checked + label:after {
                background: #1fafee;
            }


            table.cobalt-radio-list td input[type=radio]:focus + label:before {
                /*border: 1px dashed #777;*/
                /*box-sizing: border-box;*/
                /*margin-top: -1px;*/
            }

            table.cobalt-radio-list td input[type=radio]:disabled + label:before {
                border: 1px solid #c9d2d8;
            }

            table.cobalt-radio-list td input[type=radio]:disabled:checked + label:after {
                background-color: #c1c1c1;
            }

            table.cobalt-radio-list td input[type=radio]:disabled + label {
                color: #656565
            }
/*------------------------------------------------------------------------------------------*/
/*clsTableFreeze*/

.clsTableFreeze {
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    border: 1px solid #93a5b2;
    width: 100%
}

    .clsTableFreeze td, .clsTableFreeze th {
        /*padding:0 8px;*/
        min-width: 50px;
        white-space: nowrap;
        padding: 0;
    }

    .clsTableFreeze tr th {
        position: relative;
        vertical-align: middle;
        font-size: 11pt;
        font-weight: bold;
        height: 30px;
        border: 1px solid #93a5b2;
        color: #fff;
    }

    .clsTableFreeze tr:first-child th {
        border-top: 0;
    }

    .clsTableFreeze tr th:first-child {
        border-left: 0;
    }

    .clsTableFreeze tr th a {
        color: #fff;
        text-decoration: none;
    }

    .clsTableFreeze tr td {
        font-size: 9pt;
        height: 30px;
        /*word-break: break-word;*/
        border: 1px solid #93a5b2;
        /*white-space: nowrap;*/
        border-bottom: none;
        border-top: none
    }

    .clsTableFreeze tr:first-child td {
        border-top: 0;
    }

    .clsTableFreeze tr td:first-child {
        border-left: 0;
    }

    .clsTableFreeze tr:last-child td {
        border-bottom: 0;
    }

    .clsTableFreeze tr td:last-child {
        border-right: 0;
    }
/*Div Pan Fix header*/
.clsDivPan_Cobalt {
    border: 1px solid #93a5b2;
    margin: 0 auto;
    overflow-x: auto;
}

    .clsDivPan_Cobalt table {
        border-collapse: collapse;
        border-spacing: 0;
        display: table;
        text-align: center;
        border-spacing: 0;
        border-collapse: collapse;
        width: 100%;
        table-layout: fixed;
    }

    .clsDivPan_Cobalt .content tr:nth-child(even) {
        background-color: #17324c;
        color: #98e0f4;
    }

    .clsDivPan_Cobalt .content tr:nth-child(odd) {
        /*background-color: #FFFEFF;*/
        /*color: rgb(52, 129, 47);*/
    }

    .clsDivPan_Cobalt .content tr:not(.cobalt-row-selected):hover td {
        background-color: rgba(204, 228, 238, 0.5) !important;
        cursor: default;
        color: #000;
    }

    .clsDivPan_Cobalt .content tr.cobalt-row-selected td {
        background-color: #006fab !important;
        cursor: default;
        /*color: #000;*/
    }

    .clsDivPan_Cobalt .content tr:hover td a {
        color: #000;
        cursor: pointer;
    }

    .clsDivPan_Cobalt .header tr {
        /*background-color: #C7D5FF;*/
    }

        .clsDivPan_Cobalt .header tr th {
            position: relative;
            vertical-align: middle;
            font-size: 9pt;
            font-weight: bold;
            height: 30px;
            padding: 9px 0;
            border: 1px solid #93a5b2;
        }

    .clsDivPan_Cobalt .header table tr:first-child th {
        border-top: 0;
    }

    .clsDivPan_Cobalt .header table tr th:first-child {
        border-left: 0;
    }

    .clsDivPan_Cobalt .header table tr:last-child th {
        /*border-bottom: 0;*/
    }

    .clsDivPan_Cobalt .header table tr th:last-child {
        border-right: 0;
    }

    .clsDivPan_Cobalt .header tr th a {
        color: #fff;
        text-decoration: none;
    }

    .clsDivPan_Cobalt .content tr td {
        font-size: 8.5pt;
        height: 30px;
        /*word-break: break-word;*/
        border: 1px solid #93a5b2;
        /*white-space: pre;*/
        padding: 9px 0;
        border-bottom: none;
        border-top: none;
        vertical-align: middle
    }

    .clsDivPan_Cobalt .cobalt-cell-checkbox {
        white-space: normal !important;
    }

    .clsDivPan_Cobalt .content table tr:first-child td {
        border-top: 0;
    }

    .clsDivPan_Cobalt .content table tr td:first-child {
        border-left: 0;
    }

    .clsDivPan_Cobalt .content table tr:last-child td {
        border-bottom: 0;
    }

    .clsDivPan_Cobalt .content table tr td:last-child {
        border-right: 0;
    }

    .clsDivPan_Cobalt .content tr td:not(.nowrap) {
        /*white-space: pre-wrap !important;*/
        word-break: break-word;
    }

    .clsDivPan_Cobalt table tr td, .clsDivPan_Cobalt table tr th {
        text-overflow: ellipsis;
    }

    .clsDivPan_Cobalt .scroll {
        overflow-y: auto;
        overflow-x: hidden;
    }

    .clsDivPan_Cobalt td.nowrap {
        white-space: nowrap;
    }

    .clsDivPan_Cobalt .content .cobalt-row-selected, .clsDivPan_Cobalt .content .rowselected, .clsDivPan_Cobalt .content .rowSelected {
        background-color: #006fab !important;
        /*color: #fff !important;*/
    }


    .clsDivPan_Cobalt span.cobalt-checkbox &gt; input[type=checkbox] + label {
        padding-left: 18px;
    }

    .clsDivPan_Cobalt .alink a {
        text-decoration: underline;
        color: #1fafee;
        cursor: pointer;
    }


@media all and (max-width: 1279px ) {
    .clsContentMaster .clsCenter &gt; div &gt; div {
        width: 100%;
    }
}

@media all and (min-width: 300px ) and (max-width:1024px) {
    .clsDivPan_Cobalt td.nowrap {
        white-space: pre-wrap !important;
    }
}

.cobalt-griddata-top-button {
    text-align: right
}

.cobalt-griddata-bottom-button {
    margin-top: 20px
}

.cobalt-griddata-total {
    text-align: right;
    font-weight: bold;
    padding-bottom: 10px
}

.cobalt-griddata-paging {
    width: 100%;
    min-width: 600px;
    height: 35px;
    /* background-color:#899af6; */
    font-weight: bold;
    line-height: 25px;
    border: 1px solid #93a5b2;
    border-bottom: none;
    padding: 5px 0
}
@media only screen and (max-width: 1366px) {
    .cobalt-griddata-paging {
        min-width: 535px;
    }
}
    .cobalt-griddata-paging table {
        width: 100%;
    }

        .cobalt-griddata-paging table &gt; tbody &gt; tr &gt; td {
            white-space: nowrap;
            padding: 0 5px
        }

            .cobalt-griddata-paging table &gt; tbody &gt; tr &gt; td:first-child {
                text-align: left;
                padding-left: 70px
            }
@media only screen and (max-width: 1366px) {
    .cobalt-griddata-paging table &gt; tbody &gt; tr &gt; td:first-child {
        padding-left: 10px
    }
}
            .cobalt-griddata-paging table &gt; tbody &gt; tr &gt; td:last-child {
                text-align: right;
                padding-right: 10px
            }

            .cobalt-griddata-paging table &gt; tbody &gt; tr &gt; td:nth-child(2) {
                text-align: right;
                padding-right: 20px;
                min-width: 166px
            }
@media only screen and (max-width: 1366px) {   
    .cobalt-griddata-paging table &gt; tbody &gt; tr &gt; td:nth-child(2) {
        min-width: inherit
    }
}
            .cobalt-griddata-paging table &gt; tbody &gt; tr &gt; td:nth-child(3) {
                text-align: left;
                min-width: 193px
            }
@media only screen and (max-width: 1366px) {
    .cobalt-griddata-paging table &gt; tbody &gt; tr &gt; td:nth-child(3) {      
        min-width: inherit
    }
}
                .cobalt-griddata-paging table &gt; tbody &gt; tr &gt; td:nth-child(3) select {
                    width: 60px;
                    margin-left: 10px
                }

            .cobalt-griddata-paging table &gt; tbody &gt; tr &gt; td:last-child select {
                width: 50px;
            }
.cobalt-griddata-paging table &gt; tbody &gt; tr &gt; td &gt; input[type=image]:nth-child(2) {
    height: 16px;
    vertical-align: middle;
}
            .cobalt-griddata-paging table &gt; tbody &gt; tr &gt; td &gt; input[type=image]:nth-child(1), .cobalt-griddata-paging table &gt; tbody &gt; tr &gt; td &gt; input[type=image]:nth-child(3) {
                vertical-align: middle;
                width: 16px;
                height: 16px
            }

    .cobalt-griddata-paging input[type=submit] {
        background-size: cover;
        border: 0;
        vertical-align: middle;
        cursor: pointer
    }

    .cobalt-griddata-paging .griddata-vertical {
        background-image: url(../../Images/verticalline.png) !important;
        width: 3px !important;
        height: 16px;
    }

    .cobalt-griddata-paging .griddata-prev {
        background-image: url(../../Images/NewLanding/cobalt-masterpage/pre.png) !important;
        width: 16px;
        height: 16px;
    }

        .cobalt-griddata-paging .griddata-prev:disabled {
            background-image: url(../../Images/NewLanding/cobalt-masterpage/pre1.png) !important;
            width: 16px;
            height: 16px;
        }

    .cobalt-griddata-paging .griddata-next {
        background-image: url(../../Images/NewLanding/cobalt-masterpage/next.png) !important;
        width: 16px;
        height: 16px;
    }

        .cobalt-griddata-paging .griddata-next:disabled {
            background-image: url(../../Images/NewLanding/cobalt-masterpage/next1.png) !important;
            width: 16px;
            height: 16px;
        }

.cobalt-griddata-norecord {
    border: 1px solid #93a5b2;
    border-top: none;
    text-align: center;
    padding: 10px;
    border-top: 0;
}


/*------------------------------------------------------------------------------------------*/
/*cobalt-formtable-input*/

.cobalt-formtable-input {
    width: 100%
}

    .cobalt-formtable-input &gt; tbody &gt; tr &gt; td {
        padding: 7px 5px;
        font-size: 9pt;
        vertical-align: baseline
    }

    .cobalt-formtable-input td input[type=text], .cobalt-formtable-input td input[type=password], .cobalt-formtable-input td select {
        width: 100%
    }

    .cobalt-formtable-input &gt; tbody &gt; tr &gt; td:nth-child(1) {
        text-align: right;
        /*max-width: 100px;*/
        word-break: break-word;
    }

    .cobalt-formtable-input &gt; tbody &gt; tr &gt; td:nth-child(2) {
        text-align: left
    }

.cobalt-celltable-alignleft &gt; tbody &gt; tr &gt; td:nth-child(1) {
    text-align: left;
}
/*------------------------------------------------------------------------------------------*/
/*cobalt-input*/
input[type="text"]:not(.dailyHour), input[type="password"], input[type="date"], input[type="time"], textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    outline: none;
    border-radius: 0;
    font-size: 8pt;
    background-color: #fff;
    color: #000;
    border: none;
    box-shadow: 0 0 0px 1px #93a5b2 !important;
    -moz-box-shadow: 0 0 0px 1px #93a5b2 !important;
    -webkit-box-shadow: 0 0 0px 1px #93a5b2 !important;
    height: 22px;
    font-family: Arial
}

    /*fix form IE*/
    select::-ms-expand {
        display: none;
    }

    input[type="text"]:not(.dailyHour):focus, input[type="password"]:focus, input[type="date"]:focus, input[type="time"]:focus, textarea:focus, select:focus {
        outline: none;
        background-color: none;
        /*border: 2px solid #5fc9f3 !important;*/
        box-shadow: 0 0 0px 2px #5fc9f3 !important;
        -moz-box-shadow: 0 0 0px 2px #5fc9f3 !important;
        -webkit-box-shadow: 0 0 0px 2px #5fc9f3 !important;
    }

input[type="text"]:not(.dailyHour), input[type="password"], input[type="date"], input[type="time"], textarea {
    /*width: calc(100% - 24px);*/
    padding: 5px 10px;
}

textarea {
    /*width: calc(100% - 22px);*/
}

select {
    /*width: calc(100% - 4px);*/
    min-width: 60px;
    /*padding: 0px 10px;*/
    background: #fff;
    color: #000;
    background-image: url(../../Images/NewLanding/cobalt-masterpage/arrow-select.png);
    background-size: 26px 26px;
    background-position: 100%;
    background-repeat: no-repeat;
    padding-right: 25px;
    padding-left: 10px
}

    select[size]:not([size='1']) {
        background-image: none;
        padding: 0;
        background-color: #001326
    }

        select[size]:not([size='1']) option {
            padding: 7px 5px;
            color:#fff
        }

    select[multiple="multiple"] {
        background-image: none;
    }

    select:not([size]) option {
        background-color: #001326;
        color: #fff;
    }

    select[size] option[selected="selected"] {
        background-color: #1fafee;
        color: #fff;
    }

    input[type="text"]:not(.dailyHour):disabled, input[type="password"]:disabled, input[type="date"]:disabled, input[type="time"]:disabled, textarea:disabled, select:disabled {
        background-color: #d4d4d4;
        color: #000
    }

input::placeholder {
    text-align: left;
    color: gray !important;
}

input::-webkit-input-placeholder {
    text-align: left;
    color: gray !important;
}

input:-ms-input-placeholder {
    text-align: left;
    color: gray !important;
}

input::-moz-placeholder {
    text-align: left;
    color: gray !important;
}





/*------------------------------------------------------------------------------------------*/
/*cobalt-tabmenu-tilte*/

.cobalt-tabmenu-tilte {
    text-align: left;
    /*padding-left: 20px;*/
    margin-bottom: 20px;
    border-bottom: 2px solid #d1d3d4;
}

    .cobalt-tabmenu-tilte &gt; div {
        /* border: 2px solid #ababb5; */
        /* background-color: #a3a0bd; */
        display: inline-block;
        padding: 10px 20px;
        margin-bottom: -1px;
        font-size: 11pt;
        font-weight: bold;
        color: #969696;
    }

        .cobalt-tabmenu-tilte &gt; div:not(.disable):hover {
            color: #3e3e3e;
            cursor: pointer
        }


    .cobalt-tabmenu-tilte div.active:not(.disable) {
        border-bottom: 3px solid #1fafee;
        color: #fff
    }

    .cobalt-tabmenu-tilte div.disable {
        color: #b9b9b9;
        cursor: not-allowed
    }

    .cobalt-tabmenu-tilte div.hidden {
        display: none
    }
/*------------------------------------------------------------------------------------------*/
/*cobalt-tabmenu-systemcdf*/

.cobalt-tabmenu-systemcdf {
    text-align: left;
    /*padding-left: 20px;*/
    margin-bottom: 20px;
    border-bottom: 2px solid #d1d3d4;
}

    .cobalt-tabmenu-systemcdf &gt; div {
        /* border: 2px solid #ababb5; */
        /* background-color: #a3a0bd; */
        display: inline-block;
        padding: 10px 20px;
        margin-bottom: -1px;
        font-size: 11pt;
        font-weight: bold;
        color: #969696;
    }

        .cobalt-tabmenu-systemcdf &gt; div:not(.disable):hover {
            color: #3e3e3e;
            cursor: pointer
        }


    .cobalt-tabmenu-systemcdf div.active:not(.disable) {
        border-bottom: 3px solid #1fafee;
        color: #fff
    }

    .cobalt-tabmenu-systemcdf div.disable {
        color: #b9b9b9;
        cursor: not-allowed
    }

    .cobalt-tabmenu-systemcdf div.hidden {
        display: none
    }

/*------------------------------------------------------------------------------------------*/
/*cobalt-gridtable*/
.cobalt-gridtable {
    border: 1px solid #93a5b2
}

    .cobalt-gridtable td {
        padding: 5px
    }



/*------------------------------------------------------------------------------------------*/
/*cobalt-popup*/

.cobalt-processing-panel {
    background-color: #ffffff;
    border: 1px solid #93a5b2;
    width: 350px;
    padding: 10px;
    position: absolute;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 20px 0;
    color: #000;
    z-index: 2000;
    display: none;
    border-radius: 8px
}

.cobalt-processing-bg {
    background-color: #000;
    filter: alpha(opacity=27);
    opacity: 0.27;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1999;
    display: none;
}

.cobalt-popup-bg {
    background-color: #112538;
    filter: alpha(opacity=7);
    opacity: 0.7;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.cobalt-popup-panel {
    background-color: #001326;
    border-radius: 8px;
    text-align: left;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    min-width: 450px;
}

.cobalt-popup-divtitle {
    background-color: #203242;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    font-size: 16pt;
    color: #fff;
    font-weight: bold;
    padding: 20px 30px;
    padding-right: 60px;
    border-bottom: 2px solid rgb(224, 224, 224);
    position: relative;
    white-space: nowrap;
    cursor: move
}

.cobalt-popup-icon-close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    background-image: url(../../images/NewLanding/cobalt-masterpage/close-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}

.cobalt-popup-divcontent {
    padding: 20px 30px;
    line-height:20px  
}

.cobalt-popup-message {
    padding: 20px;
    padding-top: 0 !important;
    text-align: center;
    color: #fff;
    max-height: 80vh;
    overflow: auto;
}

.cobalt-popup-button {
    text-align: center;
}



.cobalt-map-zone-control table {
    width: 100%
}

    .cobalt-map-zone-control table &gt; tbody &gt; tr &gt; td {
        vertical-align: middle;
        padding: 10px 0
    }

        .cobalt-map-zone-control table &gt; tbody &gt; tr &gt; td &gt; img {
            vertical-align: top;
            height: 23px;
            margin-top: 1px;
        }

    .cobalt-map-zone-control table td:nth-child(1) {
        text-align: left
    }

    .cobalt-map-zone-control table td:nth-child(2) {
        text-align: right
    }

/*------------------------------------------------------------------------------------------*/
input[type=image] {
    outline: 0;
}

/*------------------------------------------------------------------------------------------*/
.cobalt-input-datetime {
    float: left
}

    .cobalt-input-datetime + img {
        float: left;
        margin-top: -2px;
        height: 24px;
    }

/*------------------------------------------------------------------------------------------*/

/*cobalt-listview*/
.cobalt-listview-table {
    border: 1px solid #93a5b2
}

    .cobalt-listview-table &gt; thead &gt; tr &gt; th, .cobalt-listview-table &gt; tbody &gt; tr &gt; th {
        border: 1px solid #93a5b2;
        border-top: 0;
        padding: 5px;
        font-size: 9pt;
        font-weight: bold
    }

    .cobalt-listview-table &gt; tbody &gt; tr &gt; td {
        border: 1px solid #93a5b2;
        border-top: 0;
        border-bottom: 0;
        padding: 5px;
        font-size: 8pt;
        vertical-align: middle;
        word-break: break-all;
        cursor:pointer
    }

    .cobalt-listview-table.aligncenter &gt; tbody &gt; tr &gt; td {
        text-align: center;
    }

    .cobalt-listview-table.alignleft &gt; tbody &gt; tr &gt; td {
        text-align: left;
    }

    .cobalt-listview-table tr:hover &gt; tbody &gt; tr &gt; td {
        background-color: rgba(204, 228, 238, 0.5) !important;
        cursor: default;
        color: #000;
    }

    .cobalt-listview-table &gt; tbody &gt; tr.rowselected &gt; td {
        background-color: #cce4ee;
        color: #000;
        cursor: default;
    }

/*------------------------------------------------------------------------------------------*/
/*timepicker*/
.divTime input[type=text], .divBoxHours input[type=text] {
    padding: 0;
    outline: 0;
    border: 0;
    box-shadow: none !important;
    float: left;
    height: 17px
}

/*------------------------------------------------------------------------------------------*/
/*cobalt-matrix-table*/
.cobalt-table &gt; tbody &gt; tr &gt; td {
    padding: 5px;
}

.cobalt-table-cell-verticalmidle &gt; tbody &gt; tr &gt; td {
    vertical-align: middle
}


.cobalt-table-cellpadding &gt; tbody &gt; tr &gt; td {
    padding: 10px 20px 10px 0;
    vertical-align: middle
}

.cobalt-table-cellborder &gt; tbody &gt; tr &gt; td {
    padding: 10px;
    border: 1px solid #93a5b2
}




.cobalt-table-cell-border {
    border-bottom: 1px solid #93a5b2;
}

    .cobalt-table-cell-border &gt; tbody &gt; tr &gt; td {
        padding: 10px;
        border: 1px solid #93a5b2;
    }

    .cobalt-table-cell-border &gt; tbody &gt; tr:first-child td {
        border-top: 0;
    }

    .cobalt-table-cell-border &gt; tbody &gt; tr td:first-child {
        border-left: 0;
    }

    .cobalt-table-cell-border &gt; tbody &gt; tr:last-child td {
        border-bottom: 0;
    }

    .cobalt-table-cell-border &gt; tbody &gt; tr td:last-child {
        border-right: 0;
    }




.cobalt-table-cellcenter {
    text-align: center
}
.cobalt-table-cellcenter td{
    text-align: center
}

.cobalt-table-paddingstyle &gt; tbody &gt; tr &gt; td {
    padding: 7px 5px
}

    .cobalt-table-paddingstyle &gt; tbody &gt; tr &gt; td:first-child {
        padding-left: 0
    }
/*Add Edit User Page*/
.cobalt-matrix-checkbox &gt; tbody &gt; tr &gt; td {
    padding: 10px 0;
    min-width: 70px;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #93a5b2;
}

    .cobalt-matrix-checkbox &gt; tbody &gt; tr &gt; td:nth-child(1) {
        min-width: 90px;
        padding-left: 10px;
        text-align: left
    }

.cobalt-matrix-checkbox &gt; tbody &gt; tr:nth-child(1) &gt; td {
    border: 0
}

.cobalt-matrix-checkbox &gt; tbody &gt; tr &gt; td &gt; span.cobalt-checkbox &gt; input[type=checkbox] + label {
    padding-left: 18px;
    vertical-align: middle;
}


.cobalt-table-checkbox-nolabel &gt; tbody &gt; tr &gt; td &gt; span.cobalt-checkbox &gt; input[type=checkbox] + label {
    padding-left: 18px;
    vertical-align: middle;
}
.cobalt-table-checkbox-nolabel &gt; tbody &gt; tr &gt; td {
    height: 30px
}
/*------------------------------------------------------------------------------------------*/
/*cobalt-list-view-table*/
.cobalt-list-view-table &gt; tbody &gt; tr &gt; td {
    padding: 5px 0;
}

.cobalt-table-border-bottom &gt; tbody &gt; tr &gt; td {
    border-bottom: 1px solid #93a5b2;
    padding: 7px 5px
}

.cobalt-table-border-bottom &gt; tbody &gt; tr:last-child &gt; td {
    border-bottom: 0;
}


/*------------------------------------------------------------------------------------------*/
/*ajax__tab_xp*/
.ajax__tab_xp .ajax__tab_body {
    font-size: 9pt !important;
    border: 0 !important;
    padding: 0
}


.cobalt-menu-ajax {
}

    .cobalt-menu-ajax .ajax__tab_header {
        height: 40px;
        text-align: left;
        /*padding-left: 20px;*/
        border-bottom: 2px solid rgb(224, 224, 224);
    }

        .cobalt-menu-ajax .ajax__tab_header .ajax__tab_tab {
            padding: 10px 20px;
            margin-bottom: -1px;
            font-size: 11pt;
            font-weight: bold;
            color: #969696;
        }



            .cobalt-menu-ajax .ajax__tab_header .ajax__tab_tab:hover {
                background-color: #fafafa;
                color: #3e3e3e;
                cursor: pointer
            }



        .cobalt-menu-ajax .ajax__tab_header .ajax__tab_active {
            border-bottom: 3px solid #0c547a;
            color: #000
        }

    .cobalt-menu-ajax .ajax__tab_panel {
        padding: 20px 0
    }
/*------------------------------------------------------------------------------------------*/
/*datepicker*/
.divtime .timess, .divtime .timemm, .divtime .timehh {
    padding: 0 !important
}

.divtime span.spanSplit1 {
    left: 49px;
    color: #000
}

.divtime span.spanSplit2 {
    left: 85px;
    color:#000
}

/*------------------------------------------------------------------------------------------*/

.cobalt-text-uppercase {
    text-transform: uppercase;
}

.slide-switch-style {
    display: inline-block;
    margin: 0 30px
}

    .slide-switch-style &gt; div {
        position: relative
    }

        .slide-switch-style &gt; div &gt; div {
            position: absolute
        }

    .slide-switch-style &gt; div {
        background-color: #007aaa;
        width: 50px;
        height: 20px;
        border-radius: 5px;
        cursor: pointer;
    }

        .slide-switch-style &gt; div &gt; div {
            background-color: #fff;
            border: 2px solid #93a5b2;
            border-radius: 5px;
            width: 30px;
            height: 30px;
            top: -5px;
            text-align: center;
            padding: 5px 10px;
            cursor: pointer;
        }

            .slide-switch-style &gt; div &gt; div &gt; div {
                background-color: #007aaa;
                width: 6px;
                height: 15px
            }


.buttonAbout {
    width: 23px;
    height: 23px;
    cursor: pointer;
    background: url(../../Images/NewLanding/cobalt-masterpage/about.png) no-repeat center;
    border: 0px;
    margin: 0px;
    padding: 0px;
    /*position: absolute;*/
    vertical-align: middle
}

.cobalt-bg-default {
    background-color: #001326;
    color: #fff;
    border: 1px solid #fff;
}

.text-color-default-1 {
    color:#000
}
.cobalt-table-padding-td &gt; tbody &gt; tr &gt; td {
    padding: 5px
}
.cobalt-input-datetime {
width: calc(100% - 30px) !important
}
.text-color-default-2 {
    color: #007aaa;
}

.cobalt-a-link {   
    cursor: pointer
}
    .cobalt-a-link:hover {
        cursor: pointer;
        text-decoration: underline
    }</pre></body></html>