.panel-body {
    padding: 15px;
    background-color: #FFFFFF;
}

.query {
    padding: 5px;
    margin-top: 10px;
}

.suitelogo {
    width: 100%;
    height: 48px;
    cursor: pointer;
    background: url(../images/suitelogo_symbol.svg) no-repeat 0px 0px;
}

.spanwrap {
    display: inline-block;
    width: 100%;
    word-wrap: break-word;
}

.fixedTableLayout {
    table-layout: fixed;
}

    .fixedTableLayout tr td {
        border-bottom: none !important;
    }

.queryFrame {
    width: 100%;
    height: 300px;
    background-color: #FFFFFF;
    border: 0px;
    -moz-box-shadow: inset 0 0 10px #ccc;
    -webkit-box-shadow: inset 0 0 10px #ccc;
    box-shadow: inset 0 0 10px #ccc;
}

.pad-bottom-10 {
    margin-top: 10px;
}

h4,
.h4 {
    font-size: 16px;
}


.query-column-container {
    display: block;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 16px;
    padding: 0 16px;
}

.query-column {
    margin-left: 10px;
}

.query-return td {
    padding: 3px;
}

.grid-table {
    width: 100%;
}

.dot-leftpane .menuContainer .menuLI > a [class^='icon-'] {
    font-size: 20px;
    line-height: 25px;
}

.content-area-block {
    display: block;
    float: left;
    overflow: hidden;
    width: 100%;
    padding: 0 16px;
}

.checkbox-container {
    /*white-space: nowrap;*/
    margin-right: 20px;
    width: 100%;
}



.flyout {
    position: absolute;
    right: 10px;
    font-weight: bold;
}

.iconFontText {
    position: absolute;
    padding: 5px 0 0 10px;
}

.fullScreen {
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
}

.homeIcons {
    width: 200px;
}

.operation-items-container {
    margin-bottom: 10px;
}

    .operation-items-container .col-md-4 {
        text-align: right;
    }

.dot-leftpane .menuContainer .menuLI > a > .menuIcon > .menuIconImg {
    margin-top: -2px;
}


/*
.dataTables_filter {
    text-align: right;
}

.dataTables_filter input {
    border: 1px solid #CFd8DC;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    float: right;
}
*/


/* tr.monthly {
    background: #fff;
}

tr.account {
    background: #455A64;
    color: #FFFFFF;
}

tr.yearly {
    background: #CFD8DC;
} */

