
/********************************      Basic Structure      ********************************/

html {
    font-size: 100%;
    height: 100%;
    margin-bottom: 1px; /* Always show a scrollbar to avoid jumping when the scrollbar appears  */
}

body {
    font-family: Arial, Helvetica, sans-serif;
    color: #555;
    background: #f0f0f0 url('../gfx/bg-body.gif') top left repeat-y;
    font-size: 14px;
    /**letter-spacing:0.7px;*/
}

#body-wrapper {
    background: url('../gfx/bg-radial-gradient.gif') fixed 230px top no-repeat;
}

/********************************      Elements styling      ********************************/

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, Arial, sans-serif;
    color: #555;
    /*font-weight: bold;*/
}

h1 {
    font-family: Calibri, Helvetica, Arial, sans-serif;
    font-size: 31px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: -1000px; /* Remove this line and delete the logo (in the HTML) if you don't want an image as a logo */
}

h2 {
    font-size: 26px;
    padding: 0 0 10px 0;
}

h3 {
    font-size: 17px;
    padding: 0 0 10px 0;
}

h4 {
    font-size: 16px;
    padding: 0 0 5px 0;
}

h5 {
    font-size: 14px;
    padding: 0 0 5px 0;
}

h6 {
    font-size: 12px;
    padding: 0 0 5px 0;
}


a {
    color: #57a000;
    text-decoration: none;
}

    a:active {
        color: #777;
    }

    a:focus {
        outline: 1px;
    }

    a:not(.button):hover {
        color: #274700;
    }

strong {
    font-weight: bold;
    /**color: #333;*/
}

small {
    font-size: 0.85em;
}

pre {
    font-family: monospace;
}

p {
    padding: 5px 0 10px 0;
    line-height: 1.6em;
}

/********************************      General Classes      ********************************/

.clear {
    clear: both;
}

.align-left {
    float: left;
}

.align-right {
    float: right;
}

/************ Button ************/
.button, .buttonimportant, .buttonsuperimportant {
    padding: 8px 14px;
    border-radius: 4px;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    font-size: 13px;
    color: #374151;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    text-transform: uppercase;
    transition: all 0.2s ease;
}

    .button:hover, .button:focus, .buttonimportant:hover, .buttonimportant:focus, .buttonsuperimportant:hover, .buttonsuperimportant:focus {
        filter: brightness(90%);
        transform: translateY(-1px);
        text-decoration: none;
    }


.buttonimportant {
    text-transform: uppercase;
    color: #FFFFFF !important;
    background-color: #57a000;
}

.buttonsuperimportant {
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #57a000;
}


a.remove-link {
    color: #bb0000;
}

    a.remove-link:hover {
        color: #000;
    }

/********************************      Sidebar      ********************************/

#sidebar {
    /**background: url('../gfx/bg-sidebar.gif') top left no-repeat;*/
    width: 180px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    color: #888;
    font-size: 11px;
}

    #sidebar a,
    #sidebar a:active {
        color: #ccc;
    }

        #sidebar a:hover {
            color: #fff;
        }

    #sidebar #sidebar-title {
        margin: 40px 0 40px 15px;
    }

    #sidebar #logo {
        margin: 40px 0 40px 0;
    }

    #sidebar #profile-links {
        padding: 0 15px 20px 15px;
        text-align: right;
        line-height: 1.5em;
    }

    /************ Sidebar Accordion Menu ************/


    #sidebar #main-nav li {
        list-style: none;
        padding-bottom: 10px;
        text-align: right;
    }

        #sidebar #main-nav li a.nav-top-item {
            background: transparent url('../gfx/bg-menu-item-green.gif') right center no-repeat; /* Background image for default color scheme - green */
            padding: 10px 15px;
            color: #fff;
            font-size: 14px;
            cursor: pointer;
            display: block;
            text-decoration: none;
        }

        #sidebar #main-nav li a.current {
            background-image: url('../gfx/bg-menu-item-current.gif') !important;
            color: #333;
            font-weight: bold;
        }

            #sidebar #main-nav li a.current:hover {
                color: #333;
            }

    #sidebar #main-nav ul {
        padding: 0;
        font-size: 12px;
        margin: 0;
    }

        #sidebar #main-nav ul li {
            list-style: none;
            margin: 0;
            text-align: right;
            padding: 0;
        }

            #sidebar #main-nav ul li a {
                padding: 8px 15px;
                display: block;
                color: #aaa;
                font-size: 13px;
                line-height: 1.2em;
            }

                #sidebar #main-nav ul li a:hover,
                #sidebar #main-nav ul li a.current,
                #sidebar #main-nav ul li a.current:hover {
                    color: #fff;
                }

                #sidebar #main-nav ul li a.current {
                    background: transparent url('../gfx/menu-current-arrow.gif') right center no-repeat !important;
                }

    #sidebar #main-nav:last-child {
        margin-bottom: 30px;
    }

/************ Messages ************/

#messages p,
#messages form {
    border-top: 1px solid #ddd;
    padding: 10px 0;
}

#messages h4 {
    padding: 10px 0;
}

#messages fieldset {
    margin: 0;
}

#messages textarea {
    margin: 0 0 15px 0;
}
/********************************      Main Content      ********************************/

/************ Layout ************/

#main-content {
    margin: 0 0 0 190px;
    padding: 15px 15px 0 0;
}

.column-left {
    width: 48%;
    float: left;
}

.column-right {
    width: 48%;
    float: right;
}

#page-intro {
    font-size: 17px;
    padding: 0 0 20px 0;
    display: none;
}

#page-intro-dashboard {
    font-size: 17px;
    padding: 0 0 20px 0;
}

.page-intro {
    font-size: 17px;
    padding: 0 0 20px 0;
    display: none;
}


#footer {
    border-top: 1px solid #ccc;
    margin: 40px 0 0 0;
    padding: 20px 0;
    font-size: 12px;
}
/************ Lists ************/

#main-content ul,
#main-content ol {
    padding: 0px 0px 105px 0px;
}

/* Unordered List */

/**
    #main-content ul li {
        background: url('../gfx/icons/bullet_black.png') center left no-repeat;
        padding: 4px 0 4px 20px;
    }
        */

/* Ordered List */

#main-content ol {
    padding: 0 0 0 24px;
}

    #main-content ol li {
        list-style: decimal;
        padding: 4px 0;
    }

/*************** Content Box ***************/

.content-box {
    border: 1px solid #ccc;
    margin: 0 0 20px 0;
    background: #fff;
    min-width:fit-content;
}

.content-box-header {
    /**background: #e5e5e5 url('../gfx/bg-content-box.gif') top left repeat-x;*/
    margin-top: 1px;
    height: 40px;
}

    .content-box-header h3 {
        padding: 12px 15px 10px;
        float: left;
    }

