﻿input::-ms-clear, input::-ms-reveal {
    display: none;
}

label.error {
    color: red;
}

span.error {
    color: red;
}

span.cnerror {
    color: red;
}

table {
    width: 100% !important;
}

.field-validation-error {
    color: red;
}

.custom-validation-error {
    color: red;
    color: red;
    display: block;
    position: relative;
    line-height: 15px;
    top: 5px;
    /*min-width: 230px;
    max-width: 55px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
}

.custome-alert {
    -moz-box-align: center;
    align-items: center;
    background-color: transparent;
    bottom: 0;
    display: flex;
    left: 0;
    padding: 10px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1060;
    transition: background-color 0.1s ease 0s;
    background-color: rgba(0, 0, 0, 0.4);
    /*overflow:auto;*/
}

    .custome-alert.hide-alert {
        display: none !important;
    }

    .custome-alert a.action-close {
        border: 1px solid;
        cursor: pointer;
        padding: 0 5px;
        position: absolute;
        right: 20px;
        border-radius: 3px;
    }

    .custome-alert a.action-previous {
        border: 2px solid #fff;
        border-radius: 30px;
        color: #fff;
        float: left;
        font-weight: bold;
        padding: 5px 12px;
        position: absolute;
        left: -50px;
        top: 48%;
        cursor: pointer;
    }

    .custome-alert a.action-next {
        border: 2px solid #fff;
        border-radius: 30px;
        color: #fff;
        float: right;
        font-weight: bold;
        padding: 5px 12px;
        position: absolute;
        right: -50px;
        top: 48%;
        cursor: pointer;
    }

    .custome-alert.hide-alert .swal2-modal.swal2-show {
        display: none !important;
        overflow: hidden !important;
    }

    .custome-alert.show-alert .swal2-modal.swal2-show {
        min-width: 450px;
        display: block;
        padding: 20px;
        /*overflow-x: inherit;
        overflow-y: inherit;*/
        /*overflow:auto;*/
        background: rgb(255, 255, 255) none repeat scroll 0% 0%;
        text-align: left !important;
    }

    .custome-alert.show-alert .action-area {
        text-align: center;
    }

    .custome-alert .tab-container__inner {
        margin-bottom: 0px !important;
    }

.custom-dropdown-pen .custom-caret {
    position: relative;
}

.custom-dropdown-pen .caret-ico {
    position: absolute !important;
    right: 15px !important;
    font-size: 10px !important;
}

.custom-dropdown-pen .dropdown-pen-body {
    padding: 15px 0px 0px 15px;
}

.custom-dropdown-pen .collapsible-header {
    line-height: 3rem;
}

.custom-dropdown-pen .custom-caret {
    position: relative;
}

.custom-dropdown-pen .caret-ico {
    position: absolute !important;
    right: 15px !important;
    font-size: 10px !important;
}

.custom-dropdown-pen .dropdown-pen-body {
    padding: 15px 0px 0px 15px;
}

.custom-dropdown-pen .collapsible-header {
    line-height: 3rem;
}

.btn-blue {
    background-color: #597ca3;
    border-left-color: #597ca3;
    border-right-color: #597ca3;
}

.btn-gray {
    background-color: #a2adaa;
    border-left-color: #a2adaa;
    border-right-color: #a2adaa;
}

.main-logo {
    width: 210px;
    height: 80px;
}

.row__actions:hover ul.dropdown-content {
    display: block;
    margin-top: -45px;
    margin-left: -95px;
    opacity: 1;
    position: absolute;
    top: auto;
}

.login-user-selection-username {
    font-size: 1.3rem;
}

.login-user-selection-header {
    font-size: 1.1rem;
    font-weight: normal;
    /*margin-top: -15px;*/
}

.login-association-selection {
    margin-top: 0;
    max-height: 300px;
    overflow-y: auto;
}

    .login-association-selection .item {
        text-align: left;
        padding: 10px;
        /*border: 1px solid;*/
        background: #dcdcdc;
    }

        .login-association-selection .item:nth-of-type(2n) {
            background: #f9f9f8;
        }

body.dragging, body.dragging * {
    cursor: move !important;
}

.dragged {
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}

@media (min-width: 840px) {
    .EmailTemplateElement li {
        border: none !important;
        margin-bottom: 7.5px;
        padding: 0;
        float: none !important;
    }
}

#ulEmailTemplateContaint {
    padding: 15px !important;
}

.EmailTemplateElement li {
    float: left;
    border: none !important;
    padding: 0px !important;
    margin-right: 7.5px;
}

.EmailTemplateElement .color-input {
    width: 35px;
}

.mc-email__layout .sorttable {
    /*margin: 30px;*/
}

    .mc-email__layout .sorttable ul {
        border: 1px solid #c2c2c2;
        padding: 30px;
    }

    .mc-email__layout .sorttable li div.action {
        margin-left: -34px;
        margin-top: -1px;
        position: absolute;
        display: none;
        background: #f8f8f8 none repeat scroll 0 0;
        border: 1px solid #c2c2c2;
        padding-top: 8px;
    }

    .mc-email__layout .sorttable li:hover > div.action {
        display: block !important;
    }

    .mc-email__layout .sorttable div.action a {
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin: 7px;
        padding: 0 9px;
    }

    .mc-email__layout .sorttable li div.action a.icon-move {
        background-image: url(../assets/src/svg/move-cursor.svg);
        cursor: move;
    }

    .mc-email__layout .sorttable li div.action a.icon-delete {
        background-image: url(../assets/src/svg/delete.svg);
        cursor: pointer;
		position: absolute;
        top: -1px;
    }

    .mc-email__layout .sorttable li div.action a.icon-setting {
        background-image: url(../assets/src/svg/settings.svg);
        cursor: pointer;
    }

    .mc-email__layout .sorttable li div.toolbar-custom {
        background: #f8f8f8 none repeat scroll 0 0;
        border: 1px solid #c2c2c2;
        display: none;
        margin-top: -34px;
        padding: 8px 4px 2px;
        position: absolute;
    }

    .mc-email__layout .sorttable li:hover div.toolbar-custom {
        display: block !important;
    }

    .mc-email__layout .sorttable div.toolbar-custom a {
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin: 8px;
        padding: 0 8px;
    }

    .mc-email__layout .sorttable div.toolbar-custom span.menu-split {
        border-left: 1px solid #c2c2c2;
    }

    .mc-email__layout .sorttable li div.toolbar-custom a.icon-align-left {
        background-image: url(../assets/src/svg/menu/align-left.svg);
        cursor: pointer;
    }

    .mc-email__layout .sorttable li div.toolbar-custom a.icon-align-center {
        background-image: url(../assets/src/svg/menu/align-center.svg);
        cursor: pointer;
    }

    .mc-email__layout .sorttable li div.toolbar-custom a.icon-align-right {
        background-image: url(../assets/src/svg/menu/align-right.svg);
        cursor: pointer;
    }

    .mc-email__layout .sorttable li div.toolbar-custom a.icon-setting {
        background-image: url(../assets/src/svg/settings.svg);
        cursor: pointer;
    }

