/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
.configpage .fullwidth {    width: 100%}

.configpage .xback_overlay, .xpop_content {
    display: none;
    position: fixed;
}

.configpage .get-image-popup {
    width: 1.5em;
    height: 1.5em;
    background: #f8f8f8;
    display: flex;
    float: right;
    border-radius: 50%;
    border: 1px solid;
    cursor: pointer;
    align-items: center;
    justify-content: center;
  }  

.configpage .xback_overlay {

    top: 0%;
    left: 0%;
    bottom: 100%;
    right: 100%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 10001;
    -moz-opacity: 0.8;
    opacity: .80;
}

.configpage .xpop_content {
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    padding: 16px;
    border: 5px solid;
    border-radius: 10px;
    background-color: white;
    z-index: 10002;
    overflow: auto;
}

.configpage .xpop_close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 2px solid;
    background: #eee;
    color: #333;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-family: cursive;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
        z-index: 9999;
}

.configpage #xpop_contents {
    grid-template-columns: repeat(5, 1fr);
    display: grid;
    gap: 16px;
}

.configpage .popimg {
    min-height: 200px;
    display: flex;
    align-content: center;
    justify-content: center;
    border: 1px solid silver;
    border-radius: 5px;
    padding: 10px;
    flex-direction: column;
    text-align: center;
}

.configpage .popimg img {
    cursor: pointer;
  }
.configpage svg {    overflow: visible;}

.configpage.wrap {
    float: left;
    width: 100%;
}

.configpage.login .card {
    border: none;
    border-radius: .4rem;
    -webkit-box-shadow: -5px 5px 12px 2px rgba(0, 0, 0, 0.3);
    box-shadow: -5px 5px 12px 2px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    max-width: 600px;
    margin: auto;
}

.configpage.login .card .card-header {
    background-color: #444;
    color: #fff;
    line-height: 1.2;
    padding: 30px 30px 24px 30px;
    border-radius: 10px 10px 0 0;
}

.configpage.login .card .card-header h3 {
    color: #fff
}

.configpage.login .card .card-body {
    background: #fff;
    background: linear-gradient(140deg, #fff 0, #f4f4f4 100%);
    padding: 24px 30px 24px 30px;
}

.configpage.login .card .card-body .form-control {
    border: 1px solid #bbb
}

.configpage.login .card .card-footer {
    background-color: #ececec;
    padding: 24px 30px 30px 30px;
    border-radius: 0 0 10px 10px;
}

.configpage .form-group input.input-validation-error {
    border-color: #ccc
}

.configpage .card-link:hover {
    color: #000;
}

.configpage .card-link {
    color: #57595b;
    background: transparent;
    text-decoration: none !important;
    outline: none;
}

.configpage select:disabled {
    background: #e3e3e3;
    cursor: default;
}

.configpage .notvisible {
    display: none !important;
}

.configpage .measurement {
    color: #016938;
    /*opacity: 0.8;*/
    stroke: #016938 !important;
        }

.configpage text.measurement {
    stroke-width: 0.5px !important;
    font-size: 19px !important;
    font-family: "Arial", sans-serif;
    letter-spacing: 0;
    stroke: #016938 !important;
    opacity: 1;
  }

.configpage .mt-3 {
            margin-top: 2em;
        }

.configpage label {    width: 100%;}

.configpage select {
    border: 1px solid #d8d8d8;
    width: 100%;
    padding: 4px 2px;
    background-color: white;
}

.configpage .btn-style-one.sq {
    padding: 0;
    width: 28px;
    height: 28px;
    font-size: 15px;
    line-height: 15px;
    border-radius: 2px;
}

.configpage #svgholder svg {
    overflow: visible;
    transform-origin: left top;
}

.configpage #svgholder img {
    transform-origin: right top;
}

.configpage div.tabselect {
    padding: 1em;
    float: left;
    margin-right: 2px;
    border: 1px solid;
    border-radius: 5px 5px 0 0;
    border-bottom: none;
    cursor: pointer;
    border-bottom: none;
}

.configpage .tabselect.active {
    background-color: #016938;
    color: white;
    font-weight: 600;
    border-bottom: none;
    border-width: 1px;
    border-color: black;
}

        /* Accordion styles */
.configpage input.tabselect {
            position: absolute;
            opacity: 0;
            z-index: -1;
        }

.configpage input {
            border: 1px solid silver;
            margin-top: 5px;
        }

.configpage #Features {
        display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
        }

.configpage .tabs {
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
        }

.configpage .tab {
            width: 100%;        
            overflow: hidden;
        }

.configpage .tab table,
.configpage .tab td {
    border: none;
    border-collapse: collapse;
}

.configpage .tab-content {
            max-height: 0;
            padding: 0 1em;
            color: #2c3e50;
            background: white;
            transition: all 0.15s;
            height:0;
            display:none;
            width: 100%;
            float: left;
            grid-column: 1 / -1;
        }

