body {
    font-family: RobotoRegular, sans-serif !important;
    margin: 0px;
    padding: 0;
    font-size: 10px;
    background-image: url("") !important;
}

/* Dashboard */

.ui-breadcrumb {
    font-size: 10pt;
    height: 18px;
    margin: 0px;
    background-image: none !important;
    background-color: white !important;
    border: none !important;
    text-decoration: none !important;
}


.jqplot-xaxis-label {
    font-size: 20pt !important;
}

.ui-treetable tbody td {
    padding: 0px;
    margin: 0;
}

.pnlDashboard.ui-panel .ui-panel-content {
    padding: 0px;
    margin: 0;
}

.icon-collapse {
    background-image: url(../../resources/images/arrow_left.png) !important;
}

.icon-expand {
    background-image: url(../../resources/images/arrow_right.png) !important;
}


#nav {
    min-width: 800px;
}


.wv-table-dboard thead tr td a {
    cursor: n-resize;
}


/*Samrtadmin main*/

#main {
    padding-bottom: 5px;
    margin-top: 10px;
}

.fixed-header #main {
    margin-top: 49px; /*49px; */
}

.hidden-menu #main {
    margin-left: 5px;
}

/*Samrtadmin hidden menu*/
@media (max-width: 979px) and (min-width: 0) {
    .hidden-menu #left-panel {
        left: -220px !important;
    }

    .hidden-menu #main {
        left: 0px !important;
    }

    .hidden-menu-mobile-lock #left-panel {
        left: 0 !important;
    }
}


ul#navigation {
    font-size: 8pt;
    border-right: 1px solid #c4dbe7;
    min-width: 800px;
}

    ul#navigation li {
        display: inline;
        font-size: 8pt;
        font-weight: bold;
        margin: 0;
        padding: 0;
        float: left;
        position: relative;
        border-top: 1px solid #f8f8f8;
        border-bottom: 2px solid #002f6f;
    }

        ul#navigation li a {
            padding: 10px 35px;
            color: #616161;
            text-shadow: 1px 1px 0px #fff;
            text-decoration: none;
            display: inline-block;
            border-right: 1px solid #fff;
            border-left: 1px solid #C2C2C2;
            border-top: 1px solid #fff;
            background: #f5f5f5;
            -webkit-transition: color 0.2s linear, background 0.2s linear;
            -moz-transition: color 0.2s linear, background 0.2s linear;
            -o-transition: color 0.2s linear, background 0.2s linear;
            transition: color 0.2s linear, background 0.2s linear;
        }

            ul#navigation li a:hover {
                background: #f8f8f8;
                color: #ed1c24;
            }

        ul#navigation li:hover > a {
            background: #fff;
        }

