﻿.toolStripContent {
    margin-right: 5px;
}

.table-property {
    border: 1px solid #1ab394;
}

    .table-property td, .table-property th {
        border: 1px solid #1ab394;
    }

.property-item-text {
    font-size: 10px;
    width: 37%;
}

.property-item-value {
    width: 63%;
}

.property-item-controls {
    border: 1px solid #e5e6e7;
    color: inherit;
    padding: 0;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
    border-radius: .3rem;
}

.moveable-controls {
    cursor: move;
}

.control-container-fluid {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 0;
    margin-left: 0;
}

.col-container {
    border: 1px solid #C0C0C0;
    min-height: 35px;
    box-sizing: border-box;
    text-align: center;
    padding: 15px;
    /*display: flex;
    flex-direction: column;
    align-items: center;*/
}

.selected {
    background-color: #C0C0C0;
}

.control-row {
    display: flex;
    margin: 5px;
}

.modal-backdrop {
    display: none;
}

#tblMappedForm > tbody {
    display: block;
    max-height: 35vh;
    overflow: auto;
}

    #tblMappedForm > thead, #tblMappedForm > tbody tr {
        display: table;
        width: 110%;
        table-layout: fixed;
    }

#tblMappedForm > thead {
    width: calc(110% - 1em );
}

#tblTabs > tbody {
    display: block;
    max-height: 15vh;
    overflow-y: scroll;
}

    #tblTabs > thead, #tblTabs > tbody tr {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

#tblTabs > thead {
    width: calc(100% - 1.2em );
}

#dvLock {
    width: 70%;
    margin: 0 auto;
    background-color: rgba(85, 85, 85, 0.333);
    left: -25px;
    top: 85px !important;
    display: block;
    right: 10px;
    bottom: 38px;
}

#lockContent {
    border: 1px solid red;
    text-align: center;
    height: 45px;
    margin-top: -27px;
}

.screen-theme-config {
    position: absolute;
    top: 85px;
    left: 0;
    overflow: visible;
    width: 320px;
    transition: 0.8s all;
}

.screen-theme-config-box.screen-show {
    margin-left: 0;
}

.screen-theme-config-box {
    position: relative;
    z-index: 2000;
}

.screen-icon {
    background: #1ab394;
    position: absolute;
    padding: 10px 0px 5px 1px;
    top: 0;
    right: 0;
    color: #fff;
    cursor: pointer;
}

.screen-skin-settings {
    width: 100%;
    /*background-color: #2f4050;*/
    background-color: #f3f3f4;
    height: 83vh;
    overflow-y: auto;
    width: 320px;
    border: 1px solid #CCC;
}

    .screen-skin-settings .screen-title {
        background: #efefef;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        display: block;
        padding: 10px 15px;
        font-size: 12px;
    }

.screenDesignerText {
    font-size: 15px;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
}

.property-config {
    position: absolute;
    right: 0;
    overflow: hidden;
}

.property-config-box.property-show {
    margin-right: 0px;
}

.property-config-box {
    margin-right: -190px;
    position: relative;
    z-index: 2000;
    transition-duration: 0.8s;
}

.property-settings {
    width: 190px;
    margin-left: 25px;
    background: #f3f3f4;
}

    .property-settings .title {
        background: #efefef;
        text-align: center;
        font-weight: 600;
        display: block;
        padding: 1px 8px;
        font-size: 12px;
    }

.property-setings-item {
    background-color: white;
    padding: 0;
    height: 75vh;
    overflow-x: hidden;
    overflow-y: auto;
    width: 190px;
    border: 1px solid #CCC;
}

.property-icon {
    background: #1ab394;
    position: absolute;
    padding: 10px 0px 5px 1px;
    font-size: 16px;
    top: 0;
    right: 190px;
    width: 26px;
    color: #fff;
    cursor: pointer;
}

.propertyText {
    font-size: 15px;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
}

.property-operation {
    padding-left: 5px;
    height: 5vh;
    overflow: hidden;
    width: 190px;
    border: 1px solid #CCC;
    text-align: center;
}

.control-config {
    position: absolute;
    top: 85px;
    left: 0;
    overflow: visible;
    width: 180px;
    transition: 0.8s all;
}

.control-config-box.control-show {
    margin-left: 0;
}

.control-config-box {
    position: relative;
    z-index: 2000;
}

.control-icon {
    background: #1ab394;
    position: absolute;
    padding: 10px 0px 5px 1px;
    top: 100px;
    right: 0;
    color: #fff;
    cursor: pointer;
    transition: 0.5s all;
}

.control-settings {
    width: 100%;
    background: #f3f3f4;
    height: 83vh;
    width: 180px;
    border: 1px solid #CCC;
}

    .control-settings .control-title {
        background: #efefef;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        display: block;
        padding: 10px 15px;
        font-size: 12px;
    }

.controlText {
    font-size: 15px;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
}

.control-settings .title {
    background: #efefef;
    text-align: center;
    font-weight: 600;
    display: block;
    padding: 1px 8px;
    font-size: 12px;
}