ul.content-box-tabs {
    float: left;
    padding: 8px 0 0 15px !important;
    margin: 0 !important;
}

    ul.content-box-tabs li {
        float: left;
        margin: 0;
        padding: 0 !important;
        background-image: none !important;
    }

        ul.content-box-tabs li a {
            color: #333;
            padding: 8px 10px;
            display: block;
            margin: 1px;
            border-bottom: 0;
        }

            ul.content-box-tabs li a:hover {
                border-top: 1px solid #D1D5E4;
                border-left: 1px solid #D1D5E4;
                border-right: 1px solid #D1D5E4;
                border-radius:4px;
            }

            ul.content-box-tabs li a:hover {
                color: #57a000;
            }

            ul.content-box-tabs li a.current {
                border: 1px solid #ccc;
                border-bottom: 0;
                margin: 0;
            }

.content-box-content {
    padding: 15px;
    font-size: 14px;
    border-top: 1px solid #ccc;
}

/************ Table ************/

#main-content table {
    width: 100%;
    border-collapse: collapse;
}

    #main-content table th {
        font-weight: bold;
        /**font-size: 15px;**/
        border-bottom: 1px solid #ddd;
        /**text-transform:capitalize;*/
        white-space: nowrap;
    }

        #main-content table th::first-letter {
            text-transform: uppercase;
        }

#main-content tbody {
    /*border-bottom: 1px solid #ddd;*/
}

#main-content table:not(.datatable) tbody tr {
    background: #fff;
}

    #main-content table:not(.datatable) tbody tr:nth-child(even) {
        background: #f8f9fa;
    }

    #main-content table:not(.datatable) tbody tr th {
        background: #F9FAFB;
        border-top: 1px solid #D1D5E4;
        border-bottom: 1px solid #D1D5E4;
    }

        #main-content table:not(.datatable) tbody tr th:first-child {
            border-left: 1px solid #D1D5E4;
        }

        #main-content table:not(.datatable) tbody tr th:last-child {
            border-right: 1px solid #D1D5E4;
        }
        
        #main-content table:not(.datatable) tbody tr th:first-child:has(input[type="checkbox"]),
        #main-content table:not(.datatable) tbody tr th:first-child:has(input[type="radio"]) {
            border: 1px solid #D1D5E4;
        }

#main-content table td,
#main-content table th {
    padding: 10px 4px 10px 3px;
    /**line-height: 1.3em;*/
    /**border-bottom: 1px solid #DADADA;*/
}

#main-content table .pagerrow {
    border-top: 0px solid #ddd;
    border-bottom: 0px solid #ddd;
}

    #main-content table .pagerrow td {
        background-color: White;
    }

        #main-content table .pagerrow td .bulk-actions {
            padding: 14px 8px;
           color:#FFFFFF;
        }

            #main-content table .pagerrow td .bulk-actions select {
               
            }

                #main-content table .pagerrow td .bulk-actions select:focus {
                    color: black;
                }

                #main-content table .pagerrow td .bulk-actions select option {
                    font-size: 14px;
                }

/*************** Pagination ***************/

#main-content .pagination {
    text-align: right;
    padding: 20px 0 5px 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
}

.pagination a {
    margin: 0 5px 0 0;
    padding: 3px 6px;
}

    .pagination a.number {
        border: 1px solid #ddd;
    }

    .pagination a.current {
        background: #469400 url('../gfx/bg-button-green.gif') top left repeat-x !important;
        border-color: #459300 !important;
        color: #fff !important;
    }

        .pagination a.current:hover {
            text-decoration: underline;
        }

/************ Shortcut Buttons ************/

.shortcut-button {
    border: 1px solid #ccc;
    background: #f7f7f7 url('../gfx/shortcut-button-bg.gif') top left no-repeat;
    display: block;
    width: 100px;
    margin: 0 0 1px 0;
    transition: all 0.2s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

    .shortcut-button span {
        border: 1px solid #fff;
        display: block;
        padding: 6px 6px 6px 6px;
        text-align: center;
        color: #555;
        font-size: 11px;
        line-height: 1.3em;
    }

        .shortcut-button span img {
            margin-bottom: 6px;
            width: 40px;
        }

    .shortcut-button:hover {
        background: #fff;
        transform: translateY(-4px);
        box-shadow: 0 8px 18px rgba(0,0,0,0.1);
        border-color: #57a000;
    }

    .shortcut-button span:hover {
        color: #57a000;
    }

ul.shortcut-buttons-set li {
    float: left;
    margin: 0 10px 10px 0;
    padding: 0 !important;
    background: 0;
}

/*************** Forms ***************/

form label {
    display: block;
    padding: 0 0 10px;
    font-weight: bold;
}

form fieldset legend {
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 10px;
}

form p small {
    font-size: 0.75em;
    color: #777;
}


form input.text-input,
form select,
form textarea,
form .wysiwyg {
    padding: 6px;
    font-size: 15px;

    border: 1px solid #d5d5d5;
    color: #333;
}

form .small-input {
    width: 400px;
}

form .supersmall-input {
    width: 45px !important;
}

form .medium-input {
    width: 450px !important;
}

form .large-input {
    width: 97.5% !important;
    font-size: 16px !important;
    padding: 8px !important;
}

form textarea {
    width: 97.5% !important;
    font-family: Arial, Helvetica, sans-serif;
    height: 100px;
}

form select {
    padding: 4px;
    background: #fff;
}

form input[type="checkbox"],
form input[type="radio"] {
    padding: 0;
    background: none;
    border: none;
}

input[type="radio"] {
    padding: 0;
    background: none;
    border: 0;
}

/*************** Notifications ***************/

.notification {
    position: relative;
    margin: 0 0 15px 0;
    padding: 0;
    border: 1px solid;
    background-position: 10px 11px !important;
    background-repeat: no-repeat !important;
    font-size: 14px;
    width: 99.8%;
    display:inline-block;
}


.attention {
    background: #fffbcc url('../gfx/icons/exclamation.png') 10px 11px no-repeat;
    border-color: #ffecb5;
    color: #664d03;
}

    .attention strong {
        color: #664d03 !important;
    }

.information {
    background: #cfe2ff url('../gfx/icons/information.png');
    border-color: #b6d4fe;
    color: #084298;
}

    .information strong {
        color: #084298 !important;
    }

.success {
    background: #d5ffce url('../gfx/icons/tick_circle.png');
    border-color: #9adf8f;
    color: #556652;
}

.error {
    background: #f8d7da url('../gfx/icons/cross_circle.png');
    border-color: #f5c2c7;
    color: #842029;
}

    .error strong {
        color: #842029 !important;
    }

.attentiontrial {
    background-color: #fffbcc;
    border-color: #e6db55;
    color: #666452;
    background-image: url('../gfx/icons/information.png');
    background-position: 10px 15px !important;
}

.importantinformation {
    background-image: linear-gradient(to right, #00F260 0%, #0575E6 51%, #00F260 100%);
    background-position: 0px 0px !important;
    border: none;
    color: black;
    padding: 15px;
    line-height:22px;
}

    .importantinformation strong {
        color: black;
    }

    .importantinformation a {
        color: white;
    }

.notification div {
    display: block;
    font-style: normal;
    padding: 10px 10px 10px 36px;
    line-height: 1.5em;
}

.notification .close {
    color: #990000;
    font-size: 9px;
    position: absolute;
    right: 5px;
    top: 5px;
}

/* Notification for form inputs */

.input-notification {
    background-position: left 2px;
    background-repeat: no-repeat;
    padding: 2px 0 2px 22px;
    background-color: transparent;
    margin: 0 0 0 5px;
}

/* Notification for login page */

#login-wrapper .login-content .notification {
    border: 0;
    background-color: #141414;
    color: #fff !important;
}

/********************************      Login Page      ********************************/

body#login {
    color: #fff;
    background: #222 url('../gfx/bg-login.gif');
}