/* Drop-Down Navigation 
    ul #navigation li:hover > ul {
            visibility: visible;
            opacity: 1;
        }

    ul#navigation ul, ul#navigation ul li ul {
        list-style: none;
        margin: 0;
        padding: 0;
        visibility: hidden;
        position: absolute;
        z-index: 99999;
        width: 180px;
        background: #f8f8f8;
        box-shadow: 1px 1px 3px #ccc;
        opacity: 0;
        -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
        -moz-transition: opacity 0.2s linear, visibility 0.2s linear;
        -o-transition: opacity 0.2s linear, visibility 0.2s linear;
        transition: opacity 0.2s linear, visibility 0.2s linear;
    }

    ul#navigation ul {
        top: 43px;
        left: 1px;
    }

        ul#navigation ul li ul {
            top: 0;
        }

        ul#navigation ul li {
            clear: both;
            width: 100%;
            border: 0 none;
            border-bottom: 1px solid #c9c9c9;
        }

            ul#navigation ul li a {
                background: none;
                padding: 7px 15px;
                color: #616161;
                text-shadow: 1px 1px 0px #fff;
                text-decoration: none;
                display: inline-block;
                border: 0 none;
                float: left;
                clear: both;
                width: 150px;
            }

    ul#navigation li a.first {
        border-left: 0 none;
    }

    ul#navigation li a.last {
        border-right: 0 none;
    }

.colLast {
    width: 45px;
    height: 30px;
    padding: 0px;
    margin: 0px;
}


.colParam {
    width: 8px;
}

.colParam1 {
    width: 28px;
    height: 30px;
    padding: 0px;
    margin: 0px;
}


.colParam2 {
    width: 20px !important;
    white-space: normal !important;
}


.colMA {
    width: 15px;
    text-align: center;
}

.colName {
    min-width: 120px;
    white-space: normal !important;
}

.colValue {
    text-align: right;
}

.colLast {
    width: 10px;
}

.inputwrapper {
}

.buttonStandart {
    background-color: #0972dd !important;
    display: block !important;
    border: 1px solid #0c57a3 !important;
    padding: 10px !important;
    background: #0972dd !important;
    width: 100% !important;
    color: #fff !important;
    text-transform: uppercase !important;
    box-shadow: none !important;
}



    .buttonStandart:hover {
        background-color: #1e82e8 !important;
    }

.ui-state-hover {
    moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    font-weight: normal !important;
}


.ui-selectcheckboxmenu {
    display: block !important;
}


.ui-datepicker {
    border: 1px solid #3b3e40 !important;
}


.columnStandart {
    display: table-cell;
}


.columnChart {
    display: table-cell;
}


@media handheld, screen and (max-width: 801px) {
    .columnStandart {
        display: block;
        width: 100%;
        max-width: none;
    }

    .columnChart {
        display: block;
        width: 100% !important;
        max-width: none;
    }
}





#IconBadgeNotUsed {
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
    background: #0091d9;
    background-color: rgb(0, 145, 217);
    display: inline-block;
    - -font-size: 8px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
    color: #fff;
    - -font-weight: 700;
    border-radius: 0px;
    moz-border-radius: 0px;
    -webkit-border-radius: 50%;
    - -padding: 2px 4px 3px;
    text-align: center;
    line-height: normal;
}

.page-title {
    margin: 0px 0 0px !important;
    font-family: RobotoRegular, sans-serif !important;
}

.fixed-header #main {
    margin-top: 25px;
}

.pageicon {
    vertical-align: middle !important;
    <!--
    size: 50px; -->
    height: 30px;
    padding: 6px 2px;
    color: dodgerblue;
    border: 3px solid dodgerblue;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px; <!--
    text-align: center;
    -->
}

    .pageicon i {
        padding: 5px 5px 5px 5px;
        color: dodgerblue;
        line-height: normal;
        font-size: 22px;
    }

#ribbon {
    min-height: 38px !important;
    height: 38px !important;
}

.ribbon-button-alignment {
    padding-top: 5px !important;
}

    .ribbon-button-alignment li {
        margin-top: 6px;
        margin-right: 10px;
        color: dodgerblue;
        font-size: 25px;
        font-weight: bold;
        font-family: RobotoRegular, sans-serif !important;
    }

.btn-ribbon {
    height: 28px !important;
    padding-top: 5px !important;
    border-radius: 0px !important;
    margin-right: 5px !important;
    font-family: RobotoRegular, sans-serif !important;
    background-color: gray !important;
    background-image: none !important;
}

    .btn-ribbon a {
        font-size: 16px !important;
        color: white !important;
    }

.btn-ribbon-selected a {
    font-weight: bolder;
    - -color: dodgerblue !important;
    - -text-decoration: underline;
    font-size: 18px !important;
}



.input-widget {
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    padding: 0px 0px 0px 0px !important;
    vertical-align: middle !important;
}

    .input-widget:hover {
        box-shadow: none !important;
        background-image: none !important;
        border: 1px solid dodgerblue !important;
        background: none !important;
    }

.ui-state-hover {
    background: none !important;
    font-weight: inherit !important;
}

.input-widget label {
    vertical-align: middle !important;
    padding: 0 15px 0 0px !important;
    font-size: 15px !important;
}

.input-widget .ui-icon {
    vertical-align: middle !important;
    margin-top: 8px !important;
}








#content {
    padding-left: 5px !important;
    padding-top: 5px !important;
}

/* disable text shadow on primeface buttons*/
.ui-button-text {
    text-shadow: none !important;
}

/* correct primefaces radiobutton 20180208 */
.ui-radiobutton-icon {
    margin-left: 0px !important;
    margin-top: -1px !important;
}

/* correct title of dialog 20180209 */
.ui-dialog .ui-dialog-titlebar {
    margin: 5px 5px 5px 5px !important;
    padding: 0 !important;
    font-size: 10px !important;
}