.configpage .tab-close {
            display: flex;
            justify-content: flex-end;
            padding: 1em;
            font-size: 0.75em;
            background: #2c3e50;
            cursor: pointer;
        }

.configpage .tab-close:hover {
            background: #1a252f;
        }

.configpage input:checked+.tab-label {
            background: #1a252f;
        }

.configpage input:checked+.tab-label::after {
            transform: rotate(90deg);
        }

.configpage .tab-content.active {
            max-height: unset;
            padding: 2em 1em;
            display: block;
            height: fit-content;
            border: 1px solid silver;
        }

.configpage .tab-content table td {
            padding: 5px 5px 10px 0;
        }

.configpage .itemcount {
            position: absolute;
            right: -1em;
            top: -1em;
            width: 2.5em;
            height: 2.5em;
            display: flex;
            align-items: center;
            justify-content: center;
            background-color: black;
            color: white;
            border:1px solid white;
            border-radius: 50%;
        }

.configpage .imgdiv {
            float:left;
            padding:1em;
            margin-left:1em;
            margin-bottom:1em;
            border:1px solid silver;
            text-align:center;
            cursor:pointer;
        }

.configpage .imgdiv img {
            height:150px;
            width:auto
        }

.configpage .focus {
            background: #f6f6f6;
            border: 2px solid;
        }

.configpage .minify {
            position: absolute;
            right: -0.5em;
            top: -1.5em;
            cursor: pointer;
            z-index: 999;
            padding: 0.5em;
            background: black;
            border-radius: 50%;
            color: white;
            font-size: 1.25em;
            display:none;
            
        }        

.configpage .min {
            zoom:0.2 !important;  
            overflow: hidden;
        }

.configpage .viewdiv {
            zoom:1;
            overflow: hidden;
            width:100%;
            margin-bottom:1em;
            position:relative;
            transform-origin:top left;        
            -webkit-transition:  0.1s ease-in-out;
            -moz-transition: 0.1s ease-in-out;
            -o-transition: 0.1s ease-in-out;
            transition: 0.1s ease-in-out;
        }

.configpage #svgelements .theme-btn {
    transition: all 0s !important;
}

.configpage .invis {
    display: none !important;
}

.configpage #svgtools {
            border: 1px solid #e9e9e9;
            display: block;
            width: 16em;
            height: 18em;
            position: absolute;
            right: 0;
            top: 0;
            border-radius: 10px;
        }

.configpage .zoominout {
    display: none;
}

/* .configpage .profileholder img {
    width: 300px;
} */

.configpage .profilewidth.arrows::before {
    content: "\2191";
    /* position: absolute; */
    top: 0;
  }

.configpage .profilewidth.arrows::after {
    content: "\2193";
    /* position: absolute; */
    bottom: 5px;
  }

.configpage .profilewidth {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 110px;
    left: -1em;
    top: 0;
    flex-direction: column;
    color: #016938;
    font-family: "Arial", sans-serif;
    font-weight: bold;
    height: 100%;
  }

@media (max-width:600px) {
    .configpage .svgrow {
        position: sticky;
        top: 1em;
    }

    .configpage #xpop_contents {
        grid-template-columns: 1fr 1fr;
    }

    .configpage .popimg {
        min-height: unset;
    }

    .configpage #svgtools,
    .configpage .profileholder {
        display: none;
    }

    .configpage #svgtools {
        top: 2em;
    }

    .configpage .kc_column_inner.svgrow {
                top: 1em;
                position: absolute;
                zoom: scale(0.2);
                -moz-transform: scale(0.2);
                -webkit-transform: scale(0.2);
                background: white;
                right: 0.25em;
                transform-origin: top right;                
                border: 5px solid black;
                overflow: hidden;
                border-radius: 10px;
            }

    .configpage .svgrow {
        max-height: 100vh;
    }

    .configpage .svgrow.full {
                zoom: scale(1);
                -moz-transform: scale(1);
                -webkit-transform: scale(1);
                right: 0;
                border: 1px solid black;
                
            }

    .configpage .zoominout {
                display: block;
                position: absolute;
                top:1em;
                left:1em;
                z-index: 999;
                transform-origin: top left;
                display: block;
                min-width: 40px;
                min-height: 40px;
                cursor: pointer;
            }

    .configpage .svgrow .zoominout {
                zoom: scale(5);
                -moz-transform: scale(5);
                -webkit-transform: scale(5);
            }

    .configpage .svgrow.full .zoominout {
                zoom: scale(1);
                -moz-transform: scale(1);
                -webkit-transform: scale(1);
        right: 1em;
        left: unset;
            }

    .configpage .showhide {
                position: absolute;
                right: 0;
                top: 0;
            }

    .configpage .showtools {
                display: flex;
                align-items: center;
                justify-content: center;
            }           

    .configpage .theme-btn.btn-style-one {
                padding: 8px 20px;
                font-size: 14px;
                margin-top:1em;
            }

    .configpage .topbuttons .theme-btn.btn-style-one {
                margin-top: 0.5em;
              }

    .configpage .topbuttons .theme-btn.btn-style-one.account {
                margin-top: 0;
              }

    .configpage #viewdiv {
                margin-left: 0.5em;
                padding: 0;
                  padding-right: 0px;
                  padding-left: 0px;
              }

    .configpage .imgdiv {
                width: 27%;
              }
        }