#login-wrapper {
    background: url('../gfx/bg-login-top.png') top left repeat-x;
}

    #login-wrapper #login-top {
        width: 100%;
        padding: 50px 0 50px 0;
        text-align: center;
    }

    #login-wrapper .login-content {
        text-align: left;
        width: 350px;
        margin: 0 auto;
    }

        #login-wrapper .login-content label {
            color: #fff;
            font-weight: normal;
            font-size: 14px;
            font-family: Helvetica, Arial, sans-serif;
            float: left;
            width: 70px;
            padding: 0;
        }

        #login-wrapper .login-content input {
            width: 200px;
            float: right;
            margin: 0 0 20px 0;
            border: 0;
            /*background: #fff;*/
        }

        #login-wrapper .login-content p {
            padding: 0;
        }

            #login-wrapper .login-content p#remember-password {
                float: right;
            }

                #login-wrapper .login-content p#remember-password input {
                    float: none;
                    width: auto;
                    border: 0;
                    background: none;
                    margin: 0 10px 0 0;
                }

            #login-wrapper .login-content p .button {
                width: auto;
                margin-top: 20px;
            }

/********************************      jQuery plugins styles      ********************************/

/*************** Facebox ***************/

#facebox .b {
    background: url(../gfx/b.png);
}

#facebox .tl {
    background: url(../gfx/tl.png);
}

#facebox .tr {
    background: url(../gfx/tr.png);
}

#facebox .bl {
    background: url(../gfx/bl.png);
}

#facebox .br {
    background: url(../gfx/br.png);
}

#facebox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    text-align: left;
}

    #facebox .popup {
        position: relative;
    }

    #facebox table {
        border-collapse: collapse;
    }

    #facebox td {
        border-bottom: 0;
        padding: 0;
    }

    #facebox .body {
        padding: 10px;
        background: #fff;
        width: 695px;
    }

    #facebox .loading {
        text-align: center;
    }

    #facebox .image {
        text-align: center;
    }

    #facebox img {
        border: 0;
        margin: 0;
    }

    #facebox .footer {
        border-top: 1px solid #DDDDDD;
        padding-top: 5px;
        margin-top: 10px;
        text-align: right;
    }

    #facebox .tl, #facebox .tr, #facebox .bl, #facebox .br {
        height: 10px;
        width: 10px;
        overflow: hidden;
        padding: 0;
    }

#facebox_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

.facebox_hide {
    z-index: -100;
}

.facebox_overlayBG {
    background-color: #000;
    z-index: 99;
}

/*************** jQuery WYSIWYG ***************/

div.wysiwyg {
    border: 1px solid #cccccc;
    padding: 5px;
    background-color: #ffffff;
    width: 97.5% !important;
}

    div.wysiwyg * {
        margin: 0;
        padding: 0;
    }

    div.wysiwyg ul.panel {
        border-bottom: 1px solid #cccccc;
        float: left;
        width: 100%;
        padding: 0 0 5px 0;
    }

        div.wysiwyg ul.panel li {
            list-style-type: none;
            float: left;
            margin: 0 2px;
            padding: 0 !important;
            background: #ffffff;
            background-image: none !important;
        }

            div.wysiwyg ul.panel li.separator {
                height: 16px;
                margin: 0 4px;
                border-left: 1px solid #cccccc;
            }

            div.wysiwyg ul.panel li a {
                display: block;
                padding: 0 !important;
                width: 16px;
                height: 16px;
                background: url('../gfx/icons/jquery.wysiwyg.gif') no-repeat -64px -80px;
                border: 0;
                cursor: pointer;
                padding: 1px;
            }

                div.wysiwyg ul.panel li a:hover, div.wysiwyg ul.panel li a.active {
                }

                div.wysiwyg ul.panel li a.active {
                    background-color: #f9f9f9;
                    border: 1px solid #cccccc;
                    border-left-color: #aaaaaa;
                    border-top-color: #aaaaaa;
                    padding: 0;
                }

                div.wysiwyg ul.panel li a.bold {
                    background-position: 0 -16px;
                }

                div.wysiwyg ul.panel li a.italic {
                    background-position: -16px -16px;
                }

                div.wysiwyg ul.panel li a.strikeThrough {
                    background-position: -32px -16px;
                }

                div.wysiwyg ul.panel li a.underline {
                    background-position: -48px -16px;
                }

                div.wysiwyg ul.panel li a.justifyLeft {
                    background-position: 0 0;
                }

                div.wysiwyg ul.panel li a.justifyCenter {
                    background-position: -16px 0;
                }

                div.wysiwyg ul.panel li a.justifyRight {
                    background-position: -32px 0;
                }

                div.wysiwyg ul.panel li a.justifyFull {
                    background-position: -48px 0;
                }

                div.wysiwyg ul.panel li a.indent {
                    background-position: -64px 0;
                }

                div.wysiwyg ul.panel li a.outdent {
                    background-position: -80px 0;
                }

                div.wysiwyg ul.panel li a.subscript {
                    background-position: -64px -16px;
                }

                div.wysiwyg ul.panel li a.superscript {
                    background-position: -80px -16px;
                }

                div.wysiwyg ul.panel li a.undo {
                    background-position: 0 -64px;
                }

                div.wysiwyg ul.panel li a.redo {
                    background-position: -16px -64px;
                }

                div.wysiwyg ul.panel li a.insertOrderedList {
                    background-position: -32px -48px;
                }

                div.wysiwyg ul.panel li a.insertUnorderedList {
                    background-position: -16px -48px;
                }

                div.wysiwyg ul.panel li a.insertHorizontalRule {
                    background-position: 0 -48px;
                }

                div.wysiwyg ul.panel li a.h1 {
                    background-position: 0 -32px;
                }

                div.wysiwyg ul.panel li a.h2 {
                    background-position: -16px -32px;
                }

                div.wysiwyg ul.panel li a.h3 {
                    background-position: -32px -32px;
                }

                div.wysiwyg ul.panel li a.h4 {
                    background-position: -48px -32px;
                }

                div.wysiwyg ul.panel li a.h5 {
                    background-position: -64px -32px;
                }

                div.wysiwyg ul.panel li a.h6 {
                    background-position: -80px -32px;
                }

                div.wysiwyg ul.panel li a.cut {
                    background-position: -32px -64px;
                }

                div.wysiwyg ul.panel li a.copy {
                    background-position: -48px -64px;
                }

                div.wysiwyg ul.panel li a.paste {
                    background-position: -64px -64px;
                }

                div.wysiwyg ul.panel li a.increaseFontSize {
                    background-position: -16px -80px;
                }

                div.wysiwyg ul.panel li a.decreaseFontSize {
                    background-position: -32px -80px;
                }

                div.wysiwyg ul.panel li a.createLink {
                    background-position: -80px -48px;
                }

                div.wysiwyg ul.panel li a.insertImage {
                    background-position: -80px -80px;
                }

                div.wysiwyg ul.panel li a.html {
                    background-position: -48px -48px;
                }

                div.wysiwyg ul.panel li a.removeFormat {
                    background-position: -80px -64px;
                }

                div.wysiwyg ul.panel li a.empty {
                    background-position: -64px -80px;
                }

    div.wysiwyg iframe {
        border: 0;
        margin: 5px 0 0 0;
        clear: left;
        width: 97.5% !important;
    }