/* correct closeicon of dialog 20180209 */
.ui-dialog .ui-dialog-titlebar-close {
    margin: 15px 10px 5px 0px !important;
}


.fixed-ribbon #content {
    - -padding-top: 25px !important;
}

.headerBadge {
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: default !important;
    display: inline-block;
    height: 30px;
    width: 30px;
    padding: 3px;
    text-align: center;
    text-decoration: none !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: #f8f8f8;
    - -background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f1f1f1));
    - -background-image: -webkit-linear-gradient(top, #f8f8f8, #f1f1f1);
    - -background-image: -moz-linear-gradient(top, #f8f8f8, #f1f1f1);
    - -background-image: -ms-linear-gradient(top, #f8f8f8, #f1f1f1);
    - -background-image: -o-linear-gradient(top, #f8f8f8, #f1f1f1);
    - -background-image: linear-gradient(top, #f8f8f8, #f1f1f1);
    border: 1px solid darkgray;
    color: #c4bab6;
    font-size: 19x;
    margin: 10px 5px 0 5px;
    position: relative;
    border-radius: 3px;
}

    .headerBadge i.icon {
        font-size: 20px;
        margin: 0px 0px 0px 0px;
        vertical-align: middle;
        color: black;
        --font-weight: bold;
    }

    .headerBadge b.badge {
        position: absolute;
        background-color: #ea581c;
        color: white;
        top: -7px;
        right: -7px;
        height: 14px;
        width: 14px;
        padding: 2px 0px 0px 0px;
        font-size: 9px;
        font-weight: 500;
        text-align: center;
        --border: 1px solid darkgray;
    }

    .headerBadge b.badge-LB {
        bottom: -7px;
        left: -7px;
    }




    .headerBadge b.badge-md {
        top: 8px;
        right: 8px;
        height: 20px;
        width: 20px;
        padding: 5px 0px 0px 0px;
        font-size: 11px;
        text-align: center;
        --border: 1px solid darkgray;
    }

    .headerBadge b.badge-center {
        top: 2px;
        right: 2px;
        height: 25px;
        width: 25px;
        padding: 6px 0px 0px 0px;
        font-size: 14px;
        text-align: center;
        border-radius: 20px;
        --border: 1px solid darkgray;
    }




    .headerBadge b.badgeNotUsed {
        position: absolute;
        top: -5px;
        right: -5px;
        height: 14px;
        width: 14px;
        - -cursor: pointer;
        background: #0091d9;
        background-color: rgb(0, 145, 217);
        - -display: inline-block;
        font-size: 8px;
        - -box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0-- rgba(0, 0, 0, .07);
        color: #fff;
        font-weight: 700;
        border-radius: 50%;
        moz-border-radius: 50%;
        webkit-border-radius: 50%;
        - -padding: 2px 5px 2px 5px;
        text-align: center;
        line-height: normal;
    }

#IconBadgeNotUsed {
    position: absolute;
    top: -5px;
    right: -5px;
    cursor: pointer;
    background: #0091d9;
    background-color: rgb(0, 145, 217);
    display: inline-block;
    - -font-size: 8px;
    box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
    color: #fff;
    - -font-weight: 700;
    border-radius: 0px;
    moz-border-radius: 0px;
    -webkit-border-radius: 50%;
    - -padding: 2px 4px 3px;
    text-align: center;
    line-height: normal;
}

.page-title {
    margin: 0px 0 10px;
    font-family: RobotoRegular, sans-serif !important;
}

.pageicon { <!--
    size: 50px; -->
    height: 30px;
    padding: 6px 2px;
    color: dodgerblue;
    border: 3px solid dodgerblue;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px; <!--
    text-align: center;
    -->
}

    .pageicon i {
        padding: 5px 5px 5px 5px;
        color: dodgerblue;
        line-height: normal;
        font-size: 22px;
    }


/* Popover */

.popover {
    color: black !important;
}

.popover-title {
    color: black;
    font-weight: 700 !important;
}



/* RIBBON */

#ribbon {
    min-height: 38px !important;
    height: 38px !important;
}

.ribbon-button-alignment {
    padding-top: 5px !important;
}

    .ribbon-button-alignment li {
        margin-top: 6px;
        margin-right: 10px;
        color: dodgerblue;
        font-size: 25px;
        font-weight: bold;
        font-family: RobotoRegular !important;
    }


.btn-ribbon {
    height: 28px !important;
    padding-top: 3px !important;
    border-radius: 0px !important;
    --margin-right: 5px !important;
    font-family: RobotoRegular, sans-serif !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 1px solid gray !important;
}

.label-ribbon {
    height: 28px !important;
    padding-top: 0px !important;
    border-radius: 0px !important;
    --margin-right: 5px !important;
    font-family: RobotoRegular, sans-serif !important;
    background-color: transparent !important;
    background-image: none !important;
}


.btn-ribbon a {
    font-size: 17px !important;
    color: white !important;
    --vertical-align: middle !important;
}

.btn-ribbon:hover {
    border: 1px solid white !important;
}

.btn-ribbon a:hover {
    text-decoration: none !important;
}

.btn-ribbon-selected {
    background-color: gray !important;
}

    .btn-ribbon-selected a {
        font-weight: bolder;
        --color: dodgerblue !important;
        --text-decoration: underline;
        --font-size: 18px !important;
    }


/* Widget header 20171228*/

.jarviswidget > header {
    height: 24px !important;
}

    .jarviswidget > header > .widget-icon {
        font-size: 18px !important;
        vertical-align: middle !important;
        width: 20px !important;
        height: 22px !important;
        line-height: 22px !important;
        margin-right: -5px !important;
        margin-left: 5px !important;
        margin-top: 2px !important;
    }

    .jarviswidget > header h2 {
        line-height: 24px !important;
        width: auto;
    }


.jarviswidget-ctrls .button-icon {
    min-width: 20px !important;
    height: 22px !important;
}

.jarviswidget-loader {
    width: 22px !important;
    height: 22px !important;
    line-height: 22px !important;
}

.widget-toolbar > .smart-form .toggle:last-child {
    line-height: 19px !important;
}

.jarviswidget-ctrls a {
    font-size: 14px !important;
    line-height: 24px !important;
}

.smart-form fieldset {
    padding-top: 15px !important;
}

smart-form footer {
    padding: 1px 4px 5px !important;
}

.smart-form legend {
    padding-top: 5px;
}


.widget-toolbar {
    height: 22px !important;
    line-height: 22px !important;
}


    .widget-toolbar .btn-group {
        margin-top: -2px !important;
    }

    .widget-toolbar .btn {
        margin-top: 0px !important;
        font-size: 12px !important;
        padding: 1px 8px !important;
    }

    .widget-toolbar input[type=text] {
        height: 12px !important;
        padding: 1px 10px;
        font-size: 12px;
        text-align: center;
        line-height: 1;
    }


/*Select2*/

.select2-container-multi .select2-choices .select2-search-choice, .select2-selection__choice {
    border: 0px !important;
    line-height: 20px !important;
    font-size: 12px !important;
}

/*'remove' selected from the list*/
.select2-results__option[aria-selected=true] {
    display: none;
}

/*
.select2-container .select2-choice, .select2-selection {
	height: 22px !important;
	line-height: 22px !important;
}
*/

.jarviswidget {
    margin-bottom: 5px !important;
}



/* Widget */

/* Button in widget content*/
.btn-widget {
    --margin-right: 2px !important;
    margin-bottom: 1px !important;
    height: 22px;
    !important;
    vertical-align: middle !important;
    text-align: center !important;
    font-size: 11px !important;
    font-family: RobotoRegular, sans-serif !important;
    padding: 2px 5px 0px 5px !important;
}

    .btn-widget .icon {
        font-size: 15px !important;
    }


.btn-group .btn:not(:last-child) {
    border-right: 2pt solid lightgray !important;
}

.input-widget {
    border: 1px solid #ccc !important;
    box-shadow: none !important;
    padding: 0px 0px 0px 0px !important;
    vertical-align: middle !important;
}

    .input-widget:hover {
        box-shadow: none !important;
        background-image: none !important;
        border: 1px solid dodgerblue !important;
        background: none !important;
    }

.ui-state-hover {
    background: none !important;
    font-weight: inherit !important;
}

.input-widget label {
    vertical-align: middle !important;
    padding: 0 15px 0 0px !important;
    font-size: 15px !important;
}

.input-widget .ui-icon {
    vertical-align: middle !important;
    margin-top: 8px !important;
}

.ui-selectcheckboxmenu .ui-selectcheckboxmenu-trigger {
    padding: 0px !Important;
}

/* Plotly */

.js-plotly-plot .plotly .modebar-btn path {
    fill: royalblue !important;
}

.js-plotly-plot .plotly .modebar {
    z-index: 1 !important;
}

.js-plotly-plot .plotly .modebar-btn {
}

.js-plotly-plot .plotly .legend .bg {
    fill-opacity: 0.5 !important;
}



/* JSpanel */

.jsPanel .jsPanel-titlebar {
    height: 24px !important;
}

.jsPanel-titlebar .jsPanel-title {
    font-size: 14px !important;
    font-variant: normal !important;
}

.jsPanel-hdr-toolbar .btn {
    padding: 3px 5px !important;
}

    .jsPanel-hdr-toolbar .btn .icon {
        font-size: 18px !important;
        vertical-align: middle !important;
    }

.jsPanel-ftr .btn .icon {
    font-size: 18px !important;
    vertical-align: middle !important;
}

.jsPanel-controlbar .jsPanel-btn .custom-control-icon {
    font-size: 20px !important;
}


/* Grid-stack*/
.grid-stack {
    margin: 0px 0px 0px 5px !important;
}
/*style="margin-left:5px; margin-right:0px; "*/

/* Grid-stack-item*/
.grid-stack-item-content {
    left: 0px !important;
    right: 10px !important;
    padding-bottom: 26px !important; /*compensate header*/
}

/*hide resize icon*/
.ui-resizable-se, .ui-resizable-sw {
    opacity: 0 !important;
}

.grid-stack > .grid-stack-item > .ui-resizable-w {
    left: -5px !important;
}

.grid-stack > .grid-stack-item > .ui-resizable-e {
    right: -2px !important;
}

.grid-stack > .grid-stack-item > .ui-resizable-s {
    bottom: -2px !important;
    right: -2px !important;
}


.grid-stack.grid-stack-one-column-mode > .grid-stack-item {
    margin-bottom: 5px !important;
}


.grid-stack-item-content > header {
    height: 24px;
    line-height: 24px;
    border-color: #383838 !important;
    background: #404040;
    color: #fff;
    z-index: 99;
}

    .grid-stack-item-content > header > .widget-icon {
        font-size: 18px !important;
        vertical-align: middle !important;
        width: 20px !important;
        height: 22px !important;
        line-height: 22px !important;
        margin-right: 5px !important;
        margin-left: 5px !important;
        margin-top: 2px !important;
        cursor: move;
    }

    .grid-stack-item-content > header h2 {
        line-height: 24px !important;
        font-family: RobotoRegular, sans-serif !important;
        height: 100%;
        width: auto;
        display: inline-block;
        font-size: 14px;
        position: relative;
        margin: 0;
        line-height: 34px;
        font-weight: 400;
        letter-spacing: 0;
    }


    .grid-stack-item-content > header .widget-ctrls {
        width: auto;
        float: right;
        padding: 0;
        margin: 0;
        margin-left: 2px;
        margin-right: 0px;
        border: 0px solid rgba(0,0,0,.09);
        z-index: 101;
    }

        .grid-stack-item-content > header .widget-ctrls .button-icon {
            min-width: 22px !important;
            --height: 22px !important;
            --margin-top: 1px;
            float: left;
            position: relative;
            font-family: Arial,Helvetica,sans-serif;
            border-left: 1px solid lightgray;
            color: white !important;
        }

        .grid-stack-item-content > header .widget-ctrls a {
            font-size: 14px !important;
            line-height: 24px !important;
            text-decoration: none;
            font-size: 14px;
            text-align: center;
            display: inline-block;
            line-height: 32px;
            padding: 0 10px 0 10px;
            margin: 0;
            color: #333;
            background-color: gray;
        }



    .grid-stack-item-content > header .widget-toolbar {
        height: 22px !important;
        line-height: 22px !important;
    }

        .grid-stack-item-content > header .widget-toolbar > .smart-form .toggle:last-child {
            line-height: 19px !important;
        }


        .grid-stack-item-content > header .widget-toolbar .btn-group {
            margin-top: -2px !important;
        }

        .grid-stack-item-content > header .widget-toolbar .btn {
            margin-top: 2px !important;
            font-size: 12px !important;
            padding: 2px 8px !important;
            margin-left: 1px !important;
            height: 21px !important;
        }

            .grid-stack-item-content > header .widget-toolbar .btn i {
                font-size: 15px !important;
            }

        .grid-stack-item-content > header .widget-toolbar input[type=text] {
            height: 12px !important;
            padding: 1px 10px;
            font-size: 12px;
            text-align: center;
            line-height: 1;
        }

.grid-stack-item-content > .body {
    /*height: 100%;*/
}





/*Datatable*/
.wrapDatatable {
    padding: 2px;
    margin: 2px;
    width: auto;
    height: 100%;
}

table.dataTable a[class*='tb-row-btn'] {
    font-size: 22px !important;
    padding-right: 6px;
}

div.DTED_Lightbox_Wrapper {
    left: 5% !important;
    margin-left: 0px !important;
    width: 90% !important;

}

.DTE_Label {
    font-size: 12px !important;
    font-weight: bold !important;
}

/*table button main icon*/
.dataTables_wrapper button[class*='tb-main-icon'] {
    padding: 2px 2px 2px 2px !important;
    /*line-height: 17px;*/
    height: 31px;
    /*width: 31px;*/
    text-align: center;
    /*margin: 3px 5px 1px 5px;*/

    position: relative;
    bottom: -5px;
}



    .dataTables_wrapper button[class*='tb-main-icon'] span {
        /*        text-align: center;
        margin-bottom: -10px;
*/
        font-size: 22px !important;
        position: relative;
        bottom: -1px;
    }

    .dataTables_wrapper button[class*='tb-main-icon'] i {
        font-size: 22px !important;
        /*  font-size: 22px !important;
    margin-bottom: -10px;*/
    }

    .dataTables_wrapper .dt-button-spacer {
        /*        text-align: center;
        margin-bottom: -10px;
*/
        font-size: 22px !important;
        position: relative;
        bottom: -1px;
    }





.dataTables_wrapper button[class*='tb-main-icon-create'] {
    color: blue;
}

.dataTables_wrapper button[class*='tb-main-icon-edit'] {
    color: green;
}

.dataTables_wrapper button[class*='tb-main-icon-delete'] {
    color: red;
}

/*Inline buttons*/

table.dataTable button[class*='tb-row-btn']:not(:first-child) {
    margin-left: 5px;
}

table.dataTable button[class*='tb-row-btn'] {
    font-size: 23px !important;
}

table.dataTable .tb-row-btn-delete {
    color: red;
}

table.dataTable .tb-row-btn-edit {
    color: green;
}


table.dataTable, table.dataTable th {
    font-size: 14px !important;
}

    table.dataTable tbody td.select-checkbox::before, table.dataTable tbody th.select-checkbox::before {
        border: 0 !important;
        margin-top: -25px !important;
    }

    table.dataTable.compact tr.selected td.select-checkbox::after, table.dataTable.compact tr.selected th.select-checkbox::after {
        margin-top: -24px !important;
        font-weight: bolder !important;
    }


    /*table.dataTable th.select-checkbox {
        width: 30px !important;
    }*/

    table.dataTable td {
        vertical-align: middle !important;
    }



.dataTables_scrollBody thead {
    height: 0px !important;
}

.table.wv-table-50 tbody tr td {
    line-height: 0.5;
}

.table.wv-table-80 tbody tr td {
    line-height: 0.8;
}

.table.wv-table-100 > tbody > tr > td {
    line-height: 1;
}

.table.wv-table-150 > tbody > tr > td {
    line-height: 1.5;
}

.dt-button {
    font-size: 1.1rem !important;
    font-weight: bold !important;
    border-radius: 4px !important;
}

table.dataTable.dtr-inline.collapsed > tbody td.dtr-control::before {
    background-color: dodgerblue !important;
}

table.dataTable tbody th,
table.dataTable tbody td {
    white-space: nowrap;
}


/*MUI*/
.MuiFormControlLabel-label {
    font-size: 1.4rem !important;
    font-family: inherit !important;
}

.MuiButton-root {
    font-size: 1.2rem !important;
    font-family: inherit !important;
}
