﻿
#menu {
    background: white;
}

.example-container {
    max-width: 100%;
    margin: 0 25px 25px 0;
    vertical-align: top;
}

.example-container2 {
    min-height: 300px;
    max-width: 100%;
    margin: 0 25px 25px 0;
    vertical-align: top;
}

.control-list {
    border: solid 1px #ccc;
    /* min-height: 60px; */
    background: rgb(223, 223, 223);
    border-radius: 2px;
    overflow: hidden;
    display: block;
}

.drop-list {
    border-bottom: 1px solid #ccc;
    min-height: 100px;
    background: white;
    border-radius: 2px;
    overflow: hidden;
    display: block;
}

.example-box {
    padding: 2px 5px;
    border-bottom: solid 1px #ccc;
    color: rgba(0, 0, 0, 0.87);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    cursor: move;
    background: white;
    font-size: 14px;
}

.drag-cursor {
    cursor: move;
}

.preview-example-box {
    padding: 2px 5px;
    border-bottom: solid 1px #ccc;
    color: rgba(0, 0, 0, 0.87);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    cursor: pointer;
    background: white;
    font-size: 14px;
}

.label-box {
    /* padding: 2px 5px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    background: white;
    font-size: 14px;
}

.label-box-properties {
    /* padding: 2px 5px; */
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    font-size: 14px;
}

::ng-deep .mat-expansion-panel-content {
    background-color: #E1F4FA;
}

::ng-deep .mat-expansion-panel-body {
    padding: 20px !important;
}

.cdk-drag-animating {
    transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.example-box:last-child {
    border: none;
}

.example-list.cdk-drop-list-dragging .example-box:not(.cdk-drag-placeholder) {
    transition: transform 250ms cubic-bezier(0, 0, 0.2, 1);
}

.hints {
    color: gray;
}

.mt-25 {
    margin-top: 25px;
}

.modal.show {
    display: block;
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2;
}

.modal-content {
    animation-name: example;
    animation-duration: 0.3s;
}

@keyframes example {
    0% {
        transform: scale(0.5)
    }

    75% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(1)
    }
}


.required:after {
    color: red;
    content: " *";
}

.border-right {
    border-right: 1px solid rgb(202, 202, 202);
}

/*.form-control {
    height: calc(1em + .75rem + 2px) !important;
}*/

.control-list-bg {
    background: #f0f0f0;
    padding: 0px 5px;
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.control-list-header {
    background: #2976AD;
    color: white;
    padding: 2px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
}

.mat-button-toggle-checked {
    background: #2976AD;
    color: white;
}

.row.odd.active, .row.even.active {
    background: #DCEDC8;
    padding: 10px 0px;

}

.row.error {
    background: #FFCDD2;
    padding: 10px 0px;
}
.tabError {
    color: #E53935;
}

.active-tab {
    color: #2976AD;
    font-weight: bold
}

.preview-control-list-bg {
    background: #f0f0f0;
    padding: 5px 5px;
}

.properties_input .actv-hide {
    font-weight: 600;
    font-size: 14px;
}

.pad-10 {
    padding: 0px 15px;
}

.properties_input .form-check .form-check-inline {
    margin-top: 5px
}

.properties_input .mb-2 {
    margin-bottom: 1rem !important;
}




.navigation_menu {
    width: 100%;
    float: left;
}

.main_menus .applic_ation {
    width: 100%;
    float: left;
}

.form-designer-margin {
    margin-top: 75px;
    background: #F8F8F8;
    overflow-x: hidden;
}

.form-designer-container {
    background: #F8F8F8;
    padding: 0px 15px !important;

}

.main_permit {
    width: 100%;
    background: #fff;
    padding: 15px 15px;
    float: left;
}

.control-properties-container {
    padding-right: 15px !important;
    background: white;
    right : 0;
    width: 27.3%
}

.nav {
    width: 100px;
    transition: width 1s;
}

.unerline_text .slide_bar {
    color: #000;
    font-size: 24px;
    display: none;
}
.nav .unerline_text li {
    _font-size: 23px;
    padding: 10px 0px !important;
}
.form-designer-header {
    width: 100%;
    margin-bottom: 4px;
}
.ensure {
    position: relative;
    width: 60%;
    float: left;
    display: flex
}

.andrew {
    width: 40%;
    float: left;
    cursor: pointer;
}
.bodr_line {
    border-bottom: 1px solid #dddddd;
    width: 100%;
    float: left;
}
.lic_ense {
    width: 100%;
    float: left;
    margin-top: 25px;
}
.expansion-panel-card-header {
    border-bottom: 1px solid rgba(0,0,0,.125);
}
.ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.amet2 {
    margin: 0;
    color: #333;
    background: #fff;
    padding: 7px 15px;
}
.head_one {
    background: #fff;
    width: 100%;
    float: left;
    /*padding-bottom: 16px;*/
}

.control-background {
    background: white;
}
.head_one h4 {
    border-bottom: 1px solid #dee2e6;
    padding: 15px 15px 17px 0px;
    color: #303030;
     font-size: 1.5em; 
    font-weight: 800;
}
.andrew ul {
    margin-bottom: 2px;
    float: right;
}
    .andrew ul li {
        display: inline-block;
        padding: 0 7px;
        margin-bottom: 0;
        font-weight: 600;
    }

.add_tab {
    width: 100%;
    float: left;
    margin-top: 18px;
}
.ensure .title {
    color: #303030;
    font-size: 1.5em;
    font-weight: 800;
}

.btn-secondary {
    background-color: #48adcc !important;
    color: #fff !important;
    border-color: #3b9dbc !important;
    font-size: 16px !important;
}

    .btn-secondary:hover {
        background: #1996bd !important;
    }

.mat-expansion-panel-content {
    background-color: powderblue;
}

.pad-right-15 {
    padding-right: 0px;
}

.min-height-100{
    min-height: 100px;
}

.select_mn .contents{
    margin-top: 45px;
}

@media screen and (min-width: 990px) {
    #main {
        padding: 10px 0px;
    }
}


.form-desiner .mat-expansion-panel-body{
    background-color: aliceblue;
    padding : 15px !important;
}

.form-designer-header .mat-expansion-panel-header {
    background: red !important
}

.odd {
    background-color: #F8F9FA;
    padding: 10px 0px;
}

/*.even {
    background-color: blue;
}*/

.active-tab-border {
    border: 1px solid #7CB342;
}

.scrollToolbox {
    height: 87vh;
    position: fixed;
    overflow-y: auto;
}

    .scrollToolbox::-webkit-scrollbar {
        width: 7px;
        background-color: #fff;
    }

/* Track */
    .scrollToolbox::-webkit-scrollbar-track {
        _-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #FFF;
        border-radius: 10px;
    }

/* Handle */
    .scrollToolbox::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #F2F2F2;
    }

    /* Handle on hover */
        .scrollToolbox::-webkit-scrollbar-thumb:hover {
            background: #F2F2F2;
        }

.control-name{
    font-style: italic;
    color: darkgray
}


.preview-opt {
    color: #3267AA;
    font-weight: 600;
}

    .preview-opt:hover {
        color: #AF9137
    }

.actv-hide i{
    width: 25px;
}

ul.nav, ul.nav-second-level, ul.sidebar__toggled, .nav .unerline_text li {
    background: #ffffff !important;
}

.blocker {
    z-index: 10000 !important;
}