/* custom by Redney */
.highlight {
    background-color: #C6D6E6;
    padding: 5px;
    margin-bottom: 10px;
}

.highlight-attention {
    background-color: #fffbcc;
    padding: 5px;
    margin-bottom: 10px;
    border-radius: 4px;
    box-shadow: #e6db55 0px 2px 8px 0px;
}

    .highlight-attention label {
        font-weight: normal;
    }

.settingshighlight {
    background-color: #FFFFFF;
    padding: 15px;
    margin-bottom: 30px;
    /**box-shadow: #C0C0C0 0px 2px 8px 0px;*/
}

    .settingshighlight > h3 {
        border-bottom: solid 1px #C0C0C0;
        margin-bottom: 15px;
    }

.disabled {
    color: #999999;
}

.addDetailLine td {
    background-color: #FFFFFF;
}

.plan dl {
    font-size: 18px;
}

.plan dd {
    float: left;
    margin: 10px;
    display: block;
    background: #ffffd7;
    border: 1px solid #cccccc;
    padding: 25px;
}

.draftlabel {
    vertical-align: middle;
    margin: 0px;
    background: #f8f9fa;
    text-align: center;
    border-radius: 3px;
    color: #212529;
    padding: 6px 10px;
    position: relative;
    width: 100px;
    white-space:nowrap;
}

.lockedlabel {
    vertical-align: middle;
    margin: 0px;
    background: #198754;
    text-align: center;
    border-radius: 3px;
    color: white;
    padding: 6px 10px;
    position: relative;
    width: 100px;
    white-space: nowrap;
}

.timeoutlabel {
    vertical-align: middle;
    margin: 0px;
    background: #FFC107;
    text-align: center;
    border-radius: 3px;
    color: white;
    padding: 6px 10px;
    position: relative;
    width: 100px;
    white-space: nowrap;
}

.orderlabel {
    vertical-align: middle;
    margin: 0px;
    background: #007BFF;
    text-align: center;
    border-radius: 3px;
    color: white;
    padding: 6px 10px;
    position: relative;
    width: 100px;
    white-space: nowrap;
}

.oklabel {
    vertical-align: middle;
    margin: 0px;
    background: #57C785;
    text-align: center;
    border-radius: 3px;
    color: white;
    padding: 6px 10px;
    position: relative;
    width: 100px;
    white-space: nowrap;
}

.noklabel {
    vertical-align: middle;
    margin: 0px;
    background: #DC3545;
    text-align: center;
    border-radius: 3px;
    color: white;
    padding: 6px 10px;
    position: relative;
    width: 100px;
    white-space: nowrap;
}

.donelabel {
    vertical-align: middle;
    margin: 0px;
    background: #00D26A;
    text-align: center;
    border-radius: 3px;
    color: white;
    padding: 6px 10px;
    position: relative;
    width: 100px;
    white-space: nowrap;
}

.darklabel {
    vertical-align: middle;
    margin: 0px;
    background: #212529;
    text-align: center;
    border-radius: 3px;
    color: white;
    padding: 6px 10px;
    position: relative;
    width: 100px;
    white-space: nowrap;
}

.productionlabel {
    vertical-align: middle;
    margin: 0px;
    background: #FFBF00;
    text-align: center;
    border-radius: 3px;
    color: white;
    padding: 6px 10px;
    position: relative;
    width: 100px;
    white-space: nowrap;
}

.draftlabel {
    background: #E5E7EB;
    color: #374151;
}

.lockedlabel {
    background: #16A34A;
    color: white;
}

.timeoutlabel {
    background: #F59E0B;
    color: white;
}

.orderlabel {
    background: #3B82F6;
    color: white;
}

.oklabel {
    background: #22C55E;
    color: white;
}

.noklabel {
    background: #EF4444;
    color: white;
}

.donelabel {
    background: #10B981;
    color: white;
}

.darklabel {
    background: #1F2937;
    color: white;
}

.productionlabel {
    background: #F59E0B;
    color: white;
}

table tr .actionscolumn {
    text-align: right;
    white-space: nowrap;
}

.invisible {
    display: none;
}

.visible {
    display: block;
}

form .checkboxlabel {
    display: inline;
    padding: 0 0 10px;
    font-weight: bold;
}

.login {
    background: #5BC1AF url('../gfx/bg-button-simpla.gif') top left repeat-x !important;
    font-size: 18px !important;
}

.forgotpassword {
    background: #5BC1AF url('../gfx/bg-button-simpla.gif') top left repeat-x !important;
}


/** CUSTOM BY REDNEY */
.bar {
    background-color: #459300 !important;
}

.addDetailLine td, .addedDetailLine td {
    white-space: nowrap;
}

.legenda {
    text-align: left;
    font-size: 14px;
}

    .legenda li {
        margin-bottom: 10px;
    }

    .legenda img {
        margin-right: 10px;
    }

.packetchoice tr td ul li {
    list-style-type: circle;
    margin-left: 20px;
    padding-bottom: 7px;
    font-size: 14px;
}

.graphinfo {
    font-size: 13px;
    font-style: italic;
}

.graphcontainer {
    padding-top: 25px;
}

/** 11/01/2017 */
.content-box-content table tr:hover {
    background-color: #E8E8E8 !important;
}

/** 08/03/2017*/
.chkSendCopyToSelf input[type='checkbox'] {
    float: none !important;
}

.chkSendCopyToSelf label {
    display: inherit !important;
    font-weight: normal;
}

/** 05/10/2017*/
.statusfilter {
    margin-bottom: 6px !important;
    border: 1px solid #D2D5E4;
    padding: 14px 8px !important;
}

    .statusfilter label {
        display: inline;
        vertical-align: text-top;
        font-weight: normal;
    }

    .statusfilter input[type='checkbox'] {
        float: none;
        margin-top: 7px;
        margin-bottom: 0px;
    }

/** 14/12/2017 */
.badge {
    color: black;
    min-width: 10px;
    padding: 2px 5px 2px 5px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #e6db55;
    border-radius: 4px;
    margin-left: 3px;
}

.badge_agenda {
    min-width: 10px;
    padding: 2px 5px 2px 5px;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 4px;
    margin-left: 3px;
    border: 1px solid #aaa;
}

/** 07/02/2018 **/
.ui-datepicker-trigger {
    vertical-align: middle;
    margin-left:-30px;
    height:20px;
}