/****Former in Bastian.css *****/
table#statsTable {border:thin solid black; border-collapse:collapse; color: #ffffff}
table#statsTable th {border:0.1pt solid black; border-collapse:collapse; text-align:center; background-color:#424242;}
table#statsTable td {border:0.1pt solid black; border-collapse:collapse; text-align:right; padding:0px 4px 0px 4px; line-height: 1;}
table#statsTable img {border:none;}
tr.overall { background: #424242;}
tr.monthly { background: #787878;}
tr.account { background: #606060;}
tr.yearly { background: #696969;}
tr.alternate { background: #A0A0A0;}
tr.alternate1 { background: #8C8C8C;}

.background-white-color {
    background-color: #FFFFFF;
}

.version-lic {
    width: 50%;
}

    .version-lic tbody tr td:first-child {
        text-align: right !important;
    }

.version-information-bar {
    margin-bottom: 16px;
}

.statistics-header-content {
    line-height: 16px;
    padding: 12px;
    font-weight: normal;
    font-size: 11px;
}

.dataTables_wrapper {
    margin-bottom: 10px;
}
/*
.dataTables_wrapper .row {
    padding: 0 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/
.data-container-server-monitors {
    width: 100%;
    display: block;
    float: left;
    background-color: #FFFFFF;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 16px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding-bottom: 0px;
    /*box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);*/
    border: 1px solid rgba(0, 0, 0, 0.3);
}


.dataTables-users_wrapper {
    float: left;
    display: block;
    width: 98%;
}

.dataTables_filter,
.dataTables_info {
    float: left;
    display: block;
    width: 98%;
}

.dataTables_length,
.dataTables_paginate {
    float: right;
    display: block;
    width: 98%;
    text-align: right;
}

.dataTables_paginate {
    margin-top: 0;
}

#ctl00_MainContent_divCharts > div,
#ctl00_MainContent_divChartsRight > div {
    float: left;
    margin: 24px;
    margin-left: 0;
    margin-top: 0;
}

#ctl00_MainContent_divCharts br,
#ctl00_MainContent_divChartsRight br {
    display: none;
}

select.input-sm,
select.form-group-sm .form-control {
    line-height: 15px;
    display: block;
    width: 100%;
    clear: both;
    font-size: 13px;
    border: 1px solid #90a4ae;
    padding: 4px 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: url(../images/down-arrow-icon.svg);
}

.pagination {
}

.dataTables_paginate .dot-record__count {
    line-height: 34px;
    vertical-align: bottom;
}

.dataTables_paginate ul {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-left: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #b0bec5;
}

    .dataTables_paginate ul li.paginate_button {
        display: inline;
    }

        .dataTables_paginate ul li.paginate_button a {
            float: left;
            padding: 8px 16px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            text-decoration: none;
            color: #90a4ae;
            border-left-width: 0px;
            font-size: 13px;
            height: 34px;
            line-height: 16px;
            background: #ffffff;
        }

            .dataTables_paginate ul li.paginate_button a:hover {
                background-color: #0366d6;
                color: #ffffff;
                border: 1px solid #0366d6;
                border-left-width: 0px;
            }

    .dataTables_paginate ul li:first-child a {
        border-left-width: 1px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .dataTables_paginate ul li:last-child a {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .dataTables_paginate ul li.active a {
        background-color: #0366d6;
        color: #ffffff;
        border: 1px solid #0366d6;
        border-left-width: 0px;
    }

    .dataTables_paginate ul li .previous,
    .dataTables_paginate ul li .next {
        height: 34px;
    }

    .dataTables_paginate ul .previous {
        background: url(../Images/core/svg/pageNav-back-icon_grey.svg) no-repeat center #ffffff;
    }

        .dataTables_paginate ul .previous:hover {
            background: url(../Images/core/svg/pageNav-back-icon_white.svg) #0366d6 no-repeat center;
        }

    .dataTables_paginate ul .next {
        background: url(../Images/core/svg/pageNav-next-icon_grey.svg) no-repeat center #ffffff;
    }

        .dataTables_paginate ul .next:hover {
            background: url(../Images/core/svg/pageNav-next-icon_white.svg) #0366d6 no-repeat center;
        }

    .dataTables_paginate ul li.disabled a:hover {
        background: transparent !important;
        border: 1px solid #eceff1;
        color: #FFFFFF;
    }

.panel-body .dot-sidepadding,
.panel-body .row {
    padding: 0;
}

input[type="radio"], input[type="checkbox"] {
    margin: 0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #0366D6;
}



.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #0366D6 !important;
    border-color: #0366D6 !important;
    border-radius: 0px !important;
    cursor: pointer;
}

.panel-body .form-group {
    margin-bottom: 15px;
}

a.list-group-item {
    cursor: pointer;
}

@media screen and (min-device-height: 641px) {
    .login-wrapper {
        margin: 0 auto;
        position: absolute;
        top: 50%;
        left: 50%;
        height: 450px;
        width: 405px;
        margin-top: -225px;
        margin-left: -202px;
        /* border: 0px; */
        padding-top: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 6px 6px 13px 0px rgba(50, 50, 50, 0.32) !important;
        -moz-box-shadow: 6px 6px 13px 0px rgba(50, 50, 50, 0.32) !important;
        box-shadow: 6px 6px 13px 0px rgba(50, 50, 50, 0.32) !important;
        border-radius: 5px;
        background-color: #F0F0F0;
        border: 0px !important;
        color: #455A64;
    }
}

.login-panel {
    /*margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    height: 450px;
    width: 405px;
    margin-top: -225px;
    margin-left: -202px;    
    padding-top: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 6px 6px 13px 0px rgba(50, 50, 50, 0.32) !important;
    -moz-box-shadow: 6px 6px 13px 0px rgba(50, 50, 50, 0.32) !important;
    box-shadow: 6px 6px 13px 0px rgba(50, 50, 50, 0.32) !important;
    border-radius: 5px;*/
}

    .login-panel, .login-panel .panel-heading, .login-panel .panel-footer {
        background-color: #F0F0F0;
        border: 0px !important;
        color: #455A64;
    }

        .login-panel img {
            padding-left: 9px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin-bottom: 40px;
        }

        .login-panel .panel-heading, .login-panel .panel-footer .login-panel .panel-body {
            padding: 0px;
        }

        .login-panel .panel-heading {
            padding-left: 15px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
            margin-bottom: 0px;
        }


            .login-panel .panel-heading .panel-title {
                font-size: 12px;
            }


        .login-panel .panel-footer a {
            color: #455A64;
            font-size: 12px;
        }

        .login-panel > .panel-body {
            background-color: #F0F0F0;
            margin-bottom: 10px;
        }


        .login-panel .panel-footer a:hover {
            color: #455A64;
            text-decoration: underline;
        }

.wrapText {
    white-space: normal;
    display: block;
    width: 100%;
}

.width50pc {
    width: 50%;
}

.login-panel .btn-success, #systemId .btn-success, #passwordForgotten .btn-success, #passwordReset .btn-success, .activateDSMIDiv .btn-success {
    width: 320px;
    height: 32px;
    font-weight: bold;
    font-size: 13px;
    background-color: #0d47a1;
    color: #FFFFFF;
    border: 0px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 15px !important;
}

.logout-button {
    width: 152px;
    height: 25px;
    font-weight: bold;
    text-align: center !important;
    background-color: #0d47a1;
    color: #FFFFFF !important;
    border: 0px;
    line-height: 15px !important;
}

.resetPassDiv, #systemid {
    font-size: 12px;
    padding-left: 9px;
    padding-right: 15px;
}

    #passwordForgotten input, #passwordReset input, #systemid input {
        width: 100% !important;
    }

    #passwordForgotten img, #systemid img, #passwordReset img {
        padding-bottom: 20px;
    }