.mc-email__layout .ElementToolbar {
    background: #000000 none repeat scroll 0 0;
    border: 1px solid #000000;
    border-radius: 6px;
    color: #ffffff;
    padding: 10px;
    position: absolute;
}

.sorttable {
    margin: 0px;
}

    .sorttable p {
        margin: 0px !important;
    }

    .sorttable li {
        border: 1px dashed #c2c2c2;
    }

    .sorttable ul {
        padding: 15px !important;
    }

.item-sub-menu .sub-menu-container {
    background: #f8f8f8 none repeat scroll 0 0;
    padding: 5px !important;
    position: absolute;
    z-index: 999;
    display: none;
}

.item-sub-menu:hover .sub-menu-container {
    display: block;
}

.border-1px-dotted {
    border: 1px dotted #c2c2c2;
}

.ui-wrapper {
    height: 100px;
}

.ui-resizable {
    height: 100px;
}

.mail-template-prefix span.prefix {
    /*background-color: #4cb554;
    border: 1px solid rgba(189, 194, 199, 0.7);
    border-radius: 5px;
    color: #fff;
    padding: 5px;*/
    text-align: center;
}

    .mail-template-prefix span.prefix:hover {
        cursor: pointer;
    }

.group-member-count {
    background-color: #A4A5A1;
    border-radius: 50%;
    color: white;
    padding: 4px 10px;
}

.header-text-button {
    line-height: 38px;
}

    .header-text-button .row__actions .dropdown-content {
        right: 35px;
    }

.mail-setting-category li {
    padding: 5px;
}

    .mail-setting-category li:nth-of-type(2n) {
        background: hsl(60, 8%, 97%) none repeat scroll 0 0;
    }

    .mail-setting-category li div.action {
        float: right;
    }

        .mail-setting-category li div.action .icon {
            height: 18px;
            width: 18px;
            fill: hsl(0, 0%, 65%);
        }

.border-active {
    border: 1px dotted !important;
}

.BlogDetail {
    width: 717%;
    height: 67%;
    margin-left: -14px;
}

.BlogPostbtn {
    margin-left: 1189px;
    margin-top: 22px;
}

.BlogUpload {
    width: 717%;
    height: 67%;
    margin-left: -14px;
}

.colvistoggle {
    background: hsl(206, 23%, 52%) none repeat scroll 0 0;
    border: 1px solid hsl(0, 0%, 76%);
    color: hsl(0, 0%, 100%);
    font-weight: bold;
    padding: 5px 10px;
    margin-bottom: 5px;
}

    .colvistoggle:active {
        background: hsl(206, 23%, 52%) none repeat scroll 0 0;
    }

    .colvistoggle:focus {
        background: hsl(206, 23%, 52%) none repeat scroll 0 0;
    }

    .colvistoggle:hover {
        background: hsl(206, 23%, 52%) none repeat scroll 0 0;
    }

    .colvistoggle[visible='false'] {
        background: #2AB7A9;
    }

.processbarcontainer {
    border: 1px solid hsl(0, 0%, 80%);
    width: 100%;
    height: 30px;
}

    .processbarcontainer .processbar {
        background-color: rgb(76, 173, 79);
        color: rgb(255, 255, 255);
        width: 0%;
        text-align: center;
        height: 100%;
    }

        .processbarcontainer .processbar .processbartextarea {
            padding-top: 4px;
        }

.blog-post-container {
    width: 100% !important;
    background-color: #F5F5F5;
    padding: 10px;
}

    .blog-post-container .text-area {
        width: 100% !important;
    }

        .blog-post-container .text-area .text-box {
            width: 100% !important;
            height: 60px !important;
        }

    .blog-post-container .post-option-area {
        width: 100% !important;
        padding: 10px;
    }

        .blog-post-container .post-option-area .post-option {
            float: left;
            padding: 0 10px;
            width: 60px;
            text-align: center;
        }

            .blog-post-container .post-option-area .post-option .icon {
            }

            .blog-post-container .post-option-area .post-option .text {
                font-size: 12px;
                margin: -5px 0 0;
            }

        .blog-post-container .post-option-area .post-button {
            float: right;
        }

.divReplybtn {
    padding: 10px;
    margin: -2px 1405px;
}

.blog-post-container .upload-img-preview {
    background-color: hsl(0, 0%, 100%);
    border: 1px solid hsl(0, 0%, 84%);
    float: left;
    height: 150px;
    margin: 5px;
    padding: 8px;
    width: 115px;
    position: relative;
}

    .blog-post-container .upload-img-preview .img-container {
        width: 100%;
        position: relative;
    }

        .blog-post-container .upload-img-preview .img-container .file-name {
            background-color: hsl(0, 0%, 88%);
            bottom: 0;
            display: none;
            left: 0;
            opacity: 0.8;
            padding: 8px;
            position: absolute;
            right: 0;
            top: 0;
        }

    .blog-post-container .upload-img-preview:hover .file-name {
        display: block;
    }

    .blog-post-container .upload-img-preview img {
        height: 80px;
        width: 100%;
        background-color: hsl(0, 0%, 91%);
    }

    .blog-post-container .upload-img-preview button {
        background-color: hsl(0, 0%, 86%);
        border: 1px solid hsl(0, 0%, 76%);
        border-radius: 2px;
        color: hsl(0, 0%, 44%);
        width: 100%;
    }