#customproduct .ui-datepicker-trigger
{
    margin-left:0px;
}

/** 18/04/2018 **/
.badgeOnShortcut {
    background-color: #e6db55;
    border-radius: 4px;
    padding: 2px 5px 2px 5px;
}

.graphtooltip {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.6em;
    padding: 7px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    background-color: #4C4C4C;
    color: white;
    border: solid 1px black;
}

    .graphtooltip strong {
        color: white;
    }

    .graphtooltip .profit {
        font-weight: bold;
        border: solid 1px #9adf8f;
        background-color: #d5ffce;
        color: #7CCC6C;
        width: 75px;
        text-align: center;
        font-style: italic;
        padding-left: 2px;
        padding-right: 2px;
    }

    .graphtooltip .loss {
        color: white;
        font-weight: bold;
        border: solid 1px #df8f8f;
        background-color: #ffcece;
        color: #df8f8f;
        width: 75px;
        text-align: center;
        font-style: italic;
        padding-left: 2px;
        padding-right: 2px;
    }

.nav-top-settings {
    float: right;
    font-size: 11px;
    margin-bottom: 8px;
}

    .nav-top-settings a {
        border-radius: 4px;
        margin: 0 0 0 5px;
        border: 1px solid #ddd;
        padding: 3px 6px;
    }

/** 14/11/2019 */
.dropzone {
    text-align: center;
    padding: 5px;
    vertical-align: middle;
    border-width: 4px !important;
    border-style: dashed !important;
}

    .dropzone:hover {
        cursor: pointer;
    }

    .dropzone p {
        margin: 5px;
    }

/** 21/01/2020 */
.dropzone-invoice {
    text-align: center;
    padding: 5px;
    vertical-align: middle;
    border-width: 4px !important;
    border-style: dashed !important;
}

    .dropzone-invoice:hover {
        cursor: pointer;
    }

    .dropzone-invoice p {
        margin: 5px;
    }

/** 16/02/2021 */
.dropzone-document {
    text-align: center;
    padding: 5px;
    vertical-align: middle;
    border-width: 4px !important;
    border-style: dashed !important;
}

    .dropzone-document:hover {
        cursor: pointer;
    }

    .dropzone-document p {
        margin: 5px;
    }

.dropzone-toggl {
    text-align: center;
    padding: 5px;
    vertical-align: middle;
    border-style: dashed !important;
    background: #F9F9F9 !important;
}

    .dropzone-toggl:hover {
        cursor: pointer;
    }

    .dropzone-toggl p {
        margin: 5px;
    }

.dropzone-onetwo {
    text-align: center;
    padding: 5px;
    vertical-align: middle;
    border-style: dashed !important;
    background: #F9F9F9 !important;
}

    .dropzone-onetwo:hover {
        cursor: pointer;
    }

    .dropzone-onetwo p {
        margin: 5px;
    }

.dropzone-lightspeed {
    text-align: center;
    padding: 5px;
    vertical-align: middle;
    border-width: 4px !important;
    border-style: dashed !important;
}

    .dropzone-lightspeed:hover {
        cursor: pointer;
    }

    .dropzone-lightspeed p {
        margin: 5px;
    }

/* Medium devices (landscape tablets, 1024px and down) */
@media only screen and (max-width: 1024px) {
    .shortcut-buttons-set > li {
        zoom: 0.75;
    }
}

/** 26/02/2020 */
.label {
    width: 150px;
    text-align: center;
    font-style: italic;
    padding: 4px;
    cursor: pointer;
}

.tblTasks tbody tr {
    background-color: #FFFFFF !important;
    border-bottom: #E8E8E8 solid 1px;
}

/** 26/03/2020 */
.chkAddToCashbook label {
    font-weight: normal;
    padding-top: 3px;
}

/** 07/05/2020 */
.blinking {
    animation: blinker 1.5s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

/** 26/05/2020 */
.shortcut-button-active, .search-shortcut-button-active {
    border: 2px solid #57a000;
    background: #F4FFF0;
}

    .shortcut-button-active span, .search-shortcut-button-active span {
        color: #57a000;
    }

.content-box-tabs .current {
    color: #57a000;
}

.actionscolumn a:hover, .actionbutton:hover {
    background: #F4FFF0;
    border: 1px solid #57a000;
}

/** 04/06/2020 */
.tooltipster-base strong {
    color: white;
    font-weight: 700;
}

#dialog-modal-copybill {
    overflow: visible !important;
}

/** 18/06/2020 */
table > tbody > tr:first-child > td > .setPagination, table > tbody > tr:first-child > td > .pagination {
    display: none;
}

table > tbody > tr:last-child > td > .actionbuttons {
    display: none;
}

table > tbody > .pagerrow:first-child {
    border-top: none !important;
    /**border-bottom: 1px solid #ddd !important;*/
}

.actionbuttontable tr td {
    white-space: nowrap;
    text-align: right;
    padding: 2px !important;
    border-bottom:none !important;
}

.actionbuttons {
    border: 3px solid #FFFFFF;
}

.highlight > p, .nohighlight > p {
    padding: 0;
}

    .highlight > p:not(:first-child) > label, .nohighlight > p:not(:first-child) > label {
        margin-top: 18px;
    }

    .highlight > p > label, .nohighlight > p > label {
        padding: 0;
        padding-bottom: 5px;
    }

.nohighlight {
    background-color: #F9FAFB;
    padding: 5px;
    margin-bottom: 10px;
}

    .nohighlight > table > tbody > tr > td {
        background-color: #F7F7FA;
    }

.highlight > table > tbody > tr > th {
    background-color: #C6D6E6;
    border-bottom: none !important;
    padding-bottom: 0px !important;
    padding-top: 2px !important;
    padding-left: 0px !important;
    /**font-size: 100% !important;*/
}

    .highlight > table > tbody > tr > th:first-letter {
        text-transform: capitalize;
    }

.highlight > table > tbody > tr > td {
    padding-left: 0px !important;
}

.addedDetailLine > td {
    background-color: #FFFFFF;
}

.totalRow > td {
    background-color: #FFFFFF;
}

#sidebar-wrapper {
    top: 0;
    bottom: 0;
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    width: 180px;
}

/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

svg > g:last-child > g:last-child {
    pointer-events: none
}

div.google-visualization-tooltip {
    pointer-events: none
}

.tblGraphTooltip th, .tblGraphTooltip td {
    background-color: #4C4C4C !important;
    color: white !important;
    font-size: 13px !important;
    padding: 5px !important;
}

.checkboxListInHightlight > tbody > tr > td {
    background-color: #FFFFFF;
}



.actionscolumn a, .actionbutton {
    font-family: "Lucida Grande", "Segoe UI", "Tahoma", "Helvetica Neue", "Helvetica", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #636363;
    text-decoration: none;
    padding: 3px 3px 3px 3px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    border-bottom-color: #d4d4d4;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #f5f5f5 100%);
}





.textbutton {
    font-size: 11px !important;
    max-width: 130px;
}

.actionscolumn input[type=text] {
    max-width: unset;
    min-width: 350px;
}