.activateDSMIDiv {
    padding-top: 20px !important;
}


    .activateDSMIDiv #Content {
        background-color: #888888;
        border: 1px solid #B0BEC5 !important;
        color: #000000;
        margin: 0 auto;
        position: relative;
        top: 50%;
        border: 0px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        box-shadow: 6px 6px 13px 0px rgba(50, 50, 50, 0.32) !important;
        /*margin-top:-250px;*/
        font-size: 13px;
        /*    box-shadow: 0 17px 12px 0 rgba(49, 53, 65, 0.38) !important;
    -moz-box-shadow: 0 17px 12px 0 rgba(49, 53, 65, 0.38) !important;
    -webkit-box-shadow: 0 17px 12px 0 rgba(49, 53, 65, 0.38) !important;*/
    }



/* DataTables Overrides */

table.dataTable thead .sorting,
table.dataTable thead .sorting_disabled
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

    table.dataTable thead .sorting_asc:after {
        content: "\f0de";
        float: left;
        font-family: fontawesome;
        margin-right: 5px;
    }

    table.dataTable thead .sorting_desc:after {
        content: "\f0dd";
        float: left;
        font-family: fontawesome;
        margin-right: 5px;
    }

    table.dataTable thead .sorting:after {
        content: "\f0dc";
        float: left;
        font-family: fontawesome;
        color: rgba(50,50,50,.5);
        margin-right: 5px;
    }


.bold {
    font-weight: bold;
}
/* Circle Buttons */

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

    .btn-circle.btn-lg {
        width: 50px;
        height: 50px;
        padding: 10px 16px;
        border-radius: 25px;
        font-size: 18px;
        line-height: 1.33;
    }

    .btn-circle.btn-xl {
        width: 70px;
        height: 70px;
        padding: 10px 16px;
        border-radius: 35px;
        font-size: 24px;
        line-height: 1.33;
    }

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

.img-thumbnail-150p {
    width: 150px;
}

.img-thumbnail-80p {
    width: 80px;
}

#silverlightControlHost {
}

.sliverlight-prompt-container {
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    left: 0px;
}

.silverlightFrame {
    margin-top: -17px;
    overflow: auto;
}