.blog-post-display-container {
    width: 100%;
    border: 1px solid #c2c2c2;
    margin: 5px;
}

    .blog-post-display-container .post-header {
        background-color: hsl(0, 0%, 94%);
        font-size: 12px;
        font-weight: bold;
        padding: 5px 10px 10px;
        width: 100%;
    }

        .blog-post-display-container .post-header .post-by {
            float: left;
        }

        .blog-post-display-container .post-header .post-on {
            float: right;
        }

    .blog-post-display-container .post-details {
        padding: 5px 10px 10px;
        width: 100%;
        overflow: auto;
    }

        .blog-post-display-container .post-details .post-file {
            padding: 10px;
        }

            .blog-post-display-container .post-details .post-file .file {
                float: left;
                margin: 10px;
                width: 200px;
            }

            .blog-post-display-container .post-details .post-file img {
                width: 100% !important;
                height: 100px;
                background-color: hsl(0, 0%, 85%);
            }

            .blog-post-display-container .post-details .post-file video {
                width: 100% !important;
                height: 100px;
                background-color: hsl(0, 0%, 85%);
            }

.dt-button.buttons-print {
    display: none !important;
}

.chk-lbl-icon {
    height: 22px !important;
}

    .chk-lbl-icon .icon {
        width: 22px !important;
        height: 22px !important;
    }

.dropbox-icon-txtbox {
    background-image: url("../Images/Social/dropbox.png");
    background-position: 2px 4px;
    background-repeat: no-repeat;
    padding-left: 40px !important;
}

.facebook-icon-txtbox {
    background-image: url("../Images/Social/facebook.png");
    background-position: 2px 4px;
    background-repeat: no-repeat;
    padding-left: 40px !important;
}

.google-plus-icon-txtbox {
    background-image: url("../Images/Social/google-plus.png");
    background-position: 2px 4px;
    background-repeat: no-repeat;
    padding-left: 40px !important;
}

.linkedin-icon-txtbox {
    background-image: url("../Images/Social/linkedin.png");
    background-position: 2px 4px;
    background-repeat: no-repeat;
    padding-left: 40px !important;
}

.twitter-icon-txtbox {
    background-image: url("../Images/Social/twitter.png");
    background-position: 2px 4px;
    background-repeat: no-repeat;
    padding-left: 40px !important;
}

.youtube-icon-txtbox {
    background-image: url("../Images/Social/youtube.png");
    background-position: 2px 4px;
    background-repeat: no-repeat;
    padding-left: 40px !important;
}

.form-content {
    min-height: 800px;
}

/*13/07/2017*/
.collapsible-body {
    /*position: relative !important;*/
}

button.context-menu__link {
    background: #597CA3;
    color: #FFF;
    font-weight: 600;
}

.txt-password-show {
    /*border-left: 1px solid #dadada;
    cursor: pointer;
    float: right;
    margin-left: -40px;
    margin-top: 5px;
    padding: 8px 5px 6px 4px;
    position: absolute;*/
    /*border-left: 1px solid #dadada;*/
    cursor: pointer;
    float: right;
    margin-top: -34px;
    padding: 0 15px 0 0;
    position: relative;
    z-index: 1 !important;
}

    .txt-password-show #showpassword {
        display: block;
        fill: #405979;
        /*height: 40px;
        width: 40px;*/
        z-index: -1 !important;
    }

    .txt-password-show #hidepassword {
        display: none;
        fill: #405979;
        /*height: 40px;
        width: 40px;*/
        z-index: -1 !important;
    }

    .txt-password-show.active #showpassword {
        display: none !important;
        fill: #405979;
    }

    .txt-password-show.active #hidepassword {
        display: block !important;
        fill: #405979;
    }

@media (min-width: 480px) {
    .txtbox-password {
        /* border-radius: 29px !important;*/
        font-size: 1.5rem !important;
        height: 58px !important;
        padding: 0 30px 3px !important;
    }

    .txt-password-show {
        /*border-left: 1px solid #dadada;
        float: right;
        margin-left: -40px;
        margin-top: 5px;
        padding: 16px 5px 14px 4px;
        position: absolute;
        cursor: pointer;*/
        /*border-left: 1px solid #dadada;*/
        float: right;
        margin-top: -42px;
        padding: 0px 20px 14px 4px;
        position: relative;
        cursor: pointer;
        z-index: 1 !important;
    }
}

.main-sidebar svg {
    /*z-index: -1 !important;*/
}

.main-sidebar::after {
    z-index: -2 !important;
}

.collapsible-body .collapsible-body {
    left: 0px !important;
}

.txt-password-show svg {
    z-index: -1 !important;
}

    .txt-password-show svg use {
        z-index: -1 !important;
    }

/*svg {
    pointer-events: none;
}*/

.btn--select-facility.disabled, .btn--select-facility.disabled:active, .btn--select-facility.disabled:hover {
    background-color: #A2ADAA !important;
}

span.season-req-count-round {
    -moz-box-align: center;
    -moz-box-pack: center;
    -moz-user-select: none;
    background: #cc0000 none repeat scroll 0 0;
    border-radius: 50%;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 0.82rem;
    font-weight: 600;
    height: 26px;
    line-height: 26px;
    min-width: 26px;
    position: absolute;
    right: -6px;
    text-align: center;
    top: 4px;
    width: 26px;
    z-index: 10;
}

.popup-btn {
    margin: 0 auto;
}

.custom-btn-section {
    overflow: auto;
    background: #EDEEEF;
    padding: 10px 0px;
    height: auto;
    width: 100%;
    position: sticky;
    bottom: 0px;
}

.custom-readonly input[readonly] {
    color: black !important;
}

.Holiday-configurator {
    display: block;
    margin-top: 60px;
}

.FixedSlot-configurator {
    display: block;
    margin-top: 60px;
}

.ArxArea-configurator {
    display: block;
    margin-top: 60px;
}

.Price-configurator {
    display: block;
    margin-top: 60px;
}

@media (min-width: 992px) {
    .Holiday-configurator {
        border-left: 1px solid #CFD3D3;
        margin-left: 15px;
        margin-top: 0;
        min-width: calc(100% - 20rem - 15px);
        padding-left: 22.5px;
        width: 80%;
    }
}

@media (min-width: 992px) {
    .FixedSlot-configurator {
        border-left: 1px solid #CFD3D3;
        margin-left: 15px;
        margin-top: 0;
        min-width: calc(100% - 20rem - 15px);
        padding-left: 22.5px;
        width: 80%;
    }
}

@media (min-width: 992px) {
    .ArxArea-configurator {
        border-left: 1px solid #CFD3D3;
        margin-left: 15px;
        margin-top: 0;
        min-width: calc(100% - 20rem - 15px);
        padding-left: 22.5px;
        width: 80%;
    }
}