.control-setings-item {
    padding: 0;
    height: 79.6vh;
    overflow-y: auto;
    border: 1px solid #CCC;
    background-color: white;
}

.controlbox {
    clear: both;
    margin-top: 0;
    margin-left: 175px;
    margin-right: 190px;
    padding: 0;
}

    .controlbox.white-bg {
        background-color: #ffffff;
    }

.controlbox-title {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #ffffff;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 2px 0 0;
    color: inherit;
    margin-bottom: 0;
    padding: 15px 90px 8px 15px;
    min-height: 48px;
    position: relative;
    clear: both;
    text-align: center;
}

.controlbox-content {
    background-color: #ffffff;
    color: inherit;
    border-color: #e7eaec;
    border-image: none;
    border-style: solid solid none;
    border-width: 1px 0;
    min-height: 73vh;
    max-height: 73vh;
    overflow-y: auto;
}

.control-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}

.form-theme-config {
    position: absolute;
    top: 53px;
    left: 0;
    overflow: hidden;
    width: 560px;
}

.form-theme-config-box.form-show {
    margin-right: 0;
}

.form-theme-config-box {
    margin-right: -220px;
    position: relative;
    z-index: 2000;
    transition-duration: 0.8s;
}

.form-spin-icon {
    background: #1ab394;
    position: absolute;
    padding: 7px 10px 7px 13px;
    border-radius: 0px 20px 20px 0px;
    font-size: 16px;
    top: 0;
    right: 0;
    width: 40px;
    color: #fff;
    cursor: pointer;
}

.form-skin-settings {
    width: 220px;
    background: #f3f3f4;
}

    .form-skin-settings .form-title {
        background: #efefef;
        text-align: center;
        text-transform: uppercase;
        font-weight: 600;
        display: block;
        padding: 10px 15px;
        font-size: 12px;
    }

.disabled-control-config {
    position: absolute;
    top: 85px;
    left: 0;
    overflow: visible;
    width: 180px;
    transition: 0.8s all;
}

.disabled-control-config-box.control-show {
    margin-left: 0;
}

.disabled-control-config-box {
    position: relative;
    z-index: 2000;
}

.disabled-control-icon {
    background: #1ab394;
    position: absolute;
    padding: 10px 0px 5px 1px;
    top: 200px;
    right: 0;
    color: #fff;
    cursor: pointer;
    transition: 0.5s all;
}

.disabled-control-settings {
    width: 100%;
    background: #f3f3f4;
    height: 83vh;
    width: 180px;
    border: 1px solid #CCC;
}

    .disabled-control-settings .title {
        background: #efefef;
        text-align: center;
        font-weight: 600;
        display: block;
        padding: 1px 8px;
        font-size: 12px;
    }

.disabled-control-setings-item {
    padding: 0;
    height: 79.6vh;
    overflow-y: auto;
    border: 1px solid #CCC;
    background-color: white;
}

.control-nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.control-metismenu .plus-minus, .control-metismenu .plus-times {
    float: right;
}

.control-metismenu .arrow {
    float: right;
    line-height: 1.42857;
}

.control-metismenu .glyphicon.arrow:before {
    content: "\e079";
}

.control-metismenu .active > a > .glyphicon.arrow:before {
    content: "\e114";
}

.control-metismenu .fa.arrow:before {
    content: "\f104";
}

.control-metismenu .active > a > .fa.arrow:before {
    content: "\f107";
}

.control-metismenu .ion.arrow:before {
    content: "\f3d2";
}

.control-metismenu .active > a > .ion.arrow:before {
    content: "\f3d0";
}

.control-metismenu .fa.plus-minus:before, .control-metismenu .fa.plus-times:before {
    content: "\f067";
}

.control-metismenu .active > a > .fa.plus-times {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.control-metismenu .active > a > .fa.plus-minus:before {
    content: "\f068";
}

.control-metismenu .collapse {
    display: none;
}

    .control-metismenu .collapse.in {
        display: block;
    }

.control-metismenu .collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
}

.control-nav.control-metismenu > li {
    display: block;
    width: 100%;
    position: relative;
    border: 0.4px solid;
    width: 100%;
    color: #a7b1c2;
}

.control-nav > li > a {
    color: #a7b1c2;
    font-weight: 600;
    padding: 14px 20px 5px 15px;
    display: block;
}

.control-nav > li.active {
    border-left: 4px solid #19aa8d;
    background: #293846;
}

ul.control-nav-second-level {
    background: #293846;
}

.control-nav.control-nav-second-level > li.active {
    border: none;
}

.control-nav.control-nav-second-level.collapse[style] {
    height: auto !important;
}

.control-nav-second-level li a {
    padding: 5px 5px 5px 7px;
    padding-left: 40px;
}

.control-nav > li > a:hover, .control-nav > li > a:focus {
    background-color: #293846;
    color: white;
}

.control-nav > li > a i {
    margin-right: 6px;
}

.menu-panel {
    margin-top: 0 !important;
    border-radius: 0 !important;
}

.childRow {
    margin-left: 0px;
    margin-right: 0px;
    cursor: pointer;
}