#hyperlink-ccnt {
    width: 300px;
    margin: 0 auto;
}

    #hyperlink-ccnt img {
        width: 200px;
    }



a:hover,
a:focus {
    color: #0366D6;
    text-decoration: none;
}

.page-header {
    padding-bottom: 0px;
    margin: 0px;
    border-bottom: 0px solid #eee;
}

.panel {
    margin-bottom: 20px;
    background-color: #0d47a1;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    margin-left: 0px;
}

/*Start-Sidebar Icon Classes*/

.menuLI a .menuIcon {
    background: url('../images/Sidebar_sprite.svg');
}

.menuLI a .menuIcon-Home {
    background-position: 0 0;
}


.menuLI:hover > a .menuIcon-Home {
    background-position: -64px 0;
}

.menuLI a .menuIcon-Items {
    background-position: -192px 0;
}


.menuLI:hover > a .menuIcon-Items {
    background-position: -128px 0;
}

.menuLI a .menuIcon-Users {
    background-position: -576px 0;
}


.menuLI:hover > a .menuIcon-Users {
    background-position: -512px 0;
}

.menuLI a .menuIcon-Servers {
    background-position: -320px 0;
}


.menuLI:hover > a .menuIcon-Servers {
    background-position: -256px 0;
}


.menuLI a .menuIcon-Settings {
    background-position: -448px 0;
}


.menuLI:hover > a .menuIcon-Settings {
    background-position: -384px 0;
}


.menuLI a .menuIcon-Workflow {
    background-position: -704px 0;
}


.menuLI:hover > a .menuIcon-Workflow {
    background-position: -640px 0;
}
/*For Active States*/

.menuLI.active > a .menuIcon-Home {
    background-position: -64px 0;
}

.menuLI.active > a .menuIcon-Items {
    background-position: -128px 0;
}


.menuLI.active > a .menuIcon-Users {
    background-position: -512px 0;
}

.menuLI.active > a .menuIcon-Servers {
    background-position: -256px 0;
}


.menuLI.active > a .menuIcon-Settings {
    background-position: -384px 0;
}



.menuLI.active > a .menuIcon-Workflow {
    background-position: -640px 0;
}
/*For Active States*/

/*End-Sidebar Icon Classes*/
.logo-container {
    width: 100%;
}

.version-container, .efilogo {
    float: left;
    display: inline-block;
}


.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #000000;
    opacity: 0.8;
    filter: alpha(opacity=80);
}



.repo-icon {
    background: url('../Images/core/svg/Repo.svg') no-repeat #ffffff center;
    display: inline-block;
    width: 100px;
    height: 100px;
    /*margin-top: 8px;
    margin-left: 8px;
    margin-right: 16px;*/
    cursor: pointer;
}

    .repo-icon:hover {
        background: url('../Images/core/svg/on hower-Repo.svg') no-repeat #ffffff center;
    }


.server-icon {
    background: url('../Images/core/svg/server Manager.svg') no-repeat #ffffff center;
    display: inline-block;
    width: 100px;
    height: 100px;
    /*margin-top: 8px;
    margin-left: 8px;
    margin-right: 16px;*/
    cursor: pointer;
}

    .server-icon:hover {
        background: url('../Images/core/svg/on hover-server Manager.svg') no-repeat #ffffff center;
    }


.wf-icon {
    background: url('../Images/core/svg/worflow Manager.svg') no-repeat #ffffff center;
    display: inline-block;
    width: 100px;
    height: 100px;
    /*margin-top: 8px;
    margin-left: 8px;
    margin-right: 16px;*/
    cursor: pointer;
}

    .wf-icon:hover {
        background: url('../Images/core/svg/on hover-worflow Manager.svg') no-repeat #ffffff center;
    }