@media (min-width: 992px) {
    .Price-configurator {
        border-left: 1px solid #CFD3D3;
        margin-left: 15px;
        margin-top: 0;
        min-width: calc(100% - 20rem - 15px);
        padding-left: 22.5px;
        width: 80%;
    }
}

@media (min-width: 992px) {
    .Product-configurator {
        border-left: 1px solid #CFD3D3;
        margin-left: 15px;
        margin-top: 0;
        min-width: calc(100% - 20rem - 15px);
        padding-left: 22.5px;
        width: 80%;
    }
}

.custom-scroll {
    overflow: auto !important;
    height: 300px;
}

.custom-show {
    /*position: relative;
    left: 87%;
    top: 40px;
    width: 15%;
    width: 22px;*/
    position: absolute;
    top: 70px;
    width: 22px;
    right: 20px;
}

.cust-profile_position {
    position: relative;
}

/*.content-area{
    max-height:calc(100% - 300px);
    overflow:auto;
}*/

@media (min-width: 480px) {
    .custom-show {
        /*position: relative;
        left: 87%;
        top: 52px;
        width: 15%;
        width: 22px;*/
        position: absolute;
        top: 78px;
        width: 22px;
        right: 20px;
    }
}

.custom-scroll-Slot {
    overflow: auto !important;
    max-height: calc(100vh - 440px);
}

.googlemap_marginleft {
    margin-left: -18px !important;
}

.error-page {
    padding: 100px 0 170px;
}

    .error-page .icon {
        width: 100%;
        text-align: center;
        display: table;
        margin-top: 150px;
    }

        .error-page .icon i {
            font-size: 90px;
            float: none;
            color: #1B263B;
        }

    .error-page .headline {
        display: block;
        font-size: 3.5rem;
        text-align: center;
        margin: 35px auto;
    }

    .error-page p {
        font-size: 1.2rem;
        text-align: center;
    }

.aflyst, .aflyst a {
    color: gray !important;
    text-decoration: line-through;
}

.table-thtd_custwidth {
    width: 165px !important;
}

.unavailable {
    color: #CFD3D3;
    text-decoration: line-through;
}

.modal_tabcustomscroll {
    height: calc(90vh - 8rem - 75px);
    display: block;
    overflow: auto;
}

.BookingCommentInfo_textarea {
    min-height: 180px !important;
    max-height: 180px !important;
    overflow: auto;
    padding: 0px 15px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.w-78 {
    width: 78% !important;
}

.w-90 {
    width: 90% !important;
}

.mh-95 {
    max-height: 95% !important;
}

.ui-datepicker-title .select-dropdown {
    width: 90px !important;
}

.ui-datepicker-title .select-wrapper {
    width: 90px !important;
    float: left !important;
}

    .ui-datepicker-title .select-wrapper input.select-dropdown {
        padding: 0 30px 0 15px !important;
    }

    .ui-datepicker-title .select-wrapper input.select-dropdown {
        height: 25px !important;
        line-height: 25px !important;
    }

/*New Css Change content 2018-03-05 start*/

/*.form-content .tabs{
    border-left: 1px solid #edeeef;
    border-top: 1px solid #edeeef;
}*/

.margin-datatable {
    /*margin-right: 25px;
    margin-left: 25px;
    margin-top: 25px;
    position: relative;*/
}

.actions-panel.collapsible {
    box-shadow: none;
}

.margin-datatable td {
    box-shadow: inset -16px 0px 25px -25px #DFE0E3;
    border: 0px;
}

.margin-datatable tr td:last-child {
    box-shadow: none !important;
    /*border-right: 1px solid #edeeef;*/
}

.margin-datatable tr td:first-child {
    border-left: 1px solid #edeeef;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .margin-datatable td {
        box-shadow: inset -15px 0px 43px -25px #DFE0E3;
        border: 0px;
    }
}

.circle-add-background {
    background: #7FB993;
    padding: 16px;
}

.right-icon-header {
    display: flex;
    justify-content: space-between;
    background-color: #7FB993;
    margin: 0;
    padding: 16px;
    top: -16px;
    right: -15px;
}

.circle-add {
    background: #7FB993;
    position: relative;
    left: -15px;
    height: 59px;
    width: 59px;
}

.horizon-icon {
    background: #7FB993;
    padding: 16px;
    position: relative;
    right: -16px;
    top: -16px;
}

.collapsible-header.active .actions-panel__header--toggle svg {
    transform: rotateZ(-90deg);
    transition: transform 300ms ease-in-out;
    fill: #fff;
    /*padding:0px;*/
}

.actions-panel__header--toggle svg {
    width: 59px;
    height: 59px;
    right: 0px !important;
    padding: 15px;
    /*background:#7FB993;*/
    top: 0px;
}

.datatable-action-container {
    /*width: 61px !important;
    height: 58px !important;*/
    padding: 0px;
}

    .datatable-action-container a {
        width: 61px;
        height: 58px;
        padding: 0px;
        /*background: #7FB993 !important;*/
        border-radius: 0px;
        margin-top: -1px;
    }

.table-searchbox-container {
    right: 59px;
    top: 0px;
}

    .table-searchbox-container input, .table-searchbox-container input#table-searchbox {
        height: 58px !important;
        border-radius: 0px;
        border: 0px;
    }

.form-content .tab-container {
    border: 1px solid #edeeef;
}

.form-content > li:first-child {
    border-bottom: 1px solid #edeeef !important;
}

.flex-column {
    position: relative;
}

.custom-span_lable {
    position: relative;
}

.custom-span_text {
    color: #fff;
    position: absolute;
    top: 21px;
    left: 70px;
}
/*New Css Change content 2018-03-05 end*/

/*Ledigetider Plugins Page CSS 20180326 Start*/
.titlebar-padding {
    padding: 16px 0px;
}

.sub-title {
    color: #6888A0;
    font-size: 1.2rem;
    line-height: 2rem;
    display: -ms-flexbox;
    display: flex;
    padding: 3px 10px 0 8px;
}

.preview:hover .preview-image {
    opacity: 0.3;
}

.preview:hover .preview-btn-main {
    opacity: 1;
}