.child-heading {
    padding: 0 0 10px 0;
    border-bottom: 1px solid transparent;
    display: inline-block;
    font-weight: 600;
}

.child-body {
    padding: 15px;
    background-color: #F5F5F5;
}

.menu-heading {
    padding: 3px 10px !important;
    cursor: pointer;
}

.menu-title {
    display: inline-block;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #1ab394;
    }

::-webkit-scrollbar-button:single-button {
    background-color: #bbbbbb;
    display: block;
    border-style: solid;
    height: 13px;
    width: 13px;
}

.mandatory-field {
    border-color: red;
}
/*------------------------Menu Drag & Drop CSS----------------------------*/
.dd-handle:hover {
    color: #1ab394;
    background: #fff;
}

.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}

.dd3-content {
    display: block;
    min-height: 30px;
    margin: 3px 0;
    padding: 5px 10px 5px 40px;
    text-decoration: none;
    font-weight: 600;
    border: 1px solid #ccc;
    background: #fafafa;
    background: -webkit-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: -moz-linear-gradient(top, #fafafa 0%, #eee 100%);
    background: linear-gradient(top, #fafafa 0%, #eee 100%);
    -webkit-border-radius: 3px;
    border-radius: 3px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
}

    .dd3-content:hover {
        color: #1ab394;
        background: #fff;
    }

.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}

.dd3-item > button {
    margin-left: 30px;
}

.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: pointer;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: -webkit-linear-gradient(top, #18a689 0%, #18a689 100%);
    background: -moz-linear-gradient(top, #18a689 0%, #18a689 100%);
    background: linear-gradient(top, #18a689 0%, #18a689 100%);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

    .dd3-handle:before {
        content: '≡';
        display: block;
        position: absolute;
        left: 0;
        top: 3px;
        width: 100%;
        text-align: center;
        text-indent: 0;
        color: #fff;
        font-size: 20px;
        font-weight: normal;
    }

    .dd3-handle:hover {
        background: #ddd;
    }
/*------------------------Menu Drag & Drop CSS----------------------------*/
.header-control {
    margin-top: -20px;
    padding-bottom: 5px;
    padding-top: 2px;
}

.toolStripContent > .btn {
    padding: .10rem .3rem;
}

#dvExtraSettings {
    padding-bottom: 5px !important;
    max-height: 65vh;
    overflow-y: auto;
}
/*---------------------------Modal Image Popup-----------------------------------*/
#imagePopup {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

#imageContent {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

/* Add Animation - Zoom in the Modal */
#imageContent {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

    .close:hover,
    .close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    #imageContent {
        width: 100%;
    }
}



table.layout-select {
    border-spacing: 0;
    border-collapse: collapse;
}

    table.layout-select tr {
        margin: 0;
        padding: 0;
    }

        table.layout-select tr td {
            width: 20px;
            height: 20px;
            padding: 1px;
        }

            table.layout-select tr td.disabled div {
                background: red;
            }

            table.layout-select tr td > div {
                height: 100%;
                border: 1px solid black;
            }

                table.layout-select tr td > div.grid-select-active {
                    background: grey;
                }

div.right-buttons {
    text-align: right;
    margin-top: 5px;
}


div[type="mainrow"] div.col-container.selected div[type="subrow"] div.col-container {
    background-color: #fff;
}

.dvCaption label {
    font-size: 10px;
}

.diviconcopy {
    position: absolute;
    z-index: 1999;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.fnPastcontrol {
    position: absolute;
    z-index: 1999;
    top: 5px;
    right: 5px;
    cursor: pointer;
}

.divicondisable {
    position: absolute;
    z-index: 1999;
    top: 5px;
    right: 22px;
    cursor: pointer;
}

.important {
    border: 0px !important;
}

.controlselecteffect {
    border: 1px solid #000000;
}

.tdGroupheading {
    background: #efefef;
}

.DisabledControl {
    background: #c6bbbb !important;
}

/* ===== Designer code 22-Dec-2021 ========*/
.controlbox.modal-box {
    position: fixed;
    z-index: 2000;
    display: none;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    left: 0;
    top: 0;
    margin: 0;
    background-color: rgb(0 0 0 / 50%);
    backdrop-filter: blur(10px);
}

.controlbox .control-modal-dialog {
    position: relative;
    clear: both;
    margin-top: 4em;
    margin-left: 50px;
    margin-right: 50px;
    padding: 0;
    border: 1px solid #000;
    background: white;
    max-width: 100%;
    width: auto;
    min-height: 79vh;
    max-height: 90vh;
    overflow: auto;
}

.controlbox .control-modal-dialog .col-container {
    text-align:left;
}

.close-modal-box {
    position: absolute;
    right: 2em;
    top: 1rem;
    z-index: 1;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    background: #0000001f;
}

    .close-modal-box:hover {
        background: #1ab394;
        border-color: #1ab394;
    }

div[type="controldiv"][style*="background-color:gray;"] .dvCaption {
    color: #fff;
}

.col-container span {
    display: inline-block;
}

.drag-over-border {
    border: 1px solid #1AB394;
}