.actionscolumn a img {
    height: 16px;
}

.checkboxList tr {
    background: none !important;
}

.checkboxList td {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

    .checkboxList td label {
        padding-top: 2px;
        font-weight: normal;
    }

.lnkBack {
    position: absolute;
    right: 220px;
    top: 60px;
    z-index: 10;
    font-size: 10px;
    opacity: 0.3;
}

.lnkNext {
    position: absolute;
    right: 40px;
    top: 60px;
    z-index: 10;
    font-size: 10px;
    opacity: 0.3;
}

.lnkCancel {
    position: absolute;
    right: 130px;
    top: 60px;
    z-index: 10;
    font-size: 10px;
    opacity: 0.3;
}

    .lnkBack:hover, .lnkNext:hover, .lnkCancel:hover, .lnkBack_bottom:hover, .lnkNext_bottom:hover, .lnkCancel_bottom:hover {
        text-decoration: none;
        opacity: 1;
    }

.lnkBack_bottom {
    position: absolute;
    right: 220px;
    z-index: 10;
    font-size: 10px;
    opacity: 0.3;
    margin-top: -50px;
}

.lnkNext_bottom {
    position: absolute;
    right: 40px;
    z-index: 10;
    font-size: 10px;
    opacity: 0.3;
    margin-top: -50px;
}

.lnkCancel_bottom {
    position: absolute;
    right: 130px;
    z-index: 10;
    font-size: 10px;
    opacity: 0.3;
    margin-top: -50px;
}

.showNavigation:hover, .hideNavigation:hover, .lnkCancel:hover {
    opacity: 1;
}

.trTitle td input {
    font-weight: bold;
}

.disabled {
    color: #1b1e21;
    background-color: #d6d8d9;
    border: 1px solid #c6c8ca;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: normal;
    border-radius: .25rem;
    display: inline-block;
    white-space: nowrap;
    line-height: 1em;
}

.badge_red {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: normal;
    border-radius: .25rem;
    display: inline-block;
    white-space: nowrap;
    line-height: 1em;
}

    .badge_red a {
        color: #721c24 !important;
    }

.badge_orange {
    color: #FFFFFF;
    background-color: #FFA500;
    border: 1px solid #FFA500;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: normal;
    border-radius: .25rem;
    display: inline-block;
    white-space: nowrap;
    line-height: 1em;
}

    .badge_orange a {
        color: #FFFFFF !important;
    }

.badge_green {
    color: #155724;
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: normal;
    border-radius: .25rem;
    display: inline-block;
    white-space: nowrap;
    line-height: 1em;
}

    .badge_green a {
        color: #155724 !important;
    }

.badge_default {
    color: #004085;
    background-color: #cce5ff;
    border: 1px solid #b8daff;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: normal;
    border-radius: .25rem;
    display: inline-block;
    white-space: nowrap;
    line-height: 1em;
}

    .badge_default a {
        color: #004085 !important;
    }

.badge_yellow {
    color: #664d03;
    background-color: #fff3cd;
    border: 1px solid #ffecb5;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: normal;
    border-radius: .25rem;
    display: inline-block;
    white-space: nowrap;
    line-height: 1em;
}

    .badge_yellow a {
        color: #664d03 !important;
    }

.chkCustomerNoVAT > label {
    font-weight: normal;
}

/** TOP NAV BAR **/
/* Navbar container */
.navbar {
    overflow: hidden;
    background: #222 url('/gfx/bg-topnav.png');
    margin-top: -15px;
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 10px;
    letter-spacing:1px;
}

    /* Links inside the navbar */
    .navbar a {
        float: left;
        color: #aaa;
        text-align: center;
        padding: 12px 16px;
        text-decoration: none;
    }

    .navbar a:hover {
        color:#FFFFFF !important;
    }

/* The dropdown container */
.dropdown {
    float: left;
    overflow: hidden;
    cursor: pointer;
}

    /* Dropdown button */
    .dropdown .dropbtn {
        border: none;
        outline: none;
        color: #aaa;
        padding: 12px 15px;
        background-color: inherit;
        margin: 0; /* Important for vertical align on mobile phones */
    }

        .dropdown .dropbtn img {
            vertical-align: middle;
        }

    /* Add a red background color to navbar links on hover */
    .navbar a:hover, .dropdown:hover .dropbtn {
        /**background-color: red;*/
        color: white;
    }

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background: #222 url('/gfx/bg-topnav.png');
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999;
    top: 30px;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        float: none;
        color: #aaa;
        padding: 12px 15px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        /* Add a grey background color to dropdown links on hover */
        .dropdown-content a:hover {
            /*background-color: #ddd;*/
        }

.navbar .right {
    float: right;
}

    .navbar .right .txtSearch {
        float: left;
        padding: 3px;
        font-size: 13px;
        background: #fff url(../gfx/bg-form-field.gif) top left repeat-x;
        border: 1px solid #d5d5d5;
        color: #333;
        border-radius: 4px;
        margin-top: 8px;
        width: 125px;
    }

    .navbar .right .button {
        margin-top: 6px;
        margin-left: 5px;
        height:28px;
        padding:0px 6px 4px 4px;
        border:0px;
    }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.printbutton {
    margin-top: 15px;
}

.file-upload {
    background-color: #ffffff;
    width: 600px;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100% !important;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.file-upload-wrap {
    position: relative;
}

    .image-dropping,
    .file-upload-wrap:hover {
        background-color: #9ADF8F;
        border-width: 4px;
        border-style: dashed;
    }

.drag-text {
    text-align: center;
}

    .drag-text h3 {
        font-weight: 100;
        text-transform: uppercase;
        padding: 60px 0;
        font-size: 15px;
    }

    .drag-text h3 {
        color: #57a000;
    }

.file-upload-wrap {
    border: 4px dashed #57a000;
    border-radius: 6px;
    border-width:2px !important;
    width:330px;
}

.statusinfo {
    cursor: pointer;
}

.addshortcut {
    position: relative;
    top: -85px;
    left: 85px;
}

    .addshortcut img {
        height: 24px;
        opacity: 0.5;
    }

        .addshortcut img:hover {
            opacity: 1;
        }

.tblShortcuts {
    border: 0px;
    padding: 0px;
    margin: 0px;
    margin-left: -10px;
    width: 100%;
    border-spacing: 6px;
    border-collapse: unset !important;
}

    .tblShortcuts tr {
        background: none !important;
    }

        .tblShortcuts tr td {
            white-space: nowrap;
            background-color: #FFFFFF;
            padding: 12px !important;
            vertical-align: top;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        }

            .tblShortcuts tr td ul li {
                max-height: 90px;
                margin-bottom: 0px;
            }

.tblDashboardFunctions {
    border: 0px;
    padding: 0px;
    margin: 0px;
    margin-left: -10px;
    width: 100%;
    border-spacing: 10px;
    border-collapse: unset !important;
}

    .tblDashboardFunctions tr {
        background: none !important;
    }

        .tblDashboardFunctions tr td {
            background-color: #FFFFFF;
            padding: 15px !important;
            vertical-align: top;
            box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
        }

/** PROGESS */
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #57A000;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 5px;
}

.statusinfo a {
    color: white;
    text-decoration: underline;
}

tabs-min {
    background: transparent;
    border: none;
}

    tabs-min .ui-widget-header {
        background: transparent;
        border: none;
        border-bottom: 1px solid #c0c0c0;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border-radius: 0px;
    }

    tabs-min .ui-tabs-nav .ui-state-default {
        background: transparent;
        border: none;
    }

    tabs-min .ui-tabs-nav .ui-state-active {
        background: transparent url(img/uiTabsArrow.png) no-repeat bottom center;
        border: none;
    }

    tabs-min .ui-tabs-nav .ui-state-default a {
        color: #c0c0c0;
    }

    tabs-min .ui-tabs-nav .ui-state-active a {
        color: #459e00;
    }

.content-box-header {
    /**background-color: #F7F7FA;*/
    border-bottom: 1px solid #EAEAEB;
}

.content-box-content {
    border: none;
}

ul.content-box-tabs li a {
    border: none;
}

    ul.content-box-tabs li a.current {
        border: none;
        border-top: 1px solid;
        border-left: 1px solid;
        border-right: 1px solid;
        border-radius:4px;
    }

.content-box-header > h3 {
}

.content-box {
    border-radius: 4px;
    border: 1px solid #D5D5D5;
}

#main-content > h2 {
    display: none;
}