.configpage span.hider {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            display: block;
            content: "";
            opacity: 0;
            background-color: #fff;
            background-image: url(/CAD/spinner.svg);
            background-repeat: no-repeat;
            background-position: 50px 50px;
            background-size: 50px 50px;
            z-index: 999;
            transition: all 0;            
        }

.configpage .opacity {
            transition: opacity ease-out 0.5s !important;
}



/* Full width on small screens (phones) */
.configpage .kc_col-sm-1, .configpage .kc_col-sm-2, .configpage .kc_col-sm-3, 
.configpage .kc_col-sm-4, .configpage .kc_col-sm-5, .configpage .kc_col-sm-6,
.configpage .kc_col-sm-7, .configpage .kc_col-sm-8, .configpage .kc_col-sm-9, 
.configpage .kc_col-sm-10, .configpage .kc_col-sm-11, .configpage .kc_col-sm-12,
.configpage .kc_col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

/* Base mobile (phones) - full width (col-12 equivalent) */
  
  /* Tablet (col-6 equivalent) */
  @media (min-width: 768px) {
    .configpage .col-md-1 {
        width: 8.33%;
    }

    .configpage .col-md-2 {
        width: 16.66%;
    }

    .configpage .col-md-3 {
        width: 25%;
    }

    .configpage .col-md-4 {
        width: 33.33%;
    }

    .configpage .col-md-5 {
        width: 41.66%;
    }

    .configpage .col-md-6 {
        width: 50%;
    }

    .configpage .col-md-7 {
        width: 58.33%;
    }

    .configpage .col-md-8 {
        width: 66.66%;
    }

    .configpage .col-md-9 {
        width: 75%;
    }

    .configpage .col-md-10 {
        width: 83.33%;
    }

    .configpage .col-md-11 {
        width: 91.66%;
    }

    .configpage .col-md-12 {
        width: 100%;
    }
  }
  
  /* Desktop (col-lg equivalent) */
  @media (min-width: 1060px) {
    .configpage .col-lg-1 {
        width: 8.33%;
    }

    .configpage .col-lg-2 {
        width: 16.66%;
    }

    .configpage .col-lg-3 {
        width: 25%;
    }

    .configpage .col-lg-4 {
        width: 33.33%;
    }

    .configpage .col-lg-5 {
        width: 41.66%;
    }

    .configpage .col-lg-6 {
        width: 50%;
    }

    .configpage .col-lg-7 {
        width: 58.33%;
    }

    .configpage .col-lg-8 {
        width: 66.66%;
    }

    .configpage .col-lg-9 {
        width: 75%;
    }

    .configpage .col-lg-10 {
        width: 83.33%;
    }

    .configpage .col-lg-11 {
        width: 91.66%;
    }

    .configpage .col-lg-12 {
        width: 100%;
    }
}


#toast {
    visibility: hidden;
    max-width: 50px;
    height: 50px;
    margin: auto;
    background-color: #333;
    color: #fff;
    text-align: center;
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 10em;
    font-size: 17px;
    white-space: nowrap;
    border: 10px solid #3c7a40;
    border-radius: 10px;
    padding: 1.5em !important;
    height: unset;
    align-items: center;
    vertical-align: middle;
    line-height: 2em;
    outline: 5px solid white;
}
/** Toaster **/
#toast #desc{    
    color: #fff;   
    padding: 16px;    
    overflow: hidden;
	white-space: nowrap;
}

#toast.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 2s, fadeout 0.5s 2.5s;
    animation: fadein 0.5s, expand 0.5s 0.5s,stay 3s 1s, shrink 0.5s 4s, fadeout 0.5s 4.5s;
    max-width: 90vw;
    width:unset;
    text-wrap: wrap;
    width: fit-content;
}

@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes expand {
    from {min-width: 50px} 
    to {min-width: 350px}
}

@keyframes expand {
    from {min-width: 50px}
    to {min-width: 350px}
}
@-webkit-keyframes stay {
    from {min-width: 350px} 
    to {min-width: 350px}
}

@keyframes stay {
    from {min-width: 350px}
    to {min-width: 350px}
}
@-webkit-keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@keyframes shrink {
    from {min-width: 350px;} 
    to {min-width: 50px;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 60px; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 60px; opacity: 0;}
}