.preview:hover .overlay-preview-main {
    background: rgba(0,0,0,.5);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.preview .preview-btn-main {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.preview .preview-btn {
    padding-right: 50px !important;
}

.preview .preview-eye {
    position: absolute;
    top: 11px;
    right: 13px;
    fill: white;
}

.main--header {
    background-color: #66a6e5;
    margin-left: 0px;
}

.main-color-box input[type=text] {
    height: 30px;
    border-radius: 0px;
    margin-left: 0px;
    border: none;
}

.popup-color-content input[type=text] {
    height: 30px;
    border-radius: 0px;
    margin-left: 0px;
    border: none;
}

.main--header label {
    font-size: 12px;
    color: #fff;
}

.main--header .flex-button, .main--popup .flex-button, .main--fix .flex-button {
    position: relative;
}

.main--header .header-btn {
    background: #222222;
    postion: relative;
    top: 28px;
    justify-content: left;
    padding-left: 10px;
}

.main--header .icon-forword {
    position: absolute;
    fill: white;
    top: 37px;
    right: 8px;
}

.main--header .tab-container__inner {
    position: relative;
    top: -17px;
}

.main-color-box {
    padding: 0px !important;
}

    .main-color-box .tab-container__inner {
        margin-bottom: 0px !important;
        margin-left: 0px;
        margin-top: 0px;
    }

.main--header .header-logo {
    height: 30px;
    max-width: 60px !important;
    fill: white;
    position: relative;
    top: 24px;
    margin-right: -20px;
}

    .main--header .header-logo svg {
        position: absolute;
        top: 5px;
        left: 5px;
        height: 42px;
        width: 42px;
    }

.main--popup {
    background-color: #66a6e5;
    margin-bottom: 0px;
}

    .main--popup .header-btn, .main--fix .header-btn {
        background: #222222;
        postion: relative;
        justify-content: left;
        padding-left: 10px;
    }

    .main--popup .icon-forword, .main--fix .icon-forword {
        position: absolute;
        fill: white;
        top: 11px;
        right: 10px;
    }

    .main--popup .tab-container__inner {
        padding: 20px;
    }

.main--fix {
    background-color: #66a6e5;
}

    .main--fix .tab-container__inner {
        padding: 20px;
    }

.all-color-box {
    height: 143px;
    margin-right: 0px !important;
    max-width: 100% !important;
    margin: 0px !important;
    position: relative;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .all-color-box {
        width: calc(100% /4 - 0.1px);
    }
}

.all-color-box .color-code {
    font-size: 1rem;
    margin-left: 5px;
    color: #000000;
    position: absolute;
    left: 0px;
}

.all-color-box .color-text {
    font-size: 1rem;
    /*margin-left: 5px;*/
    color: #ffffff;
    /*right: 5px;*/
    bottom: 0px;
    position: absolute;
    padding: 5px;
    background: #000;
    opacity: 0.5;
    width: 100%;
}

.popup-color-content {
    margin-bottom: 0px;
}

    .popup-color-content .tab-container__inner {
        margin-left: 0px;
    }

    /*.popup-color-content .color-code {
        transform: rotate(-90deg);
        position: absolute;
        left: -22px;
        top: 22px;
    }*/

    .popup-color-content .color-text {
        transform: rotate(-90deg);
        position: absolute;
        right: -43px;
        bottom: 68px;
    }

    .popup-color-content .main-title {
        height: 40px;
        padding: 10px;
        color: white;
    }

    .popup-color-content .all-color-box {
        height: 185px;
        margin-right: 0px !important;
        max-width: 100% !important;
        margin: 0px !important;
        position: relative;
    }

.fix-color-content .tab-container__inner {
    margin-left: 0px;
}

.fix-color-content .color-code {
    transform: rotate(-90deg);
    position: absolute;
    left: -22px;
    top: 22px;
}

.fix-color-content .color-text {
    transform: rotate(-90deg);
    position: absolute;
    right: -43px;
    bottom: 68px;
}

.fix-color-content .main-title {
    height: 40px;
    padding: 10px;
    color: white;
}

.fix-color-content .all-color-box {
    height: 185px;
    margin-right: 0px !important;
    max-width: 100% !important;
    margin: 0px !important;
    position: relative;
}

.all-color-box .tab-container__inner {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.all-color-box .background-color {
    background: #0097a7;
    height: 140px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.all-color-box .title-text-color {
    background: #b2ebf2;
    height: 140px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.all-color-box .primary-text-color {
    background: #00bcd4;
    height: 140px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.all-color-box .secondary-text-color {
    background: #FFFFFF;
    height: 140px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.all-color-box .dropdown-background-color {
    background: #009688;
    height: 140px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.all-color-box .selected-item-color {
    background: #212121;
    height: 140px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.all-color-box .button-color {
    background: #757575;
    height: 140px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.all-color-box .button-text-color {
    background: #BDBDBD;
    height: 140px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.popup-color-content .all-color-box .background-color, fix-color-content .all-color-box .background-color {
    background: #0097a7;
    min-height: 185px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.popup-color-content .all-color-box .title-text-color {
    background: #b2ebf2;
    min-height: 185px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.popup-color-content .all-color-box .primary-text-color {
    background: #00bcd4;
    min-height: 185px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.popup-color-content .all-color-box .secondary-text-color {
    background: #FFFFFF;
    min-height: 185px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.popup-color-content .all-color-box .dropdown-background-color {
    background: #009688;
    min-height: 185px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.popup-color-content .all-color-box .selected-item-color {
    background: #212121;
    min-height: 185px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.popup-color-content .all-color-box .button-color {
    background: #757575;
    min-height: 185px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.popup-color-content .all-color-box .button-text-color {
    background: #BDBDBD;
    min-height: 185px;
    min-width: 100%;
    cursor: pointer;
    margin-left: 0px;
    margin-bottom: 0px;
}

.main-title {
    background: #7fb993;
    width: 100%;
    padding: 10px;
    color: white;
}

@media only screen and (min-width:320px) and (max-width:768px) {
    .main--header .header-btn {
        top: 0px;
    }

    .main--header .icon-forword {
        top: 9px;
    }

    .product-sidebar {
        width: 100%;
    }

    .product-list-tbl th:first-child {
        min-width: 110px !important;
    }
}

@media only screen and (min-width:992px) and (max-width:1650px) {
    .main--popup, .main--fix {
        min-width: calc(34.32% - 15px);
        max-width: calc(100% - 15px);
    }

    .popup-color-content, .fix-color-content {
        min-width: calc(100% - 15px);
    }

    .product-list-tbl th:first-child {
        min-width: 110px !important;
    }
}

/* START CSS FOR POPUP COLORPICKER */

.colorpicker-popup {
    width: 100%;
    top: 0px !important;
    min-height: 100%;
    background: #374046;
}

.div-line {
    width: 60px;
    height: 600px;
    float: left;
    position: relative;
}

    .div-line .color-selection {
        color: #ffffff;
    }

    .div-line .color-name {
        width: 100%;
        position: absolute;
        height: 100%;
        cursor: pointer;
    }

        .div-line .color-name.active {
            display: none;
        }

        .div-line .color-name.dark-red {
            background: #f44336;
            border-bottom: 1px solid #f44336;
        }

        .div-line .color-name.dark-pink {
            background: #e91e63;
            border-bottom: 1px solid #e91e63;
        }

        .div-line .color-name.dark-purple {
            background: #9c27b0;
            border-bottom: 1px solid #9c27b0;
        }

        .div-line .color-name.dip-purple {
            background: #673ab7;
            border-bottom: 1px solid #673ab7;
        }

        .div-line .color-name.indigo {
            background: #3f51b5;
            border-bottom: 1px solid #3f51b5;
        }

        .div-line .color-name.dark-blue {
            background: #2196f3;
            border-bottom: 1px solid #2196f3;
        }

        .div-line .color-name.light-blue {
            background: #03a9f4;
            border-bottom: 1px solid #03a9f4;
        }

        .div-line .color-name.cyan {
            background: #00bcd4;
            border-bottom: 1px solid #00bcd4;
        }

        .div-line .color-name.teal {
            background: #009688;
            border-bottom: 1px solid #009688;
        }

        .div-line .color-name.dark-green {
            background: #4caf50;
            border-bottom: 1px solid #4caf50;
        }

        .div-line .color-name.light-green {
            background: #8bc34a;
            border-bottom: 1px solid #8bc34a;
        }

        .div-line .color-name.dark-lime {
            background: #cddc39;
            border-bottom: 1px solid #cddc39;
        }

        .div-line .color-name.dark-yellow {
            background: #ffeb3b;
            border-bottom: 1px solid #ffeb3b;
        }

        .div-line .color-name.amber {
            background: #ffc107;
            border-bottom: 1px solid #ffc107;
        }

        .div-line .color-name.dark-orange {
            background: #ff9800;
            border-bottom: 1px solid #ff9800;
        }

        .div-line .color-name.deep-orange {
            background: #ff5722;
            border-bottom: 1px solid #ff5722;
        }

        .div-line .color-name.dark-brown {
            background: #795548;
            border-bottom: 1px solid #795548;
        }

        .div-line .color-name.dark-grey {
            background: #9e9e9e;
            border-bottom: 1px solid #9e9e9e;
        }

        .div-line .color-name.blue-grey {
            background: #607d8b;
            border-bottom: 1px solid #607d8b;
        }

    .div-line .color-selection {
        height: 7%;
        width: 100%;
    }

.color-text-popup {
    color: #ffffff;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    display: block;
    width: 115px;
    position: absolute;
    bottom: 60px;
    font-size: 15px;
    left: -17px;
    text-transform: uppercase;
}

.colorpicker-popup .modal-content {
    position: relative;
}

.main--box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    margin: 0;
    padding: 0;
    display: flex;
    max-width: 100%;
}

/*END CSS FOR POPUP COLORPICKER*/

/*Ledigetider Plugins Page CSS 20180326 End*/
.DisplayconfigImage img {
    height: 100%;
    max-height: 300px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

/*Firma and Forening design changes start*/
.side-navbar-header {
    position: absolute;
    z-index: 20;
    margin-left: 5px;
    white-space: nowrap;
    right: 15px;
    margin-top: -34px;
    z-index: 0;
}

    .side-navbar-header .side-custom-logo img {
        height: 35px;
        position: absolute;
        right: 86px;
        bottom: 12px;
    }

    .side-navbar-header .side-logo-text {
        background-image: url(../Images/streg_data.svg);
        background-repeat: no-repeat;
    }

    .side-navbar-header .side-logo-text {
        font-size: 28px;
        padding-top: 17px;
        background-size: 13px;
        margin-left: 10px;
        margin-top: 5px;
        padding-left: 20px;
        width: 50%;
    }

.reset-button {
    background: #CFD3D3;
}

.selected {
    /*background-color: #EDEFF2 !important;
    color: #000;*/
}

.custom-popup-table tr:hover {
    background: none;
}

.custom-modal-actions {
    justify-content: left;
}

.custom-popup-table th {
    background: none;
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    ;
}

.custom-popup-table td {
    border: none;
}

.btn-group-layout {
    position: relative;
    top: 15px;
}

@media only screen and (max-device-width:768px) {
    .info-icon label {
        white-space: nowrap;
    }

    .info-icon-main {
        top: 26px !important;
    }
}

@media only screen and (max-width: 768px) {
    .side-navbar-header {
        position: absolute;
        z-index: 20;
        margin-left: 5px;
        white-space: nowrap;
        right: 15px;
        margin-top: -32px;
    }

        .side-navbar-header .side-custom-logo img {
            height: 30px;
            position: absolute;
            right: 75px;
            bottom: 8px;
        }

        .side-navbar-header .side-logo-text {
            font-size: 23px;
            padding-top: 17px;
            background-size: 13px;
            margin-left: 10px;
            margin-top: 5px;
            padding-left: 20px;
            width: 50%;
        }

    .side-navbar-header {
        position: absolute;
        z-index: 20;
        margin-left: 5px;
        white-space: nowrap;
        right: 15px;
        margin-top: -17px;
        z-index: 0;
    }

    .customcheckbox span {
        font-size: 12px;
    }

    .prismatrixer {
        min-width: 100%;
        max-width: 100%;
    }

        .prismatrixer label {
            min-width: 105px;
            max-width: 105px;
            text-overflow: unset;
        }

    .main-sidebar__navigation {
        height: calc(100vh - 80px - 300px);
    }
    .copyright{
        bottom:110px;
    }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
    .side-navbar-header .side-custom-logo img {
        height: 26px;
        position: absolute;
        right: 69px;
        bottom: 8px;
    }

    .side-navbar-header .side-logo-text {
        font-size: 20px;
        padding-top: 17px;
        background-size: 13px;
        margin-left: 10px;
        margin-top: 5px;
        padding-left: 20px;
        width: 50%;
    }

    .side-navbar-header {
        position: absolute;
        z-index: 20;
        margin-left: 5px;
        white-space: nowrap;
        right: 15px;
        margin-top: -17px;
        z-index: 0;
    }

    .customcheckbox span {
        font-size: 12px;
    }

    .info-icon-main {
        top: 25px !important;
    }
    .main-sidebar__navigation {
        height: calc(100vh - 80px - 185px);
    }
    .copyright{
        bottom:0px;
    }
}

.tblforeningdata {
    overflow: auto;
    height: 400px;
}

.apidatared {
    color: red !important;
}

.auto-y {
    overflow: auto;
}

@media only screen and (min-width: 992px) and (max-width: 1440px) {
    .submit-button {
        flex: 5 1 calc(41.65% - 15px);
        min-width: calc(41.65% - 15px);
        max-width: calc(41.65% - 15px);
    }

    .reset-button {
        flex: 5 1 calc(41.65% - 15px);
        min-width: calc(41.65% - 15px);
    }
}
/*Firma and Forening changes End*/

/* START CSS FOR SCHEDULE BREAK */
.schedule-break-th {
    background: none;
}

    .schedule-break-th .day {
        background: #4CB554;
        border: 1px solid #409F47;
        border-radius: 4px;
        color: #fff;
        display: block;
        height: 48px;
        line-height: 48px;
        text-align: center;
    }

.querytbl thead {
    border-bottom: none;
}

.querytbl tbody {
    border-bottom: none;
}

.schedule-break-th {
    border-left: none !important;
    padding-right: 7px;
    padding-left: 0px;
    padding-bottom: 10px;
    cursor: pointer;
}

.querytbl td {
    position: relative;
    border-left: none !important;
    padding-right: 15px;
    padding-left: 0px;
    padding-bottom: 10px;
    padding-top: 0px !important;
    vertical-align: top;
    min-width: 115px;
    max-width: 115px;
}
/*.querytbl td{
    position: relative;
    padding-bottom: 10px;
    padding-right: 15px !important;
    border-radius: 4px;
    font-weight: 600;
    padding-top: 0px !important;
}*/
.break-weekdays {
    margin-bottom: 0px;
}

.schedule-delete {
    display: inline-block;
    position: absolute;
    top: 4px;
    cursor: pointer;
}

.querytbl input[type=text] {
    font-weight: bolder;
}

.schedule-delete svg {
    height: 40px;
    width: 40px;
}

    .schedule-delete svg:hover {
        fill: rgba(64,89,121,1);
    }

.schedula-break-padding {
    padding-right: 30px;
}

.schedule-delete-svg img {
    height: 20px;
    width: 20px;
}

.pauser {
    background: #c11a1a !important;
    border-color: #850909 !important;
}

.shedule-th {
    border-left: none;
    background: #ffffff;
}

.querytbl td:last-child {
    border-right: 0px !important;
    min-width: 10px;
    max-width: 10px;
}
/* END CSS FOR SCHEDULE BREAK*/
.padding-remove {
    padding: 0px !important;
}

.over-rule {
    display: flex;
    justify-content: center;
}

    .over-rule button {
        margin-left: 5px;
    }

.info-photo {
    height: calc(100vh - 250px);
}

.pointdetaile-wrapper .dataTables_wrapper {
    margin: 0px 10px !important;
}

.table-overflow {
    overflow-y: auto;
}

.customtxtarea {
    height: 150px !important;
}

.chk-click {
    width: 0px;
    padding: 0px 9px !important;
}

/* css for logo photo functionality icon and button */
.icon-panel {
    background: rgba(64,89,121,1);
    height: 48px;
    width: 100%;
    text-align: center;
}

    .icon-panel span {
        padding: 7px 5px;
        display: inline-block;
        margin: 4px 0px;
    }

        .icon-panel span svg {
            fill: #ffffff;
        }

            .icon-panel span svg.file-disable {
                fill: #808080;
                cursor: default;
            }

    .icon-panel .file-refresh-icon {
        display: none;
    }

/*CSS FOR KNOW MORE FUNCTIONALITY */
.custom_checkbox {
    position: relative !important;
    left: 0px !important;
    opacity: 1 !important;
}

.hide_column {
    display: none;
}

.btn-know-more {
    background: rgba(64,89,121,1) !important;
    padding: 0 20px !important;
    height: 40px;
    border: none;
    color: #fff;
}

.custom-footer {
    position: fixed !important;
}

.blink-row {
    height: 0px;
}

.tab-container__inner a.url--demo {
    color: rgba(64,89,121,1);
}

/*calender dropdown css*/
.select-dropdown.active .txt-search {
    color: #000 !important;
}

.DisplayconfigImage img {
    height: inherit;
}

/*start color dropdown css*/
.color-dropdown .dd-container {
    width: 100% !important;
}

.color-dropdown .dd-select {
    width: 100% !important;
    height: 48px;
    border-radius: 4px;
    background: #fff !important;
}

.color-dropdown .dd-option-image, .dd-selected-image {
    vertical-align: middle;
    float: left;
    height: 25px !important;
    width: 25px !important;
    margin-left: 15px !important;
    max-width: 64px;
    margin-top: 12px !important;
    border-radius: 0px !important;
}

.dd-pointer-down {
    border: solid 4px transparent !important;
    border-top: solid 7px #000 !important;
    margin-right: 6px !important;
}

.color-dropdown .dd-option-image, .dd-selected label {
    margin-top: 2px;
}

.color-dropdown .dd-options .dd-option-image {
    height: unset !important;
    width: unset !important;
    border-radius: 4px;
}

.color-dropdown .dd-options {
    width: 100% !important;
    padding: 0px 10px !important;
    border-bottom: none !important;
    position: absolute;
    top: 0px;
    min-height: 250px;
    max-height: 250px;
}

    .color-dropdown .dd-options label.dd-option-text {
        line-height: 0px !important;
        margin-top: 24px;
        position: relative;
    }

    .color-dropdown .dd-options a {
        padding: 5px 10px !important;
        line-height: 35px;
    }

    .color-dropdown .dd-options li:first-child a {
        padding: 10px 10px !important;
    }

/*end color dropdown css*/

/* NEW PRODUCT DESIGN CSS */

.kategor-title {
    color: #000000;
    font-size: 1.2rem;
    line-height: 2rem;
    display: flex;
    padding: 3px 10px 0 2px;
}

.handling-icon {
    position: relative;
    top: 10px;
    display: flex;
}

    .handling-icon svg {
        cursor: pointer;
        position: relative;
        top: -10px;
        height: 28px !important;
    }

.button-group button {
    border: none;
    padding: 10px;
    background: #eeeded;
}

.custimg .h-unset {
    height: unset !important;
}

.custimg .avatar-preview {
    height: 250px;
    position: relative;
}

.custimg .avatar-upload {
    position: relative;
    border: 1px solid #CFCFD1;
}

.product-list-tbl img {
    height: auto;
    width: 100%;
}

.product-list-tbl th:first-child {
    min-width: 150px;
    max-width: 150px;
    width: 150px !important;
}

.product-list-tbl label {
    vertical-align: top;
}

.product-sidebar {
    position: fixed;
    right: -750px;
    height: calc(100% - 80px);
    overflow: auto;
    background: #fff;
    z-index: 99;
    transition: 0.5s ease;
    width: 750px;
}

.toggleproduct-bar {
    right: 0px;
}

.sidebar-content {
    padding: 15px;
}

.product-sidebar-tbl {
    margin-top: 20px;
}

.product-sidebar-footer {
    position: fixed;
    display: flex;
    bottom: 1px;
    border-top: 1px solid #e0e1e4;
    padding: 15px;
    width: 100%;
    background: #ffffff;
}

.productoverlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 99;
    left: 0px;
    display: none;
}

.product-sidebar-footer button[type=submit] {
    background: #597CA3;
}

.product-sidebar-footer button[type=reset] {
    background: #CFD3D3;
    margin-left: 10px;
}

.include-product {
    border: 1px solid #e0e0e0;
    width: 100%;
    min-height: 100px;
    border-radius: 4px;
    cursor: pointer;
}

.panel--title span {
    position: relative;
    font-size: 1.2em;
    color: rgba(71,135,195,.6);
    padding-left: 25px;
}

@-moz-document url-prefix() {
    .product-list-tbl th:first-child {
        min-width: 140px;
    }
}

/*END NEW PRODUCT DESIGN CSS*/

.mt-20 {
    margin-top: 20px;
}

.tab-container__inner a.url--demo {
    color: rgba(71,135,195,1);
}

/* Chips Design */

/*.chips {
    border: none;
    border-bottom: 1px solid #9e9e9e;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 0 8px 0;
    min-height: 45px;
    outline: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}*/
/*.chip {
        display: inline-block;
        height: 32px;
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        line-height: 32px;
        padding: 0 12px;
        border-radius: 16px;
        background-color:rgba(135,170,187,1);
        margin:5px;
    }*/

.chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: rgba(71,135,195,1) !important;
    margin: 5px;
}

.wrap-basic-color-setting {
    padding: 15px 10px 10px 20px;
    border: 1px solid rgba(0,0,0,.12);
    border-radius: 4px;
    margin: 0 15px 15px 0;
    background: #fafafa;
    background-image: linear-gradient(#fcfcfc 40%, #f0f0f0);
}

.h-cal-350 {
    overflow: auto;
    max-height: calc(100vh - 350px);
}

.h-cal-150 {
    overflow: auto;
    max-height: calc(100vh - 150px);
}

.h-cal-210 {
    overflow: auto;
    max-height: calc(100vh - 210px);
}

.modal-top-3 {
    top: 3% !important;
}
/*KBH BOOKING OVER RULE CSS POPUP*/
.conflict-tbl .dataTables_wrapper {
    width: 100% !important;
}

.conflict-overflow {
    overflow: auto !important;
}

/*Exel icon click popup css*/
.list.list--vertical label {
    display: block;
    margin-bottom: 10px;
}

/*ck editor check spelling popup */
.cke_dialog.cke_browser_webkit.cke_ltr {
    left: 0 !important;
}

.w-100 {
    width: 100% !important;
}


/* For Product Category SVG Icon Css Start */
.info-icon-main {
    width: 48px;
    height: 48px;
    margin-left: 0px !important;
    background: #f8f8f8;
    border-radius: 3px;
    border: 1px solid #dadada;
    position: absolute;
    cursor: pointer;
    top: 27px;
    left: 0;
}

.info-icon {
    position: relative;
    padding-left: 60px;
}

.info-inner-icon {
    position: absolute;
    top: 9px;
    left: 9px;
}

.info-right-panel {
    position: fixed;
    height: 100%;
    background: red;
    top: 0px;
    right: 0px;
    z-index: 10;
}

.info-right-sidebar {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    background: #fff;
    height: 100%;
    display: none;
    border: 2px solid #E5E7E9;
    margin: 0;
    min-width: 520px;
    max-width: 520px;
}

.info-title {
    position: absolute;
    line-height: 73px;
    padding-left: 25px;
    margin: auto;
    width: 100%;
    background: #EDEEEF;
    z-index: 10;
    border-bottom: 2px solid #E5E7E9;
    font-size: 1.2rem;
    top: 0;
}

.info-footer {
    position: absolute;
    bottom: -11px;
    max-width: 100%;
    background: #edeeef;
    width: 100%;
    margin-left: -7px;
}

.info-design-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 11;
    will-change: opacity;
    opacity: 1;
    display: none;
    width: 100%;
    z-index: 9999;
}

.footer-btn {
    padding: 15px 25px;
}

.info-right-sidebar .info-sidebar-panel {
    position: absolute;
    top: calc(6rem + 2px);
    background: #fff;
    width: 100%;
    padding: 1rem 1.4rem;
    height: calc(100vh - 12rem - 0px);
    overflow: auto;
    left: 0;
}

    .info-right-sidebar .info-sidebar-panel .info-box {
        background-color: #F8F8F8;
        min-height: 67px;
        border: 1px solid #D8DADE;
        border-radius: 3px;
        min-width: 68px;
        cursor: pointer;
        display: inline-block;
        text-align: center;
        max-width: 100px;
        line-height: 90px;
    }

        .info-right-sidebar .info-sidebar-panel .info-box .icon {
            position: relative;
            top: 7px;
        }

@media only screen and (max-width:580px) {
    .info-right-sidebar {
        min-width: 0px;
    }

    .info-sidebar-panel {
        text-align: center;
    }
}
.bg-red{
    background:#ff0000 !important;
}
.justify-cnt{
    justify-content:center;
}
/* For Product Category SVG Icon Css End */