table tbody tr td, table tbody tr th {
    vertical-align: middle;
}

.dropzoneinfo, .dropzoneinfo-invoice, .dropzoneinfo-document {
    font-size: 12px;
}

#tab1_send table tbody tr td {
    white-space: nowrap;
    padding-right: 3px;
}

.tblAddNewLine tbody tr th {
    background-color: #FFFFFF !important;
}

.chosen-results {
    padding: 0 !important;
}

a[id*='btnUp'], a[id*='btnDown'] {
    /*display: none;*/
}

/**
.homeIconTopNav {
    height: 15px;
    margin-top: -5px;
    vertical-align: bottom;
}
    */

.ui-dialog {
    border-radius: 0 !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.ui-widget-header {
    background: none !important;
    border: none !important;
    /**background-color: #F7F7FA !important;*/
    border-bottom: 1px solid #EAEAEB !important;
}

.ui-dialog-title {
    font-weight: normal !important;
    color: #555555 !important;
}

.ui-widget-content {
    border-color: #F7F7FA !important;
    font-size:1em !important;
}

.txtFilter, .txtFilterSearch {
    background-image: url(/gfx/filtericon.png) !important;
    background-position: 4px 5px !important;
    background-repeat: no-repeat !important;
    padding-left: 25px !important;
}

/*.actionbuttontable tbody tr:nth-child(even) td:not(:first-child) {
    background-color: #F3F3F3 !important;
}*/

.companyname {
    font-size: 12px;
}

.pagerrow td {
    padding: 0px !important;
    border-bottom:none !important;
}

.borderactive {
    border: 3px solid #57A000;
    animation: blink-animation 1s linear 0s 1 reverse;
}

@keyframes blink-animation {
    to {
        border: 3px solid #FFFFFF;
    }
}

.content-box-content .highlight, .content-box-content .nohighlight {
    margin-bottom: 25px;
}

a[id$="_btnUp"], a[id$="_btnDown"] {
    display: none;
}

.manage-box {
    background-color: #F4F6F9;
}

    .manage-box .highlight, .manage-box .nohighlight, .manage-box #tab2, .manage-box #tab3 {
        background-color: #FFFFFF;
        padding: 15px;
    }

        .manage-box .nohighlight > table > tbody > tr > td {
            background-color: #FFFFFF;
        }

    .manage-box .column-right {
        width: 30%;
     
    }

    .manage-box .column-left {
        width: 64%;
    }

    .manage-box #tab2 h3, .manage-box #tab3 h3 {
        border-bottom: solid 1px #C0C0C0;
    }

/** switch toggle */
.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 28px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/** end switch toggle */

td:has(.actionbuttons) {
    position: sticky;
    top: 0px;
    z-index: 100;
}

.actionbuttons {
    /*box-shadow: 0px 15px 10px -15px rgba(99, 99, 99, 0.2);*/
    border-bottom: 1px solid #D2D5E4;
    margin-bottom:-1px;
}

.txtFilter, .txtFilterSearch {
    border: 1px solid #E6E9EE;
}

.ui-dialog
{
    padding:0px !important;
}

.ui-dialog-title {
    font-size: 17px !important;
    padding: 6px 0px 6px !important;
}