.test-doc-image-properties-container {
    /* box-shadow: -5px 0px 25px 1px #aaaaaa;*/
    -webkit-box-shadow: 0 0px 3px 1px rgba(43, 59, 93, 0.20);
    -moz-box-shadow: 0 0px 3px 1px rgba(43, 59, 93, 0.20);
    box-shadow: 0 0px 3px 1px rgba(43, 59, 93, 0.20);
    width: 300px;
    position: absolute;
    right: 0px;
    top: 50px;
    border-radius: 0px;
    background-color: transparent;
}

    .test-doc-image-properties-container .panel-body {
        padding-top: 0px;
    }

    .test-doc-image-properties-container .accordian-container {
        padding: 0px;
    }

        .test-doc-image-properties-container .accordian-container .card .card-header h5 {
            margin-top: 0px;
        }

            .test-doc-image-properties-container .accordian-container .card .card-header h5 a[aria-expanded="false"] {
                border: 1px solid #EBEDF3;
                width: 100%;
                line-height: 30px;
                padding: 5px;
                display: block;
            }

            .test-doc-image-properties-container .accordian-container .card .card-header h5 a[aria-expanded="true"] {
                background-color: #4A90E2;
                color: #FFFFFF;
                width: 100%;
                line-height: 30px;
                padding: 5px;
                display: block;
            }

        .test-doc-image-properties-container .accordian-container #accordion {
            width: 100%;
        }

        .test-doc-image-properties-container .accordian-container .card .card-body {
            padding: 10px;
        }

            .test-doc-image-properties-container .accordian-container .card .card-body .input-group-addon {
                background-color: transparent;
                border: 0px;
                border-radius: 0px;
                color: #546E7A;
            }

    .test-doc-image-properties-container .panel-footer {
        background-color: #FFFFFF;
    }


.no-image-available {
    width: 700px;
    text-align: center;
    min-height: 500px;
    padding-top: 200px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(43, 59, 93, 0.20);
    -moz-box-shadow: 0 1px 3px 0 rgba(43, 59, 93, 0.20);
    box-shadow: 0 1px 3px 0 rgba(43, 59, 93, 0.20);
    background-color: #FFFFFF;
    border-radius: 8px;
    margin-left: 15px;
    margin: 0 auto;
}

    .no-image-available .info-no-image-available {
        color: #546E7A;
        font-size: 18px;
        margin-top: 10px;
    }

.progressImage {
    position: fixed;
    z-index: 2050;
    top: 50%;
    left: 50%;
    margin-left: -40px;
    margin-top: -40px;
    width: 75px;
}

footer {
    position: fixed;
    clear: both;
    bottom: 0px;
    text-align: center;
    width: 100%;
    padding: 10px;
}


.dot-leftpane {
    transition: all 0.2s;
}

.dot-rightpane {
    transition: all 0.2s;
}

.progress {
    height: 10px;
}


@media screen and (max-device-height: 640px) {
    .login-wrapper {
        min-height: 400px;
        height: 400px;
        width: 350px;
        min-width: 350px;
        margin-left: 50%;
        padding-top: 30px;
        left: -175px;
        position: absolute !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 6px 6px 13px 0px rgba(50, 50, 50, 0.32) !important;
        -moz-box-shadow: 6px 6px 13px 0px rgba(50, 50, 50, 0.32) !important;
        box-shadow: 6px 6px 13px 0px rgba(50, 50, 50, 0.32) !important;
        border-radius: 5px;
        background-color: #F0F0F0;
        border: 0px !important;
        color: #455A64;
    }

        .login-wrapper img {
            width: 100%;
        }

    #passwordForgotten img {
        width: unset;
    }
}

@media screen and (min-device-height: 641px) {
    .activation-wrapper {
        margin: 0 auto;
        position: absolute;
        left: 50%;
        /* border: 0px; */
        padding-top: 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 6px 6px 13px 0px rgba(50, 50, 50, 0.32) !important;
        -moz-box-shadow: 6px 6px 13px 0px rgba(50, 50, 50, 0.32) !important;
        box-shadow: 6px 6px 13px 0px rgba(50, 50, 50, 0.32) !important;
        border-radius: 5px;
        background-color: #F0F0F0;
        border: 0px !important;
        color: #455A64;
        height: auto !important;
        margin-top: 0% !important;
        top: 20px !important;
        width: 600px !important;
        margin-left: -300px !important;
    }

        .activation-wrapper #eggHeadAct {
            width: 200px;
        }
}

@media screen and (max-device-height: 640px) {
    .activation-wrapper {
        height: auto !important;
        width: 350px;
        min-width: 350px;
        margin-left: 50%;
        padding-top: 30px;
        left: -175px;
        position: absolute !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-shadow: 6px 6px 13px 0px rgba(50, 50, 50, 0.32) !important;
        -moz-box-shadow: 6px 6px 13px 0px rgba(50, 50, 50, 0.32) !important;
        box-shadow: 6px 6px 13px 0px rgba(50, 50, 50, 0.32) !important;
        border-radius: 5px;
        background-color: #F0F0F0;
        border: 0px !important;
        color: #455A64;
    }

        .activation-wrapper .splashImage img {
            width: 100%;
        }

        .activation-wrapper #eggHeadAct {
            width: 100px;
        }

    #activationDataProgress, #systemProgress, #activateProgress {
        width: unset;
    }
}


.imageZoomIcons{
    font-size: 18px;
    vertical-align: middle;
    padding: 5px;
    color: #455a64;
    cursor:pointer;
}

.zoomTextInput{
    display:inline;
    width:50px;    
    padding:5px;
}

.zoomControls{
    width:100%;
    text-align:center;
    padding:10px;
}
.previewImageDiv{
    overflow: auto; 
    width: 100%; 
    text-align: center;
    height: calc(100vh - 400px);
    min-height:400px;
}

/* VDP Enterprise Loginpage Errormessage */
#ctl00_ContentPlaceHolder_lblRet {
    font-size: 15px !important;
    letter-spacing: 0.5px !important;
}

/* VDP Enterprise Progress Bubbles (copied from SmartCampaign for consistent appearance) */
.smartCampaignProgressPanel {
    position: absolute;
    z-index: 99999999;
    bottom: 40%;
    right: 0;
    left: 0;
    top: 40%;
    background-color: rgba(75, 75, 75, 0.6);
}

.smartCampaignProgressPanelContent {
    position: absolute;
    width: 100%;
    top: 30%;
    text-align: center;
    display: block;
}

.scProgressBubbles {
    margin: auto;
    margin-bottom: auto;
    margin-bottom: 20px;
    display: table;
    padding-top: 10px;
}

.scProgressBubbles .bounce1 {
    -webkit-animation-delay: -0.632s;
    animation-delay: -0.32s;
}

.scProgressBubbles > div {
    width: 24px;
    height: 24px;
    background-color: rgba(255, 255, 255, 0.6);
    margin-right: 10px;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: scProgressBubblesBounceDelay 1.4s infinite ease-in-out;
    animation: scProgressBubblesBounceDelay 1.4s infinite ease-in-out;
    animation-delay: 0s;
    animation-fill-mode: none;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.smartCampaignProgressPanelText {
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-family: sans-serif;
    font-size: 14px;
    color: white;
    letter-spacing: 5px;
}

.smartCampaignProgressPanelSubText {
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-family: sans-serif;
    font-size: 9px;
    color: white;
    letter-spacing: 5px;
}

@-webkit-keyframes scProgressBubblesBounceDelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes scProgressBubblesBounceDelay {
    0%, 80%, 100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

#ProductionRendererTable {
    width: 100%;
    border-radius: 4px;
}

#ProductionRendererTable td, table th {
    border: 1px solid #ddd;
    padding: 15px;
}

#ProductionRendererTable tr:first-child th {
    border-top: 0;
}

#ProductionRendererTable tr:last-child td {
    border-bottom: 0;
}

#ProductionRendererTable tr td:first-child,
#ProductionRendererTable tr th:first-child {
    border-left: 0;
}

#ProductionRendererTable tr td:last-child,
#ProductionRendererTable tr th:last-child {
    border-right: 0;
}

#ProductionRendererTable img {
    /*filter: grayscale(100%);*/
    width: 22px;
}

#ProductionRendererTable img:hover {
    filter: grayscale(0%);
}

#ProductionRendererTable input {
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: hidden;
    background-color: #f5f5f5;
}

#ProductionRendererTable .flex-parent-element {
    display: flex;
    width: 100%;
}

#ProductionRendererTable .flex-child-element {
    display: flex;
    align-items: center;
}

#ProductionRendererTable .flex-child-element:first-child {
    margin-right: 15px;
}

.MoreDetailsContent {
    display: none;
    overflow: hidden;
    color: #737373;
}