.filteryearbutton {
    color: #636363;
    text-decoration: none;
    padding: 3px 3px 3px 3px;
    border: 1px solid #ebebeb;
    border-radius: 2px;
    border-bottom-color: #d4d4d4;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%);
    background: linear-gradient(to bottom, #fcfcfc 0%, #f5f5f5 100%);
}

    .filteryearbutton:hover, .filteryearbutton:focus {
        font-weight:600;
        border-color:#000000;
    }

.selectedtreeviewnode
{
    font-weight:bold;
}

.treenode table tbody tr td:not(.treeviewnode)
{
    padding:2px !important;
    width:20px;
}

.treenode table tbody tr .treeviewnode
{
    padding:2px !important;
}

.ui-dialog-content fieldset p label
{
    font-size:14px;
}

.ui-dialog-content fieldset p {
    line-height:1.1em;
}

.txtCustomerTAV, .txtSupplierTAV {
    text-transform: uppercase;
}

.message_new {
    max-width: 600px;
    display: block;
    padding-top: 15px;
}

    .message_new .badge_default table tbody tr td {
        color: #555;
    }

.verticalnavigation {
    position:sticky;
    top:150px;
}

    .verticalnavigation ul {
        list-style-type: none;
        margin: 0;
        margin-left: 10px;
        padding: 15px 0px 15px 0px !important;
        width: 100%;
        border-left: 1px solid #EAEAEB;
    }

.verticalnavigation li a {
    display: block;
    padding: 8px 16px;
}

    /* Change the link color on hover */
.verticalnavigation li a:hover {

}

.tblHistory_modal
{
    width:100%;
}

.tblHistory_modal tr td {
    vertical-align: top;
    padding: 10px 4px 10px 3px;
    border-bottom: 1px solid #DADADA;
}

.tblHistory_modal tr:nth-child(even) {
    background: #f8f9fa;
}

.tblHistory_modal tr:hover {
    background-color: #E8E8E8 !important;
}

.tblHistory
{
    width:100%;
    max-height:150px;
    overflow-y:scroll;
    display:block;
    font-size:12px;
}

.tblHistory tr td {
    vertical-align: top;
    padding: 4px 4px 4px 3px !important;
}

.tblProfitInfo {
    font-size: 12px;
}

    .tblProfitInfo tr td {
        vertical-align: top;
        padding: 4px 4px 4px 3px !important;
    }


.profitinfoinline {
    display: block;
    /**padding-top: 15px;*/
    line-height: normal;
}

p a
{
    line-height:14px;
}

.tooltipster-content a, .ui-dialog-content .meetingInfo a:not(.button):not(.tooltip) {
    color: #636363 !important;
    text-decoration: none !important;
    padding: 3px 3px 3px 3px !important;
    border: 1px solid #ebebeb !important;
    border-radius: 2px !important;
    border-bottom-color: #d4d4d4 !important;
    background: #fcfcfc !important;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%) !important;
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #f5f5f5 100%) !important;
    background: linear-gradient(to bottom, #fcfcfc 0%, #f5f5f5 100%) !important;
    line-height: 30px !important;
}

.tooltipster-content a {
    font-size: 11px !important;
}

.ui-dialog-content .meetingInfo a:not(.button), .ui-dialog-content .meetingInfo a:not(.button) small {
    font-size: 13px !important;
}

.ui-datepicker-current, .ui-datepicker-close
{
    font-weight:normal !important;
}

.ddlProductVariants
{
    margin-top:25px;
    width:300px;
}

fieldset {
    border-radius: 4px;
}

label, th, .tblPaymentInfo tbody tr td {
    color: #555555;
    font-weight: normal !important;
    font-size: 17px;
}

th {
    color: #555555 !important;
}

    input[type="checkbox"] + label, label a, a label {
        font-size: 14px !important;
    }

#dialog-modal-addcustomer fieldset
{
    border:none;
}

.noklabel > label
{
    color:#FFFFFF;
}

.actionbuttontable tr:nth-child(n+2) .button {
    width: 300px;
    text-align:left;
}


.trTitle td:first-child, .tdindented {
    padding-left: 63px !important;
}

.trTitleH1 td:first-child, .tdindentedH1 {
    padding-left: 3px !important;
}

.trTitleH2 td:first-child, .tdindentedH2 {
    padding-left: 18px !important;
}

.trTitleH3 td:first-child, .tdindentedH3 {
    padding-left: 33px !important;
}

.trTitleH4 td:first-child, .tdindentedH4 {
    padding-left: 48px !important;
}

#ui-datepicker-div {
    z-index: 999999 !important;
    border-width:3px;
}

.text-align-right
{
    text-align:right;
}

.bulk-actions
{
    /*white-space:nowrap;*/
}

    .bulk-actions label, .bulk-actions .chkSendCopyToSelf {
        white-space: nowrap;
    }

.txtAmountTitle {
    min-width: 20px !important;
    width: 30px;
}

.installation_overview_tblInstallations th.thInstallationId,
.installation_overview_tblInstallations td.tdInstallationId {
    display: none;
}

@media (max-width: 1440px) {
    .shortcut-buttons-set {
        zoom: 0.85;
    }

    .navbar a
    {
        padding-right:2px !important;
    }

    .navbar .badge
    {
        display:none;
    }

    .statusfilter 
    {white-space:nowrap;}
}

/*.actionscolumn {
    position: relative;
    white-space: nowrap;
    transition: all 0.7s ease;
}*/

    /* Verberg alles behalve de toggle */
    /*.actionscolumn.collapsed a:not(.actions-toggle),
    .actionscolumn.collapsed img {
        display: none;
    }*/

/* Styling drie puntjes */
/*.actions-toggle {
    font-size: 18px;
    padding: 4px 8px;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}*/

tr.itemrow td.actionscolumn {
    opacity: 0.4;
}

tr.itemrow:hover td.actionscolumn {
    opacity:1;
    transition: opacity 0.3s ease;*/ /* optioneel voor animatie */
}

tr.itemrow {
    border: 1px solid #D1D5E4;
}
    tr.itemrow td:first-child:has(input[type="checkbox"]),
    tr.itemrow td:first-child:has(input[type="radio"]) {
        border: 1px solid #D1D5E4;
    }

.mce-fullscreen {
    z-index: 9999999 !important;
}

    fieldset.column-right div.file-upload-wrap {
        margin-left: 15px;
        margin-right: 15px;
    }

    fieldset.column-right .button:first-of-type {
        margin-left: 15px;
    }

    fieldset.column-right .profitinfoinline {
        margin-left: 15px !important;
        margin-bottom: 15px !important;
        margin-right:15px;
    }

    fieldset.column-right .loghistory .content-box {
        margin-left: 15px !important;
        margin-bottom: 15px !important;
        margin-right: 15px;
    }

.chosen-single, .chosen-container {
    background: #FFFFFF !important;
    font-size: 15px !important;
    box-shadow: none !important;
    border-color: #d5d5d5 !important;
}

    input[type="checkbox"] + label {
        white-space: nowrap;
    }


input[type="button"][value*="TOEVOEGEN"] {
    background-image: url("/gfx/svg/add.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px !important;
}

input[type="button"][value*="OPSLAAN"] {
    background-image: url("/gfx/svg/save.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px !important;
}

input[type="button"][value*="VERSTUREN"] {
    background-image: url("/gfx/svg/mail.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px !important;
}

input[type="button"][value*="VOORBEELD"] {
    background-image: url("/gfx/svg/preview.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px !important;
}

input[type="button"][value*="AFSPRAAK"] {
    background-image: url("/gfx/svg/calendar.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px !important;
}

input[type="button"][value*="ACTUALISEREN"] {
    background-image: url("/gfx/svg/sync.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px !important;
}

input[type="button"][value*="AFDRUKKEN"] {
    background-image: url("/gfx/svg/print.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px !important;
}

input[type="button"][value*="DOWNLOADEN"] {
    background-image: url("/gfx/svg/download.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px !important;
}

input[type="button"][value*="VERWIJDEREN"] {
    background-image: url("/gfx/svg/delete.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px !important;
}

input[type="button"][value*="BLOKKEREN"] {
    background-image: url("/gfx/svg/block.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px !important;
}

input[type="button"][value*="ALS BETAALD"] {
    background-image: url("/gfx/svg/euro.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px !important;
}

input[type="button"][value*="ALS GEFACTUREERD"] {
    background-image: url("/gfx/svg/check.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px !important;
}

input[type="button"][value*="EXCEL"] {
    background-image: url("/gfx/svg/dataset.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px !important;
}

input[type="button"][value*="SAMENVOEGEN"] {
    background-image: url("/gfx/svg/merge.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px !important;
}

/**
input[type="button"][value*="NAAR "] {
    background-image: url("/gfx/svg/check.svg");
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 40px !important;
}*/

input[type="checkbox"] {
    accent-color: #3B82F6;
}

.statusinfo, .statusinfo_order, .statusinfo_bill, .statusinfo_creditnote, .statusinfo_quote {
    display: inline-block;
    margin-right: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.addedDetailLine {
    border: 1px solid #D2D5E4;
}

[id$="divToTitle"] {
    border: 1px solid #D2D5E4;
    margin-bottom: -1px;
}

.tblAddNewLine tbody tr th {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
}

.totalRow td
{
    white-space:nowrap;
}


.content-box-tabs {
    display: flex;
}

    .content-box-tabs li {
        flex: 1;
        white-space:nowrap;
    }

.banksaldo {
    color: #555;
}
/*.itemrow td span
{
    white-space:nowrap;
}

*/