﻿@font-face {
    font-family: 'Helvetica';
    font-style: normal;
    font-weight: normal;
    src: url('/fonts/Helvetica.eot');
    src: url('/fonts/Helvetica.eot?#iefix') format('embedded-opentype'), url('/fonts/Helvetica.woff2') format('woff2'), url('/fonts/Helvetica.woff') format('woff');
    font-display: swap;
}
@font-face {
    font-family: 'helvetica-w01-bold';
    font-style: normal;
    font-weight: 100;
    src: url('/fonts/helvetica-w01-bold.woff2') format('woff2');
    unicode-range: U+000D, U+0020-007E, U+00A0-00FF, U+0131, U+0152-0153, U+0160-0161, U+0178, U+017D-017E, U+0192, U+02C6-02C7, U+02DA, U+02DC, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+20AC, U+2122;
    font-display: swap;
}
/*@import url('https://fonts.googleapis.com/css2?family=Helvetica:wght@100;300;400;500;700&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Rammetto+One:wght@100;300;400;500;700&display=swap');*/
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    color: #282828;
}
b, strong {
    font-family: helvetica-w01-bold,sans-serif;
    font-weight: normal;
}
h3 {
    font-size: 18px;
    margin-bottom: 15px
}
p.p18{font-size:18px;}
body {
    padding-top: 130px;
    padding-bottom: 0px;
    color:#282828;
}
.form-horizontal .control-label {
    padding-top: 11px;
}
input[type=input], input[type=text], input[type=password], input[type=tel], textarea, textarea.form-control, select {
    font-family: Helvetica,sans-serif;
    font-size: 15px;
    line-height: 1.8;
    height: 37px;
    -webkit-appearance: none;
    padding-left: 5px;
    color: #9b9b9b;
    border: 1px solid #cccccc;
    border-radius: 0;
}
    input[type=input]:hover, input[type=text]:hover,input[type=tel]:hover, textarea:hover {
        border: 1px solid #282828;
    }
    input[type=input]:focus, input[type=text]:focus,input[type=tel]:focus, textarea:focus {
        border: 2px solid #282828;
    }
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 30px;
    padding-right: 15px;
    min-height: calc(100vh - 244px);
    width: 100%
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select
{
    max-width: 280px;
    
}

.form-control {
    font-size: 15px;padding:5px;font-family:Helvetica,sans-serif;
}
textarea {
    max-width: 360px;
    resize: none;
    padding: 5px;
}

body.authenticated{padding-top:64px;}
h1{position:relative;font-size:30px;margin-top:11px;padding:5px 5px 2px 0px;border-radius:5px;color:#282828;margin-left:0px;}
.h1Title h1 img{margin-top:-6px;width:auto!important;}
.h1Title h1 {
    float: left;
}
h2 {
    font-size: 28px;
}
a, a:link, a:visited, a.actived, a:focus {
    color: #9b9b9b
}
.sec-breadcrumb.dreamer a, .sec-breadcrumb.dreamer a:link, .sec-breadcrumb.dreamer a:visited, .sec-breadcrumb.dreamer a:active, .sec-breadcrumb.dreamer a:focus {
    color: #3713d8;
}
.sec-breadcrumb.analyst a, .sec-breadcrumb.analyst a:link, .sec-breadcrumb.analyst a:visited, .sec-breadcrumb.analyst a:active, .sec-breadcrumb.analyst a:focus {
    color: #d81b60;
}

.sec-breadcrumb.setting a, .sec-breadcrumb.setting a:link, .sec-breadcrumb.setting a:visited, .sec-breadcrumb.setting a:active, .sec-breadcrumb.setting a:focus {
    color: #282828;
}

.sec-breadcrumb.modeler a, .sec-breadcrumb.modeler a:link, .sec-breadcrumb.modeler a:visited, .sec-breadcrumb.modeler a:active, .sec-breadcrumb.modeler a:focus {
    color: #95a5a6;
}

.sec-breadcrumb.producer a, .sec-breadcrumb.producer a:link, .sec-breadcrumb.producer a:visited, .sec-breadcrumb.producer a:active, .sec-breadcrumb.producer a:focus {
    color: #007acc;
}
.sec-breadcrumb a {
    font-family: helvetica-w01-bold,sans-serif;
}
a:hover {
    color: #cccccc;
}
.bgModeler {
    background-color: #95a5a6
}
.bgProducer {
    background-color: #007acc
}
.bgAnalyst {
    background-color: #d81b60
}
.bgDreamer {
    background-color: #3713d8
}
.bgSetting {
    background-color: #282828;
}
.sec-breadcrumb.analyst a:hover {
    color: #d81b60;
    text-decoration: none;
}
.flexdisply{display:flex;padding-top:15px!important;}
.sec-breadcrumb.settings a, .sec-breadcrumb.settings a:active, .sec-breadcrumb.settings a:link, .sec-breadcrumb.settings a:visited, .sec-breadcrumb.settings a:hover {
    color: #282828;
    text-decoration: none;
}

.sec-breadcrumb.modeler a:hover {
    color: #95a5a6;
    text-decoration: none;
}

.sec-breadcrumb.producer a:hover {
    color: #007acc;
    text-decoration: none;
}
.CTA, .CTA:visited, .CTA:active, .CTA:focus, a.CTA:focus {
    font-family: helvetica-w01-bold,sans-serif;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 20px;
    padding: 3px 3rem 0px;
    text-decoration: none;
    border-radius: 0;
    min-width: 12rem;
    min-height: 40px;
    -webkit-appearance: none;
    appearance: none;
    text-decoration: none !important;
    background-color: #282828;
    border: 0.1rem solid #282828;
    color: white;
}
.widget-item .CTA, .widget-item .CTA:visited, .widget-item .CTA:active, .widget-item .CTA:focus, .widget-item a.CTA:focus {
    padding: 4px 3rem 0px;
}
    .CTA:hover, a.CTA:hover {
        color: #282828;
        border: 0.1rem solid #282828;
        border-radius: 0;
        background-color: #ffffff;
    }
.no-hover.CTA:hover, a.no-hover.CTA:hover {
    background-color: #282828;
    border: 0.1rem solid #282828;
    color: white;
}
.producer.CTA, .producer.CTA:visited, .producer.CTA:active, .producer.CTA:focus, a.producer.CTA, a.producer.CTA:visited, a.producer.CTA:active, a.producer.CTA:focus {
    background-color: #007acc;
    color: white;
    border: 0.1rem solid transparent;
}
.producer.home.CTA, .producer.home.CTA:visited, .producer.home.CTA:active, .producer.home.CTA:focus, a.producer.home.CTA, a.producer.home:visited, a.producer.home.CTA:active, a.producer.home.CTA:focus {
    background-color: #282828;
    color: white;
    border: 0.1rem solid transparent;
}
.producer.CTA:hover, a.producer.CTA:hover {
    background-color: #29b6f6;
    color: white;
    border: 0.1rem solid transparent;
}
.producer.no-hover.CTA:hover, a.producer.no-hover.CTA:hover {
    background-color: #007acc;
    border: 0.1rem solid #007acc;
    color: white;
}
.voice.CTA, .voice.CTA:visited, .voice.CTA:active, .voice.CTA:focus, a.modeler.CTA, a.modeler.CTA:visited, a.modeler.CTA:active, a.modeler.CTA:focus, .modeler.CTA, .modeler.CTA:visited, .modeler.CTA:active, .modeler.CTA:focus, a.modeler.CTA, a.modeler.CTA:visited, a.modeler.CTA:active, a.modeler.CTA:focus {
    background-color: #95a5a6;
    color: white;
    border: 0.1rem solid transparent;
}
.voice.home.CTA, .voice.home.CTA:visited, .voice.home.CTA:active, .voice.home.CTA:focus, a.voice.home.CTA, a.voice.home:visited, a.voice.home.CTA:active, a.voice.home.CTA:focus {
    background-color: #282828;
    color: white;
    border: 0.1rem solid transparent;
}
    .CTA.voice:hover, a.voice.CTA:hover {
        background-color: #c0c9ca;
        color: white;
        border: 0.1rem solid transparent;
    }
.no-hover.CTA.voice:hover, a.no-hover.voice.CTA:hover {
    background-color: #95a5a6;
    color: white;
    border: 0.1rem solid transparent;
}
.dreamer.CTA, .dreamer.CTA:visited, .dreamer.CTA:active, .dreamer.CTA:focus, a.dreamer.CTA, a.dreamer.CTA:visited, a.dreamer.CTA:active, a.dreamer.CTA:focus {
    background-color: #3713d8;
    color: white;
    border: 0.1rem solid transparent;
}
.audit.CTA, .audit.CTA:visited, .audit.CTA:active, .audit.CTA:focus, a.audit.CTA, a.audit.CTA:visited, a.audit.CTA:active, a.audit.CTA:focus {
    background-color: #d81b60;
    color: white;
    border: 0.1rem solid transparent;
}
.audit.home.CTA, .audit.home.CTA:visited, .audit.home.CTA:active, .audit.home.CTA:focus, a.audit.home.CTA, a.audit.home:visited, a.audit.home.CTA:active, a.audit.home.CTA:focus {
    background-color: #282828;
    color: white;
    border: 0.1rem solid transparent;
}
    .audit.CTA:hover, a.audit.CTA:hover {
        background-color: #ff4b5c;
        border: 0.1rem solid transparent;
        color: white;
    }
.no-hover.audit.CTA:hover, a.no-hover.audit.CTA:hover {
    background-color: #d81b60;
    border: 0.1rem solid transparent;
    color: white;
}

.cloud.CTA, .cloud.CTA:visited, .cloud.CTA:active, .cloud.CTA:focus, a.cloud.CTA, a.cloud.CTA:visited, a.cloud.CTA:active, a.cloud.CTA:focus {
    background-color: #282828;
    color: white;
    border: 0.1rem solid transparent;
}
.cloud.home.CTA, .cloud.home.CTA:visited, .cloud.home.CTA:active, .cloud.home.CTA:focus, a.cloud.home.CTA, a.cloud.home:visited, a.cloud.home.CTA:active, a.cloud.home.CTA:focus {
    background-color: #282828;
    color: white;
    border: 0.1rem solid transparent;
}
.CTA.cloud:hover, a.cloud.CTA:hover {
    background-color: #363636;
    border: 0.1rem solid transparent;
    color: white;
}
.no-hover.CTA.cloud:hover, a.no-hover.cloud.CTA:hover {
    background-color: #95a5a6;
    border: 0.1rem solid transparent;
    color: white;
}
.btn-default, .btn-default:visited, .btn-default:active, .btn-default:focus, a.btn-default, a.btn-default:visited, a.btn-default:active, a.btn-default:focus {
    border: 0.1rem solid #282828;
    background-color: #ffffff;
    color: #282828;
    margin-right: 15px;
}
    .btn-default.voice, .btn-default.voice:visited, .btn-default.voice:active, .btn-default.voice:focus, a.btn-default.voice, a.btn-default.voice:visited, a.btn-default.voice:active, a.btn-default.voice:focus,.btn-default.modeler, .btn-default.modeler:visited, .btn-default.modeler:active, .btn-default.modeler:focus, a.btn-default.modeler, a.btn-default.modeler:visited, a.btn-default.modeler:active, a.btn-default.modeler:focus {
        border: 0.1rem solid #95a5a6;
        background-color: #ffffff;
        color: #95a5a6;
    }
    .btn-default.producer, .btn-default.producer:visited, .btn-default.producer:active, .btn-default.producer:focus, a.btn-default.producer, a.btn-default.producer:visited, a.btn-default.producer:active, a.btn-default.producer:focus {
        border: 0.1rem solid #007acc;
        background-color: #ffffff;
        color: #007acc;
    }
    .btn-default.audit, .btn-default.audit:visited, .btn-default.audit:active, .btn-default.audit:focus, a.btn-default.audit, a.btn-default.audit:visited, a.btn-default.audit:active, a.btn-default.audit:focus {
        border: 0.1rem solid #d81b60;
        background-color: #ffffff;
        color: #d81b60;
    }
    .btn-default.cloud, .btn-default.cloud:visited, .btn-default.cloud:active, .btn-default.cloud:focus, a.btn-default.cloud, a.btn-default.cloud:visited, a.btn-default.cloud:active, a.btn-default.cloud:focus {
        border: 0.1rem solid #282828;
        background-color: #ffffff;
        color: #282828;
    }

.btn-default:hover, a.btn-default:hover {
    border: 0.1rem solid #282828;
    background-color: #ffffff;
    color: #282828;
}
    .btn-default.voice:hover, a.btn-default.voice:hover, .btn-default.modeler:hover, a.btn-default.modeler:hover {
        border: 0.1rem solid #c0c9ca;
        background-color: #ffffff;
        color: #c0c9ca;
    }
.btn-default.producer:hover, a.btn-default.producer:hover {
    border: 0.1rem solid #29b6f6;
    background-color: #ffffff;
    color: #29b6f6;
}
    .btn-default.audit:hover, a.btn-default.audit:hover {
        border: 0.1rem solid #ff4b5c;
        background-color: #ffffff;
        color: #ff4b5c;
    }
    .btn-default.cloud:hover, a.btn-default.cloud:hover {
        border: 0.1rem solid #282828;
        background-color: #ffffff;
        color: #282828;
    }

.shortBotton, a.shortBotton:focus, .shortBotton:active, .shortBotton:visited {
    min-width: 20px;
    padding: 2px 16px 4px;
    height: 46px;
}
.star_Show {
    width: 88px;
    height: 22px;
    position: relative;
    float: left;
}

.eve-title{margin-left:5px;}

.star_Show p {position:absolute;top:0;
    left: 0;
    height: 22px;
    width: 134px;
    padding: 0;overflow:hidden;white-space:nowrap;
}
.table > tbody > tr > td{padding:10px 0 10px 0}
.row {
    margin-left: 0;
    margin-right: 0;
}
.clearfix {
    clear: both
}
.chart-left {
    float: left;
    min-width: 250px;
    min-height: 200px;
    width:100%;
    height:100%;
}
.chart-legend {
    min-width: 250px;
    width: 100%;
    text-align: center;
    background-color:white;
}

#curve_chart {
    min-width: 300px;
    width: calc(100% - 30px);
    height: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #9b9b9b;
    border-radius: 3px;
}
.legend-entry {
    display: inline-block;
    padding: 0px 4px 4px 4px;
    color: #464646;
    font-size: 12px;
    font-family: helvetica-w01-bold,sans-serif;
}

.legend-entry-color {
    display: inline-block;margin-top:4px;
    height: 12px;
    width: 32px;
}

.report-prompt {
    background-color: #f8f8f8;
    padding: 10px 0 10px 15px;
    float: left;
    border-radius: 10px;border:1px solid #bbb;    
}
.col-md-6 .report-prompt {
    width: calc(100% - 30px);
}
.prompt-head {
    color: #007acc;
    font-weight: bold;
    font-size: 30px;
}
.nopadding {
    padding: 15px 10px 10px 0;
}

.rule-percent {
    color: #d81b60;
    font-size: 30px;
    font-weight: bold;
    font-family: helvetica-w01-bold,sans-serif;
}
.rule-value {
    color: #9b9b9b;
    cursor: pointer;
    position: relative;
}
.rule-value:hover{color:#cccccc;}
/*==================*/
.dropdown-menu {
    --bs-dropdown-zindex: 1000;
    --bs-dropdown-min-width: 50px;
    --bs-dropdown-padding-x: 0;
    --bs-dropdown-padding-y: 0.5rem;
    --bs-dropdown-spacer: 0.125rem;
    --bs-dropdown-font-size: 14px;
    --bs-dropdown-color: #212529;
    --bs-dropdown-bg: #fff;
    --bs-dropdown-border-color: var(--bs-border-color-translucent);
    --bs-dropdown-border-radius: 0.375rem;
    --bs-dropdown-border-width: 1px;
    --bs-dropdown-inner-border-radius: calc(0.375rem - 1px);
    --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
    --bs-dropdown-divider-margin-y: 0.5rem;
    --bs-dropdown-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    --bs-dropdown-link-color: #212529;
    --bs-dropdown-link-hover-color: #1e2125;
    --bs-dropdown-link-hover-bg: #e9ecef;
    --bs-dropdown-link-active-color: #fff;
    --bs-dropdown-link-active-bg: #0d6efd;
    --bs-dropdown-link-disabled-color: #adb5bd;
    --bs-dropdown-item-padding-x: 1rem;
    --bs-dropdown-item-padding-y: 0.25rem;
    --bs-dropdown-header-color: #6c757d;
    --bs-dropdown-header-padding-x: 1rem;
    --bs-dropdown-header-padding-y: 0.5rem;
    position: absolute;
    z-index: var(--bs-dropdown-zindex);
    display: none;
    min-width: var(--bs-dropdown-min-width);
    padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
    margin: 0;
    font-size: var(--bs-dropdown-font-size);
    color: var(--bs-dropdown-color);
    text-align: left;
    list-style: none;
    background-color: var(--bs-dropdown-bg);
    background-clip: padding-box;
    border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
    border-radius: var(--bs-dropdown-border-radius);
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    clear: both;
    font-weight: 400;
    color: var(--bs-dropdown-link-color);
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.btn-group-vertical > .btn, .btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #282828;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #282828;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #282828;
    border-color: #282828;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
     color: #282828; 
     border-color: #282828; 
}
.pagination > li > a:hover {
    border-color: #282828;
    background-color: #282828;
    color: white
}
/* Tooltip text */
.tooltiptext {
    visibility: hidden;
    background-color: #464646;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1999;
    top: -6px;
    left: 110%;
    font-family: helvetica-w01-bold,sans-serif;
    font-size: 15px;
    line-height: 16.5px;
    min-width: 100px
}
.tooltiptext:before {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-width: 5px;
    margin-top: -5px;
}
.profilePopup {
    /*visibility: hidden;*/
    background-color: #f8f8f8;
    color: #fff;
    text-align: center;
    padding: 5px 10px;
    border-radius: 6px;
    border: 1px solid #e7e7e7;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1999;
    top: 0px;
    right: 0px;
    font-family: helvetica-w01-bold,sans-serif;
    font-size: 15px;
    line-height: 16.5px;
    width: 420px;
    display: none;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2)
}
.g-tooltiptext {
    display: none;
    background-color: #464646;
    color: #fff;
    text-align: left;
    padding: 5px 10px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1999;
    font-family: helvetica-w01-bold,sans-serif;
    font-size: 15px;
    line-height: 16.5px;
    max-height: 59px;
    min-width: 150px;
    max-width: 350px;
    text-align: center;
}
.gl-tooltiptext {
    display: none;
    background-color: #464646;
    color: #fff;
    text-align: left;
    padding: 5px 10px;
    border-radius: 6px;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 1999;
    font-family: helvetica-w01-bold,sans-serif;
    font-size: 15px;
    line-height: 16.5px;
    max-height: 89px;
    min-width: 100px;
    max-width: 300px;
    text-align: center;
}
.g-tooltiptext:before {
    right: 100%;
    top: 50%;
    border-right-color: #464646;
}
.gl-tooltiptext:before {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-width: 5px;
    margin-top: -5px;
    right: 100%;
    top: 50%;
    border-right-color: #464646;
}
.control-label {
    font-family: Helvetica,sans-serif;
}

.g-tooltiptext:before {
    bottom: 100%;
    left: 50%;
    border-bottom-color: #464646;    
}
h3{margin-top:10px;}
h3.widget-head {
margin-bottom:20px;
}
.star_Show:hover .tooltiptext:before {
    right: 100%;
    top: 50%;
    border-right-color: #464646;    
}

.report-prompt .tooltiptext {
    top: 20px;
    left: -40px; /*width:150px;*/
}
/* Show the tooltip text when you mouse over the tooltip container */
.star_Show:hover .tooltiptext, .rule-value:hover .tooltiptext, .maxarea:hover .tooltiptext, h1:hover .tooltiptext, .lighthelp:hover .tooltiptext {
    visibility: visible;
}

.maxarea .tooltiptext{left:45px;width:130px;top:6px}
.maxarea:hover .tooltiptext:before {
    right: 100%;
    top: 50%;
    border-right-color: #464646;    
}
h1 .tooltiptext {
    left: 220px;
    font-size:15px;text-align:left;width:400px;padding:10px;
}

h1 .tooltiptext:before {
    right: 100%;
    top: 50%;
    border-right-color: #464646;    
}
.fieldlable:hover .tooltiptext:before {
    right: 100%;
    top: 50%;
    border-right-color: #464646;    
}
    /*header*/
    .header-top {
        background-color: #007acc;
        color: white
    }
.header-top .navbar-nav > li > a {
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
}
.header-top .navbar-nav > li > a:hover {
    color: #29b6f6;
}
.header-logo{margin-left:7px;float:left;}
.main-nav {
    float: left;
    position: relative;
    padding-top: 20px;
    margin-left: 30px;
}
.navbar-inverse .navbar-nav > li > a.active {
    color: #29b6f6;
}
.ReportBody {
    font-size: 20px;
}
/*footer*/

#SITE_FOOTER {
    background: #f8f8f8;
    position: relative;
    color: #282828;
    padding: 20px 25px;
    border-top: solid #cccccc 1px;
}
#SITE_FOOTER a {
    color: #282828;
}
#SITE_FOOTER a.producer:hover {
    color: #007acc
}

    #SITE_FOOTER a.audit:hover {
        color: #d81b60
    }

    #SITE_FOOTER a.voice:hover {
        color: #95a5a6
    }

#SITE_FOOTER a.cloud:hover {
    color: #282828
}
.footer_title {
    font-family: helvetica-w01-bold,sans-serif;
    font-size: 36px;
    padding-bottom: 30px;
}
.menu-title {
    font-size: 20px;
    font-family: helvetica-w01-bold,sans-serif;
}
#SITE_FOOTER .footer-menu-wrapper span {
    display: table;
}

.menu-item {
    font-size: 16px;
}
@media(max-width:430px){
    .header-logo {
        margin-left: 1px;
    }
   #SITE_FOOTER {
        padding: 20px 10px;        
    }
}
@media(min-width: 768px) {
    .footer-menu-wrapper {
        width: 600px;height:220px;
        float: right;
    }
    
}

footer span {
    color: #282828;
    font-family: Helvetica,sans-serif;
}
.footer-text-label {
    display: flex;
    font-size: 15px;
}

#SITE_FOOTER .footer-text-labe a {
    font-size: 15px !important;
}

.copy {
    font-size: 15px; margin-right:5px;
}
.footer-label-menu{margin-left:10px;}
.footer-menu-spliter{padding-left:5px;padding-right:5px;}
.bootstrap-table th {
    background-color: #464646;
    color: white;
}
.table-hover > tbody > tr:hover {
background-color:white;
}
.page-list .btn-group {
    color: #282828;
}
.page-list:hover .btn-group {
    color: #282828;
}
.gray-box{background-color:#f8f8f8;padding:20px 20px;width:calc(100% - 32px);min-width:480px}
.screenshot{/*text-align:center*/}
.body-content a, .rule-value{
    text-decoration: underline;
}

#curve_chart g text {
    font-family: helvetica-w01-bold,sans-serif;
}

.main-nav .navbar-nav > li > a.actived {
    color: #282828;
}

.panel {
    background-color: #f8f8f8;
    min-width: 800px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    position: relative;
    display: inline-block;
    padding:15px;
    margin-top:20px;
    width:90%
}
.define-header{clear:both;}
.panel-titles {
    float: left
}
.panel-menu{float:right;width:75px;position:relative;cursor:pointer}
.panel-nav{top:0;width:25px;float:left;}
.panel-nav .navbtn, .panel_arrow_down {
    float: left;
    height: 30px;
    width: 25px;
    font-size: 20px;
    padding-top: 10px;
}
.panel-nav-content {
    display: none;
    position: absolute;top:35px;left:-25px;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    padding:10px;
}
    .panel-nav-content ul{list-style:none;padding-left:0; padding-right:0;}
    .panel-nav-content a:hover {
        background-color: #ddd;
    }

.panel-nav:hover .panel-nav-content {
    display: block;
}

.panel-nav:hover .navbtn {
    background-color: #ddd;
}
.panel_arrow_up {
    margin-left: 40px;
    margin-top: 23px;
    border-top: 2px solid;
    border-right: 2px solid;
    width: 17px;
    height: 17px;
    border-color: #464646;
    transform:rotate(-45deg);
}

.panel_arrow_down {
    margin-top: -15px;
    transform: rotate(135deg);  
}
.define-content{clear:both;}
.define-content p {
    font-size: 16px;
}
.define-content .col-left {
    width:60%;float:left;padding-left:15px;
}
.define-content .col-right{width:40%;float:left;}
.rule-progress{float:left;color:#6a6a6a;font-size:16px;padding-right:20px;}
.progress-bar-rule {
    width: 550px;
    background: url(/images/progress-bar.png);
    height: 21px;
    position: relative;
    float: left;
}

.progress-value-rule {
    background: url(/images/progress-v.png);
    height: 21px;
    width: 220px;
    padding: 0;display:block;
}
.rule-filter{padding-bottom:15px;font-size:16px;}
.rule-filter input[type="checkbox"] {
    display: none;
}
.rule-filter label {
    width: 41px;
    height: 42px;
    float: left;margin-right:10px;
    background: url(/images/uncheck-rule.png) 0 3px no-repeat;
}
.rule-filter input:checked + label {
        background: url(/images/checked-rule.png) 0 3px no-repeat;
    }
/*Search Bar*/
.searchbar {
    float: left;
    position: relative;
    margin-top: 16px;
    margin-left:calc( (100% - 600px - 185px)/2)
}
svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box;
}
.svg-inline--fa {
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 10px;
    color: #ccc;
    font-size: 15px;
    pointer-events: none;
    height:20px;
}
.searchbar input{padding-left:35px; border:#ccc 1px solid;font-size:20px;height:46px; width:600px;max-width:400px;border-radius:5px;}
.logo-head{background-color:white;}
.logo-head .logo{height:63px;}
.profilebar{float:right;padding-right:25px;padding-top:8px;position:relative}
.token-menu-top {
    float: left;
    margin-right: 70px;display: flex;
    align-items: center;
}
.token-menu-top {
    margin-top:-4px;
}
    .token-menu-top .tokenbalance {
        color: #9b9b9b;
        margin-right: 10px;
        font-size: 40px;
        font-family: helvetica-w01-bold,sans-serif;
    }
/*    .token-menu-top .tokenbalance.producer{color:#007acc}
    .token-menu-top .tokenbalance.voice{color:#95a5a6}
    .token-menu-top .tokenbalance.audit{color:#d81b60}
    .token-menu-top .tokenbalance.cloud{color:#95a5a6}*/

    .token-menu-top .tokenunit-top {
        color: #282828;
        font-family: helvetica-w01-bold,sans-serif;
    }
.helpicon {float:left;margin-right:13px;cursor:pointer;
}
.helpicon .help-icon {
    fill: #9b9b9b; /* default color */
    transition: fill 0.2s;
    width: 48px;
    height: 48px;
}
    .helpicon .help-icon:hover, .helpicon.selected .help-icon {
        fill: #cccccc;
    }
.notification .noti-icon {
    fill: #9b9b9b; 
    transition: fill 0.2s;
    width: 48px;
    height: 48px;
}
    .notification .noti-icon:hover, .notification.selected .noti-icon {
        fill: #cccccc;
    }
input[type="radio"], input[type="checkbox"]{margin-top:0;}
.UserChar {
    cursor: pointer;
    color: #464646;
    display: inline-block;
    line-height: 35px;
    width: 40px;
    margin-left: 13px;
    border: none;
    border-radius: 20px;
    font-size: 34px;
    text-align: center;
    font-family: helvetica-w01-bold,sans-serif;
}
/*.UserChar:hover{border:3px solid #29b6f6;}*/
.UserCharBig {
    color: #464646;
    width: 150px;
    height: 150px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    
    
    border-radius: 50%;float:left;
    margin:5px;
}

.UserCharBig img{height:150px;}
.profile-menu{float:left;text-align:left;margin-top:45px;margin-left:4px;}
.mycurrentbalance {
    color: #282828;
    font-family: helvetica-w01-bold,sans-serif;
    margin-top: 5px;
    margin-bottom: 20px;
}
.buName {
    color: #282828;
    font-family: helvetica-w01-bold,sans-serif;
}
.navbar-toggle img {
    width:45px;
}
@media (max-width: 768px) {
    .navbar-toggle {
        display: block;
    }
}
@media (max-width: 600px) {
    h1 .tooltiptext {
        display: none;
    }
}
@media (min-width: 769px) {
    
    .navbar-toggle {
        display: none;
    }
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-9 {
        width: 75%;
    }
    .logo-head .container, .login-container {
        width: 100%;
        position: relative;       
    }
}
.login-container {
    background-color:#ffffff; /*#e8e8e8;*/
}

.navbar{margin-bottom:0;border-bottom:1px solid #ccc}
.sidebar {
    height: 100%;
    font-family: helvetica-w01-bold,sans-serif;
    width: 200px;
    position: relative;
}
aside.sec-sidebar {
    border-left: 1px solid #ccc;
    position: relative;
    width: 250px;
}
.sidebar .navbar-nav > li {
    display:flex;align-items:center;align-content:center;
}
.sidebar .navbar-nav > li>a {        
    padding-left: 13px;
}
.sidebar .navbar-nav > li > a:hover,
.sidebar .navbar-nav > li > a:focus {            
    background:none;
}
.sidebar .main-nav-zone {
    padding-left: 22px;
    padding-right: 0px;
    width: 100%;
    padding-top: 20px;
    position:absolute;
}
.Folder-item{min-width:230px;}
.progresstext {
    margin-bottom: 10px;
    font-size:17px;
}
.col2-zone {
    position: relative;
    width: 100%;
    z-index: 999
}


.sidebar .navbar-nav > li ul {   
    padding-left:12px;
    padding-right: 5px
}
.sidebar .iconNav > ul {
    display: none;
}
.sidebar .iconNav:has(.actived) > ul {
    display:block;
}
.sidebar .navbar-nav > li li{list-style:none;padding:0}
.sidebar ul a {
    display: block;
    height: 100%;
    width: 100%;
    font-size: 20px;
    color: #282828;        
}
    


#check, #checksec {
    display: none;
}
label #btn, label #cancel {
    position: absolute;
    background: #042331;
    border-radius: 3px;
    cursor: pointer;
}
input[type="checkbox"] {
    accent-color: #007ACC;
}
label #btn {
    left: 40px;
    top: 25px;
    font-size: 35px;
    color: white;
    padding: 6px 12px;
    transition: all .5s;
}

label #cancel {
    z-index: 1111;
    left: -195px;
    top: 17px;
    font-size: 30px;
    color: #0a5275;
    padding: 4px 9px;
    transition: all .5s ease;
}

#check:checked ~ .sidebar {
    width:38px;
}
#check:checked ~ .sidebar .navbar-nav {
    display:none
}

.container:before{content:none;}
.body-flex {
    display: grid;padding:0;
    grid-template-columns: 200px 250px auto;
}
.body-flex:has(#check:checked){grid-template-columns: 38px 250px auto;}
.body-flex:has(#check:checked):has(#checksec:checked){grid-template-columns: 38px 38px auto;}
    .body-flex:not(:has(#check:checked)):has(#checksec:checked):not(:has(.sec-sidebar.hidden)) {
        grid-template-columns: 200px 38px auto;
    }
.body-flex:has(.sec-sidebar.hidden) {
    grid-template-columns: 200px auto;
}
.body-flex:has(#check:checked):has(.sec-sidebar.hidden){grid-template-columns: 38px auto;}
/*body.authenticated{}*/
.authenticated section {
    display: flex;
    flex-grow: 1;
    border-left: 1px solid #ccc;
    min-width: 955px;
    position:relative;
}
.navbar-nav > li > a {
    padding-top: 6px;
    padding-bottom: 5px;
}
.controlbox{padding:11px 20px 24px 0;}
.chioceArea {
    float: left;margin-right:20px;height:37px;
    background-color: white;
    border: 1px solid #cccccc;
    border-radius:2px;position:relative;margin-bottom:10px;overflow:hidden;
}
.chioceArea:hover {
    border: 1px solid #9b9b9b;
}
.chioceArea img {
    margin-right: 10px;
    width: 23px;
}
.chioceArea input,.chioceArea select{border:none}
.maxarea {
    position: absolute;
    cursor: pointer;
    right:0px;
    top:5px;border-radius:5px;
    /*border: 1px solid #9b9b9b;background-color:white;*/
}
#check:checked ~ .sidebar .maxarea, #checksec:checked ~ .sec-sidebar .maxarea {    
    left: 0;
}
#checksec:checked ~ .sec-sidebar .second-nav-wrapper {
    display: none;
}
.minimize:hover {
    border-radius: 5px;
}
.maxarea label {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    width: 37px;
    float: left;
}
.full-model svg {
    width: 20px; /* same visual size as background-size: 20px */
    height: 20px;
}

.login-container:has(label.minimize), aside.sidebar:has(label.minimize) {
    padding-left: 0;
}
.chart_widget {
    min-width: 332px;
    width: 100%;
    padding: 10px 20px 20px 22px;
    background-color: #f8f8f8;
    border: 1px solid #9b9b9b;
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
}
.chart_widget h3.widget_title{color:#464646;font-size:16px;font-weight:bold;text-decoration:none;margin-top:5px;}
.chart_widget a{text-decoration:none;}
.ReportContent{padding:20px 0;}
/*=====================*/
.popup {
    position: fixed;
    z-index: 2001;
    top: 60px;
    left: calc(50% - 380px);
    width: 760px;
    height:auto; /*420px;*/
    background: #fff;
    -moz-box-shadow: 4px 4px 15px #130507;
    -webkit-box-shadow: 4px 4px 15px #130507;
    box-shadow: 4px 4px 15px #130507;
    -moz-transition: top 800ms;
    -o-transition: top 800ms;
    -webkit-transition: top 800ms;
    transition: top 800ms;
    border-radius:5px;
    padding:10px;
}

.p_close {
    position: absolute;
    z-index: 2;
    right: 11px;
    width: 15px;
    height: 14px;
    margin: 0;
    cursor: pointer;
    /* Remove old PNG background */
    background: none !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .p_close .close-svg {
        width: 15px;
        height: 14px;
    }
.popup .p_content{padding:20px}

.modal-bg {
    background: #222226;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    -moz-transition: opacity 800ms;
    -o-transition: opacity 800ms;
    -webkit-transition: opacity 800ms;
    transition: opacity 800ms;
    z-index: 2000;
}

.dialog__wrapper {
    position: fixed;
    overflow: auto;
}
.progressing{width:570px; margin:40px auto;line-height:30px;}

.loader {
    width: 100%;
    height: 15px;
    display: inline-block;
    background-color: #007acc;
    background-image: linear-gradient(45deg, rgba(0, 182, 255, 1) 25%, transparent 25%, transparent 50%, rgba(0, 182, 255, 1) 50%, rgba(0, 182, 255, 1) 75%, transparent 75%, transparent);
    font-size: 30px;
    background-size: 1em 1em;
    box-sizing: border-box;
    animation: barStripe 1s linear infinite;
    border-radius:6px;
}

@keyframes barStripe {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 1em 0;
    }
}
.ChartType{float:left;padding-left:20px;}
.selChartType {
    padding: 0px 5px;
}

.rightAlign{text-align:right;padding-top:20px;}
.col-md-3,.col-md-4, .col-md-5, .col-md-6 {
    padding-left: 0px;
    padding-right: 0
}
.Que {
    color: #007acc;
    font-size: 18px;
    font-weight: bold;
}
.noShadow{box-shadow:none;background-color:transparent;display:block}
A.blackLink, .blackLink:hover {
    color: #464646;
    text-decoration: none
}
.clickable{cursor:pointer}
.widget-area .col-md-4 {
    min-width: 342px;
    width:calc((100% - 40px) / 3 );
    margin-right:20px;
}
.widget-area .col-md-4:last-child {
    margin-right: 0px;
}
body.authenticated .col-md-6 {
    min-width: 500px
}
body.authenticated{
    min-width:769px;
}
.fixedprompt{width:267px}

.calcprompt {
    width: calc((100% - 327px) / 3);
    min-width:252px;
    padding-right: 0;
    margin-right: 20px;
    border: 1px solid #9b9b9b;    
}
@media only screen and (min-width: 769px) and (max-width: 1353px){
    .calcprompt {
        height: 257px;
        margin-bottom: 15px;
    }
}
.edit-brule{width:24px;float:right;margin-right:15px;cursor:pointer}
.align-right{float:right}
.warning{
    color: #cc3333;
    font-size: 18px;
    padding: 5px;
    
}
.greenbox {
    display: none;
    color: #336633;
    font-size: 15px;
    background-color: #ccffcc;
    border: 1px solid #9b9b9b;
    padding: 10px;
    z-index: 9999;
    position: absolute;
    min-width: 100px;
    max-width: 450px;
    left: 236px;
    bottom: 0
}


@media (max-width: 440px) {
    .greenbox {
        bottom: -92px;left:195px;
    }    
    .widget-item p{text-align:center}
    input[type=text], input[type=password], input[type=tel],
    select, .password-container {
        min-width: 100%;
        max-width: 100%;
    }

}
.greenbox.producer {
    color: #ffffff;
    background-color: #29b6f6;
    border: 1px solid #007acc;text-align:center;
}
.greenbox.dreamer {
    color: #ffffff;
    background-color: #3713d8;
    border: 1px solid #007acc;
    text-align: center;
}
.greenbox.modeler {
    color: #ffffff;
    background-color: #c0c9ca;
    border: 1px solid #95a5a6;text-align:center;
}
.greenbox.analyst {
    color: #ffffff;
    background-color: #d81b60;
    border: 1px solid #ff4b5c;text-align:center;
}
.greenbox.settings {
    color: #ffffff;
    background-color: #282828;
    border: 1px solid #9b9b9b;
    text-align: center;
}
.processbox {
    display: none;
    color: black;
    font-size: 15px;
    padding: 10px;
    border: 1px solid #9b9b9b;
    z-index: 9999;
    background-color: white;
    position: absolute;
    min-width: 150px;
    max-width: 450px;
    left: 236px;
    bottom: 0
}
.warningbox {
    display: none;
    color: #cc3333;
    font-size: 15px;
    padding: 10px;
    border: 1px solid #eb8b8b;
    z-index: 9999;
    background-color: #FFF4F4;
    position: absolute;
    min-width: 150px;
    max-width: 450px;
    left: 236px;
    bottom: 0
}
.errorbox {
    display: none;
    color: #cc3333;
    font-size: 15px;
    padding: 10px;
    border: 1px solid #eb8b8b;
    z-index: 9999;
    background-color: #FFF4F4;
    position: absolute;
    width: 700px;
    text-align: center;
    left: 236px;
    bottom: 0
}

.greenbox a {
    color: #336633;
    text-decoration: underline
}
.RulesetTitle {
    color: #29b6f6;
    cursor: pointer;
    text-decoration: underline;
    font-family: helvetica-w01-bold,sans-serif;
}
.p_content h2{margin-bottom:25px;float:left;}
.p_content .warning {
    left:50%;
    float: left;
    margin-top: 15px;
    color: #cc3333;
    font-size: 15px;
    padding: 10px;
    border: 1px solid #eb8b8b;
    z-index: 9999;
    background-color: #FFF4F4;
    display: none;
    position:absolute;
}
h5 {
    color: #282828;
    font-size: 15px;
}
.col-md-9 {
    padding-left: 0
}
.col-md-10 {
    padding-left: 0
}
h1 img {
    height: 34px;
    width: auto;
    margin-right: 10px;
}
th{font-family:Helvetica,sans-serif;font-weight:bold}
.fieldlable{color:#29b6f6;font-size:20px;position:relative}

select {
    font-size: 15px;
    line-height: 1.8;
    border: 1px solid #cccccc;
    border-radius: 4px;
    height: 37px;
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24'><path fill='%23007acc' d='M1 3h22L12 22'/></svg>") no-repeat;    
    background-size: 15px 15px;
    -webkit-appearance: none;
    background-position: 210px;
    padding-left: 5px;
    color: #9b9b9b;
}
select:hover, select:focus {
    border: 1px solid #282828;
}
    select option {
        color: #9b9b9b;
    }
select option.blankValue, .blankValue {
    color: #9b9b9b;
}

    select.noBlank {
        color: #9b9b9b;
    }
#CreateContent .row .form-group {
    border-bottom: 2px solid #f8f8f8;
    padding-bottom:20px;margin-bottom:0
}
#CreateContent .row .form-group:last-child{border:0;}
.row select, .form-group select {
    font-family:Helvetica,sans-serif;
    font-size: 16px;
}
.lighthelp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9
}
.lighthelp img {
    width: 46px;
}
h1 a:hover{text-decoration:none;}
h1 a.producer, h1 a.producer:visited, h1 a.producer:link, h1 a.producer:active, h1 a.producer:hover {
    color: #007acc;
    text-decoration: none;
}
h1 a.audit, h1 a.audit:visited, h1 a.audit:link, h1 a.audit:active, h1 a.audit:hover {
    color: #d81b60;
}
h1 a.voice, h1 a.voice:visited, h1 a.voice:link, h1 a.voice:active, h1 a.voice:hover {
    color: #95a5a6;
}
h1 a.cloud, h1 a.cloud:visited, h1 a.cloud:link, h1 a.cloud:active, h1 a.cloud:hover {
    color: #282828;
}
.lighthelp .tooltiptext{width:250px;text-align:left;left:-255px;top:-6px;z-index:1901}
    .lighthelp .tooltiptext:before {
        left: 100%;
        top: 50%;
        border-left-color: #464646;        
    }
.light-tooltips{z-index:9998;min-width:100px;width:150px;min-height:26.5px;max-height:125.5px;visibility:visible;text-align:left}
    .light-tooltips:before {
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(194, 225, 245, 0);
        border-width: 5px;
        margin-top: -5px;
    }
    .nosee{visibility:hidden}
    .arrowLeft:before {
        right: 100%;
        top: 50%;        
        border-right-color: #464646;        
    }
.arrowRight:before {
    left: 100%;
    top: 50%;    
    border-left-color: #464646;    
}
.arrowTop:before {    
    bottom: 100%;
    left: calc(50% - 5px);
    border-bottom-color: #464646;
}
.arrowBottom:before {
    top: 100%;
    left: 50%;
    border-top-color: #464646;
    margin-top: 0px;
}
.arrowMoveRight:before {
    margin-left: 9px
}
.width100 {
    width: 110px
}
.width130 {width: 130px}
.width150 {width: 150px}
.width200{width:200px}
.width250{width:250px}
.width300 {
    width: 300px
}
.width320 {
    width: 320px
}
.width350 {
    width: 350px
}
.width400 {
    width: 400px
}
.width450 {
    width: 450px
}
.width500 {
    width: 500px
}
.width550 {
    width: 550px
}
.width600 {
    width: 600px
}
.Fixposition{position:fixed}
.widget-container {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin-top:32px
}
.widget-item {
    min-width: 300px;
    width: 30%; /*340px*/

    margin-right: 20px;
    margin-bottom: 20px;
    padding: 20px 20px 20px 22px;
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
    border-radius: 15px;
    box-shadow: none
}
    .widget-item:hover {
        border: 1px solid #9b9b9b;
        box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2);
    }
.widget-item .Title{display:flex}
.widget-item img.chk{margin-right:10px;height:56px;}
.widget-item h4{display:inline-block;min-width:208px;margin-top:2px;}
.widget-item p{min-height:107px;margin-top:10px;}
.widget-item .CTA{margin-top:15px;border-radius:0px;}
.widget-item .CTA:hover{border-radius:0px;}
.widget-item .linkarea{text-align:center;}

.password-container {
    position: relative;width:280px;
}
.toggle-eye {
    position: absolute;
    top: 5px;
    right: 2px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
p {
    margin: 0 0 15px;
}
.searchbar {
opacity:0;display:none;
}
.notification {
    float:left;width:48px;height:48px;position:relative;cursor:pointer
}
.notification img{width:48px;}
.notifi-recent {
    position: absolute;
    width: 250px;
    left: -176px;
    top: 56px;
    padding-left: 5px;
}
.helper-box {
    position: absolute;
    width: 250px;
    left: -176px;
    top: 63px;
    padding-left: 5px;
}
.notifi-recent:before, .helper-box:before {
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-width: 10px;
    margin-top: 5px;
    bottom: 100%;
    left: calc(100% - 60px);
    border-bottom-color: #464646;
}
.help-item{padding-left:20px;padding-bottom:10px;padding-top:5px;cursor:default;background-color: #f8f8f8;}
.help-item a{font-family:Helvetica,sans-serif;text-decoration:underline}
.notifi-container, .helper-container {
    position: relative;
    float: none;
    background-color: #f8f8f8;
    border: 1px solid #363636;
    box-shadow:0px 5px 10px 0px rgba(0,0,0,0.2)
}
.body-content .breadcrumbs {
    margin-top: 33px;
    padding: 10px 0 5px;
    font-family: helvetica-w01-bold,sans-serif;
    font-size: 18px;
    display:flex;flex-wrap:wrap;align-items:center;
}
    .body-content .breadcrumbs a {
        font-family: helvetica-w01-bold,sans-serif;
        text-decoration: none;
        cursor: default;
    }
    .body-content .breadcrumbs a.Generate-breadcrumbsItem:not([fid='00000000-0000-0000-0000-000000000000']) {
        cursor: pointer;
    }
.NewItem-panel{padding-bottom:20px;}
.textcenter {
    text-align: center;
}
.notifi-title, .helper-title {
    font-family: helvetica-w01-bold,sans-serif;
    background-color: #363636;
    color: white;
    font-size: 16px;
    padding: 8px 10px 5px 10px;
    text-align: center;
    position: relative
}
.notifi-items{padding:5px;}
.notifi-item {
    padding: 5px;
    border-bottom:1px solid #e1e0e0;
}
.notifi-footer {
    text-align: center;
    padding: 5px;
    font-family: Helvetica,sans-serif;
}
.notifi-footer a {
    font-family: Helvetica,sans-serif;
}
.profilebar .tooltiptext {
    left: 1px;
    top: 66px;
    visibility: visible
}
    .profilebar .tooltiptext:before {
        
        border-width: 10px;
        margin-top: 5px;
        bottom: 100%;
        left: calc(100% - 30px);
        border-bottom-color: #464646;
    }
.profilebar .tooltiptext a{color:white
}
#loginForm{width:500px;margin:0 auto;}
#profileImg {
    width: 48px;
    height: 48px;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    
    
    border-radius: 50%;
}
#profileImg img{width:48px;}
.tokenMeter-container{margin-bottom:25px;width:85%;}
.tokenMeter-maincontent{background-color:#009C59;color:white;}
.tokenMeter-footer{background-color:white;color:#009C59}
.tokenMeter-footer strong{font-family:helvetica-w01-bold,sans-serif;}
.tokenmeter-title{font-size:18px;padding-top:10px;font-family:helvetica-w01-bold,sans-serif;color:#004728}
.tokenmeter-desc{margin-top:17px;}
.tokenMeter-container .col-lg-4 {border-left:1px solid white;}
.period-switch{background-color:#007846;border-radius:15px;font-family:helvetica-w01-bold,sans-serif;padding:5px 15px;cursor:pointer;}
.period-switch.selected{background-color:#004728}
.period-switch:first-child{margin-right:10px;}
.tokenmeter-period{font-family:Helvetica,sans-serif;padding:10px 0;height:40px}
.token-spend-container{display:flex;font-family:helvetica-w01-bold,sans-serif;font-size:50px;justify-content:center}
.token-spend-container span {
    background-color: #004728;         
    padding: 0px 10px;
    margin-right: 10px;
    border-radius: 3px;font-family:helvetica-w01-bold,sans-serif;
}.token-spend-container span:last-child{margin-right:0}
.view-tokenlabel{font-size:13px;padding:5px}
.col-lg-4.textcenter div{text-align:center}

.NotifiIcon-3, .NotifiIcon-4, .NotifiIcon-5 {
    background: url(/images/token-deposit.png) no-repeat;
}

.NotifiIcon-6, .NotifiIcon-7 {
    background: url(/images/analysis.png) no-repeat;
}

.NotifiIcon-1, .NotifiIcon-2 {
    background: url(/images/token-deposit.png) no-repeat;
}
.NotifiIcon-8 {
    background: url(/images/generate-new-content-icon.png) no-repeat;
}
.NotifiIcon-9 {
    background: url(/images/generate-content-revisions-icon.png) no-repeat;
}
.NotifiIcon {
    background-size: contain;
    display: inline-block;
    width: 55px;
    height: 55px;margin-right:5px;
}

#notifi-items {
    color: #000000;font-size:13px;
}
#notifi-items tr{padding-bottom:5px; border-bottom:1px solid #9b9b9b}
#notifi-items td:first-child{padding-left:5px;padding-top:5px;padding-bottom:5px;}
#notifi-items td:last-child{vertical-align:top;line-height:1.1;padding-top:5px;padding-bottom:5px;}
.notifi-reddot{position:absolute;background-color:#29b6f6;width:10px;height:10px;border-radius:5px;left:30px;top:-1px;}
.notifi-digit{top:2px;background-color:#29b6f6;color:white;display: inline-block;border-radius:13px;margin-left:20px;font-size:20px;text-align:center;width:30px;}
.icon-col{
    width:60px;padding-top:5px;
}
.icon-more {
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    overflow: hidden; /* REQUIRED to clip the SVG */
    display: inline-flex; /* center SVG */
    align-items: center;
    justify-content: center;
}

.icon-more:hover, .icon-more.hovering {
    background-color: #e3e3e3;
}
.third-col {
    margin-left: 20px;
    padding-top: 30px;
}
.icon-border {
    border: 1px solid #ccc;
    width: 100px;
    height: 100px;
    text-align:center;overflow:hidden;
}
h3.widget-head {
    margin-top: 10px;
}
.arrowmove10:before{margin-left:10px}
.arrowmove20:before{margin-left:20px}
.arrowmove30:before{margin-left:30px}
.arrowmove40:before{margin-left:40px}
.arrowmove50:before{margin-left:50px}
.arrowmove60:before{margin-left:60px}
.arrowmove70:before{margin-left:70px}
.arrowmove80:before{margin-left:80px}
.arrowmove90:before{margin-left:90px}
.arrowmove100:before{margin-left:100px}
.arrowmove-10:before{margin-left:-10px}
.arrowmove-20:before{margin-left:-20px}
.arrowmove-30:before{margin-left:-30px}
.arrowmove-40:before{margin-left:-40px}
.arrowmove-50:before{margin-left:-50px}
.arrowmove-60:before{margin-left:-60px}
.arrowmove-70:before{margin-left:-70px}
.arrowmove-80:before{margin-left:-80px}
.arrowmove-90:before{margin-left:-90px}
.arrowmove-100:before{margin-left:-100px}
.body-content h1 a{text-decoration:none;}
.profilePopup a{text-decoration:underline;}

.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading{align-items:flex-start!important;margin-top:-17px;}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap{height:calc(100% + 40px)}
/*=======mobile-414px========*/
@media (max-width: 768px) {
    h3{width:100%;}
    .login-container {
        padding: 0;
        min-height: 100vh;
    }
    body,body.authenticated {
        padding: 0px 0 16px 0;
        width: 100%;
        min-width: 100%;
        min-height:100vh;
    }
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse{
        padding-left:0;padding-right:0;margin-left:0;margin-right:0;
    }
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border: none
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-fixed-top, .navbar-fixed-bottom {
        padding: 16px 16px 6px;
    }

    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .logo-head .logo {
        height: 48px;
        width: auto;
        margin: -9px 0 0 -3px;
    }

    .collapse, .navbar-collapse {
        display: block
    }

    .navbar-toggle {
        position: relative;
        float: left;
        padding: 0px;
        margin: 0 15px 0 -6px;
        background-color: transparent;
        background-image: none;
        border: none;
        border-radius: 0;
    }

    .profilebar {
        padding-top: 0;
    }

    .notification, #profileImg {
        width: 48px;
        height: 48px;
    }

        .notification img, #profileImg img {
            width: 48px;
        }

    .notifi-reddot {
        left: 20px;
    }

    .UserChar {
        line-height: 0px;
        font-size: 0
    }

    .profilePopup {
        left: -333px;
        top: -16px
    }

    .notifi-recent {
        left: -185px;
        top: 41px;
    }

    #loginForm {
        width: 100%
    }

    .col-md-3 {
        width: 20%;
    }
    .col-md-9{padding-right:0;}
    .navbar-collapse, .form-horizontal .form-group {
        margin-left: 0;
        margin-right: 0;
    }

    .popup {
        width: 100%
    }

    

    .authenticated section {
        width: 100%;
        min-width: 100%;
        border: none;
        padding-left: 0;
    }

    .sidebar {
       position:relative;
    }

    .maxarea {
        display: none;
    }

    #check ~ .sidebar,#check:checked ~ .sidebar {
        width: 250px;
        position: fixed;
        z-index: 9999;
        background-color: white;
        left: 0;
        top: 62px;
        padding-left: 13px;
        border-right:1px solid #ccc;
        border-bottom:1px solid #ccc;
    }

    #check ~ .sidebar .navbar-nav, #check:checked ~ .sidebar .navbar-nav {
        display: block
    }

    .navbar-nav {
        margin-left: 0
    }

    .sidebar ul {
        padding-top: 0;
    }
    .authenticated section{display:block}
    footer {
        height: 38px;
        width: 100%;
        text-align: center;
    }
    
    .widget-container {
        display: block;
    }
    .widget-item{margin-bottom:32px;margin-right:0;width:100%}
    .chioceArea input,.selSites, .selCategories {
        left: 0 !important;top:0;opacity:0;position:absolute;
    }
    .chioceArea {
        overflow: hidden;
        width: 37px;
        height: 37px;
    }
    body.authenticated .col-md-6, #curve_chart, .col-md-6 .report-prompt {
        width: 100%;
        min-width: 100%;
    }
    .chioceArea select{height:38px;}
    
}
@media (max-width: 768px) {
    body.authenticated .sec-sidebar .col-md-6{width:48%}
}
.powerby {color:#000000;position:relative;}
.powerby .text {
    position: absolute;
    width: 88px;
    text-align: center;top:17px;font-family:Helvetica,sans-serif;
}
    .powerby .text span {
        color: #007acc;
        font-family: helvetica-w01-bold,sans-serif;
    }
.powerby .text span span {
    color: #29b6f6
}
#switchAccount {
cursor:pointer;
}
.pill-container {
    width: calc(100% - 175px);
    margin-left:175px;
    text-align: center;
    margin-bottom: 20px;
}
@media (max-width: 768px) {
    .pill-container{
    width: 100%;
    margin-left: 0;
}
}
.pill-container .pill-item {
    display: flex;padding:5px;
    height: 70px;
    align-items: center;
    cursor: pointer;border-bottom:1px solid #9b9b9b;
}

.pill-container .pill-item:hover, .pill-container .pill-item.selected {
    background: #F8F8F8;
}

.pill-item-icon {
    margin-right: 10px;
    text-align:center;
    width:100px;
}
.pill-default-circle {
    height:60px;margin:auto;
    width:60px;text-align:center;font-family:Helvetica,sans-serif;border-radius:30px;background-color:#000000;color:white;font-size:40px;padding-top:3px;
}
.pill-item-icon img {
    max-height: 60px;max-width:100px;
}

.pill-item-name {
    font-family: Helvetica,sans-serif;
    width:calc(100% - 110px);
    text-align:left;
}
.progress-wrapper {
    margin-left: 0px;
    margin-top: -10px;
}

#logoSelect {
    height: 63px;margin-left:0px;
}

.selectlabel {
    font-family: helvetica-w01-bold,sans-serif;
    margin-top: 20px;
    padding-left: 4px;
    margin-bottom: 20px;
}



@media(max-width: 768px) {
    #login-box {
        width: 400px;
        margin: 0 auto;
    }

    .btnSwitchBIContinue {
        text-align: center;
    }
}



@media(max-width: 768px) {
    .btnSwitchBIContinue {
        text-align: center;
    }
    .footer-menu-wrapper>.row{display:flex;flex-wrap:wrap;justify-content:center;padding-bottom:30px;padding-left:30px;padding-top:25px}
    .footer-menu-wrapper .col-md-3 {
        width: 144px;padding-bottom:20px;
    }
    .footer-text-label,.copy{font-size:12px;}
}

.progress-wrapper {
    position: absolute;
    width: calc(100% - 20px);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4px;
    margin: auto;
}
.align-center{position:relative;}
.popup .progress-wrapper {
    width: 100%;
    top: -10px;
}
.progress-bar {
    width: 100%;
    height: 4px;
    border-radius: 2px;
    overflow: hidden;
    background-color: white;
    box-shadow: none;
}
.p_content:has(.progress-wrapper){
    padding:0;
}
.progress {
    height: 100%;
    border-radius: 2px;
    background-color: #3713d8; /* Default starting color */
    margin-left: -80%; /* Initial position */
}
.animate {
    animation: animate 2s ease infinite;
}
@keyframes animate {
    0% {
        margin-left: -80%
    }

    100% {
        margin-left: 100%
    }
}
.profile-menu a {
    line-height: 1.3 !important;
}
.DisabledClick, .DisabledClick:focus {
    background-color: #cccccc !important;
    color: #ffffff !important;
    border: 0.1rem solid #cccccc !important;
    cursor: default !important;
}
    .DisabledClick:hover, a.DisabledClick:hover {
        background-color: #cccccc !important;
        color: #ffffff !important;
        border: 0.1rem solid #cccccc !important;
    }
body:has(.pill-container) {
    background-color: #F0F4F9;
}
.NotifiIcon-item-title {
   /* word-break: break-all;*/
}
    .NotifiIcon-item-title strong {
        font-family: helvetica-w01-bold,sans-serif;
    }
.tokenType {
    width: 300px;
}

    .tokenType span {
        font-size: 18px;
        font-family: helvetica-w01-bold,sans-serif;
        cursor: pointer;
        width: 250px;
        text-align: center;
        padding: 10px;
        display: inline-block;
        color: #282828;
        margin-right: 15px;
        margin-top: 10px;
        border: 1px solid #282828;
        border-radius: 25px;
        padding-left: 25px;
        padding-right: 22px;
    }

.tokenType span:hover, .tokenType span.selected {
    background: #282828;
    color: white;
    background-position: 20px 52%;
    background-size: 15px;
}
.mob-body-paddtop{
    display: none;
}
.mob-menu-box {
    display: none;
}
.mobile-SecCollapse {
    display: none;
}
.second-nav-wrapper {
    padding: 47px 10px;
}
.mobile-NavCollapse{display:none;}
.Sample-item label,.Knowlege-item label{font-weight:300;}
.FolderItem .detailinfo-col {
    min-width: 110px;
}
.popuplistmenu {
    width: 120px;
    background-color:white;
    border-radius: 10px;
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.icon-rename {
    width: 29px;
    height: 29px;
}
.icon-remove {
    width: 29px;
    height: 29px;
}
.icon-move {
    width: 29px;
    height: 29px;
}
.icon-copy {
    width: 29px;
    height: 29px;
}
.listmenu {
    display: flex;
    justify-content:flex-start;
    align-items:center;padding:5px;padding-left:10px;;cursor:pointer;
}
.listmenu:hover {
    background-color: #ffffff;
    border-radius: 10px;
}
.listmenu span:first-child{margin-right:10px;}
.mobleHeaderTitle{display:none;}
.headerInstr {
    margin-top: 10px;
    line-height: 1.0;
    display: flex;
    align-items: center
}
.mob-arrow {
    display: none;
}
@media (max-width: 440px) {
    .mobilebtnarea .btn-default, .mobilebtnarea .btn-default:visited, .mobilebtnarea .btn-default:focus, .mobilebtnarea .btn-default:active {
        margin-right: 50px;
    }
    .mob-arrow{display:inline-block;margin-left:5px;}
    .headerBar{width:100%;padding:8px 14px 8px;}
    .mobleHeaderTitle {
        display: block;
        font-family: helvetica-w01-bold,sans-serif;
        font-size: 30px;color:white;
    }
      .Folder-item .icon-col, .docItem .icon-col {
            width: 50px!important;
        }
    .Folder-item .icon-col {
        width: 58px !important;
    }
    .Folder-item {
        min-width: 100%;
        margin-bottom: 10px;
        margin-right: 0
    }
    .Folder-item:last-child {
        
        margin-bottom:0;
        
    }
    .tableposition, .mob-widget-container {
        padding: 0 14px 70px 14px;
    }
    .absoluteNew {
        display: inline-block;
        position: fixed;
        bottom: 100px;
        right: 30px;
        color: white;
        font-family: helvetica-w01-bold;
        font-size: 20px;
        padding: 10px 20px;
        border-radius: 25px;
        cursor: pointer;
        z-index: 999;
        display: none;
    }
    .mobilebtnarea a, .mobilebtnarea input {
        width: 125px;
    }
    .backbtn {
        font-size: 20px;
        color: #ffffff;
        padding: 7px 10px 10px 20px;
        font-family: helvetica-w01-bold;
        cursor: pointer;
    }

    .headerMobLayout {
        display: flex;
        justify-items: flex-start;
        padding-left: 0;
    }

    .buName {
        font-family: Helvetica,sans-serif;
    }
    .headerBar h1 {
        font-family: Helvetica,sans-serif;
        font-size: 14px;
        color: white;
        margin-bottom:0;margin-top:-10px;
    }#videoContainer{display:none;}
    .headerInstr{margin-top:0px;}
    .mob-widget-container{width:100%;overflow-x:auto;}
    .col2-zone {
        padding-top: 0px
    }
    .mobile-NavCollapse.open .mob-setting-icon {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .mobile-NavCollapse {
        /* margin-top: 20px; */
        display: flex;
        padding-top: 10px;
        align-items: center;
        padding-bottom: 10px;
        position: fixed;
        border: 1px solid #bbb;
        width: 100%;
        bottom: 0;background-color:white;z-index:10;
    }
        .mobile-NavCollapse span {
            color: #d1d1d1;
            font-family: helvetica-w01-bold,sans-serif;
            margin-left: 9px;
            font-size: 20px;
        }
    .body-content .breadcrumbs{margin-top:5px;}
    .footer-text-label {
        display: block;
    }
    .sidebar {
        display: none;
    }
    .widget-item{width:100%;min-width:100%}
    .mob-body-paddtop {
        display: block
    }
    .authenticated section{}
    .body-flex:has(.mobile-SecCollapse.open) section{display:none}
    .helpicon, .notification, .UserChar {
        display: none;
    }
    .navbar-fixed-top {
        padding: 0;
    }
    
    .header-top .container {
        background-color: #ffffff;
        position: relative;
        padding: 4px 10px 2px;
    }
    .header-top{height:60px;}
    body.authenticated .navbar-fixed-top, body.authenticated .header-top {
        display: none;
    }
    .logo-head .logo{position:absolute;top:82px;left:56px;height:42px;}
    .mob-h1Title {
        display: inline-flex;
        align-items: center;
        justify-content: center;
    }
    .mob-h1Title h1 {
        font-size: 22px;margin:0 0 0 10px;
    }
    .mob-h1Title h1 img{margin-top:-4px;}
    .mob-menu-box{display:block;position:fixed;background-color:#ffffff;bottom:0;width:100%;height:70px;}
    .mob-menu-wrapper,.mob-menu-others{padding-top:5px;border-top:2px #e8e8e8 solid;display:flex;justify-content:center}
    .mob-menu-item{min-width:20%;text-align:center;}
    .mob-menu-item:last-child{min-width:40px;width:40px;}
    .mob-menu-title{font-family:helvetica-w01-bold,sans-serif;font-size:16px;text-align:center;color:#484848;padding-bottom:10px;}
    .mob-menu-item-icon{display:block;margin-bottom:5px;}
    .mob-menu-item-icon img{width:35px;}
    .mob-menu-item a{text-decoration:none;color:#484848;font-size:16px}
    .mob-menu-item.selected a{font-family:helvetica-w01-bold}
    .mob-col{width:45%;padding:12px 12px 12px 17px;font-size:16px}
    .mob-rowcol {
        width: 100%;
        padding: 0px 12px 12px 17px;
        padding-left: calc(5% + 17px);
        font-size: 16px
    }
    .mob-col-title{color:#484848;font-family:helvetica-w01-bold,sans-serif;font-size:16px;}
    .mob-col a,.mob-rowcol a{text-decoration:underline;}
    .mob-notifications-item{position:relative;font-size:16px;}
    .navbar-toggle .notifi-reddot {
        left: 36px;
        width: 12px;
        height: 12px;
        border-radius: 6px;
    }
    .mob-notifications-item .notifi-reddot {
        border-radius: 7px;
        width: 14px;
        height: 14px;
        left: -21px;
        top: 5px;
    }
    .mobile-SecCollapse {
        display: flex;
        align-items: center;
        position: fixed;
        background: white;
        width: 100%;
        padding: 10px 0px 10px 10px;
        z-index: 11;
        justify-content: flex-start;
        border-bottom: 1px solid #cccccc;
        top: 122px;
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
        display:none;
    }
    .mobile-SecCollapse span{color:#d1d1d1;font-family:helvetica-w01-bold,sans-serif;font-size:20px;}
    .body-flex {
        display: block;
        grid-template-columns:none;
    }
    .maxarea {
        position: relative;
        left: 0;
    }
    aside.sec-sidebar {
        width: 100%;
        border-left: none;
        border-bottom: 1px solid #cccccc;
        position: relative;
        top: 19px;
        z-index: 12;
        background-color: white;
        margin-top: 23px;
        padding-top: 12px;display:none;
    }
    .second-nav-wrapper{padding:30px 0 0 10px;display:none;min-height:calc(100vh - 170px)}

    .rightAlign {
        text-align: left;
        padding-top: 30px;
    }
    .popup{width:100%;left:0;}
    
    .login-container {
        height: 100vh;overflow:hidden;
    }
    .mobStyleView {
        height: calc(100vh - 132px);
        overflow-y: auto;
        padding-left: 14px;
        padding-right: 14px;
    }
    .float-right.pagination{float:none!important;display:flex!important;align-items:center;justify-content:center;width:100%}
}

.sec-breadcrumb, .sec-nav-filter-wrapper, .sec-links {
    padding-bottom: 15px;
}
.sec-breadcrumb{font-family:Helvetica,sans-serif;display:flex;flex-wrap:wrap;align-items:center;}
.sec-breadcrumb img {
    width: 15px;margin-top:-3px;margin-right:4px;
}
.selectedpillwrapper {
    margin-bottom: 20px;
}
.tableposition {
    position: relative;    
}
/*table loading*/
.fixed-table-loading .loading-wrap, .loading-text {
    width: 100%
}
.animation-dot{display:none;}
.bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading .loading-wrap .loading-text{height:100%;}
.bsloadingcontainer {
    display: flex;
    flex-flow: wrap row;
    justify-content: left;
    align-items: flex-start;
    background-color: #ffffff;
    height: calc(100% + 40px);
}
.box {    
    width: 100%;
    padding: 0 0px;
}

.skeleton {
    max-width: 300px;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
}
.row-line {
    border-bottom: 1px #e8e8e8 solid;
    margin-bottom: 18px;
}
.skeleton .square {
    height: 40px;
    width: 40px;
    border-radius: 10px;
    background: rgba(130, 130, 130, 0.2);
    background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
    background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
    background-size: 800px 100px;
    animation: wave-squares 2s infinite ease-out;
}

    .skeleton .line {
        height: 12px;
        margin-bottom: 6px;
        border-radius: 2px;
        background: rgba(130, 130, 130, 0.2);
        background: -webkit-gradient(linear, left top, right top, color-stop(8%, rgba(130, 130, 130, 0.2)), color-stop(18%, rgba(130, 130, 130, 0.3)), color-stop(33%, rgba(130, 130, 130, 0.2)));
        background: linear-gradient(to right, rgba(130, 130, 130, 0.2) 8%, rgba(130, 130, 130, 0.3) 18%, rgba(130, 130, 130, 0.2) 33%);
        background-size: 800px 100px;
        animation: wave-lines 2s infinite ease-out;
    }

.skeleton-right {
    flex: 1;
}

.skeleton-left {
    flex: 2;
    padding-right: 15px;
}

.flex1 {
    flex: 0;
}

.flex2 {
    flex: 2;
}

.skeleton .line:last-child {
    margin-bottom: 0;
}

.h8 {
    height: 8px !important;
}

.h10 {
    height: 10px !important;
}

.h12 {
    height: 12px !important;
}

.h15 {
    height: 15px !important;
}

.h17 {
    height: 17px !important;
}

.h20 {
    height: 20px !important;
}

.h25 {
    height: 25px !important;
}

.w25 {
    width: 25% !important
}

.w40 {
    width: 40% !important;
}

.w50 {
    width: 50% !important
}

.w75 {
    width: 75% !important
}

.m10 {
    margin-bottom: 10px !important;
}

.circle {
    border-radius: 50% !important;
    height: 80px !important;
    width: 80px;
}

@keyframes wave-lines {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}

@keyframes wave-squares {
    0% {
        background-position: -468px 0;
    }

    100% {
        background-position: 468px 0;
    }
}
.sec-nav-filter-title{font-family:helvetica-w01-bold,sans-serif;font-size:18px;color:#282828;margin-bottom:15px;}
.sec-links p{margin-bottom:0px;}
.sec-links a{font-family:Helvetica,sans-serif;text-decoration:underline;word-break:break-all}
.selectedpillitem {
    font-size: 14px;
    font-family: Helvetica,sans-serif;
    padding: 5px 10px;
    margin-right: 15px;
    margin-top: 20px;
    background-color: #f8f8f8;
    border: 1px solid #cccccc;
    border-radius: 6px;
    color: #282828;
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.selectedpillitem .remove {
    padding-left:10px;font-size:18px;color:#cccccc;line-height:1;font-family:helvetica-w01-bold,sans-serif;
}
p.p-intro{margin-bottom:0}
.filterremoveall {
    cursor: pointer;
    color: #9b9b9b;
    font-family: helvetica-w01-bold,sans-serif;
    font-size: 15px;
    text-decoration: underline;
    display: inline-block;
    margin-top: 16px;
}

.docItem.NewItem{padding-bottom:20px;}
.btnsliper {
    width: 15px;
    display: inline-block;
}
a.btnSwitchBIContinue:hover{border:1px solid #282828;}
.gnewitem, .gnewfolder {
    font-family: helvetica-w01-bold,sans-serif;
    cursor: pointer;
}
.chk-details-item{display:flex;align-items:center}
input[type="checkbox"].checksow {
    min-height: 23px;
    width: 23px;
    font-size: 15px;
    font-family: Helvetica,sans-serif;
    border: 1px solid #9b9b9b;
    color: #000000;
    vertical-align: middle;
    position: relative;
    margin-right: 5px;
}
.chk-details-item label{margin-top:9px;font-weight:300}

.inverseLink, .inverseLink:visited, .inverseLink:active, .inverseLink:focus, a.inverseLink:focus {
    font-family: helvetica-w01-bold,sans-serif;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 20px;
    padding: 1px 3rem 0px;
    border: 0.1rem solid #007acc;
    border-radius: 0;
    color: #007acc !important;
    min-width: 12rem;
    min-height: 39px;
    -webkit-appearance: none;
    appearance: none;
    text-decoration: none !important;
    border-radius:20px;
}
    .voice.inverseLink, .inverseLink.voice:visited, .inverseLink.voice:active, .inverseLink.voice:focus, a.inverseLink.voice:focus {
        color: #95a5a6 !important;
        border: 0.1rem solid #95a5a6;
        background-color: white;
    }
    .audit.inverseLink, .inverseLink.audit:visited, .inverseLink.audit:active, .inverseLink.audit:focus, a.inverseLink.audit:focus {
        color: #d81b60 !important;
        border: 0.1rem solid #d81b60;
        background-color: white;
    }
    a.inverseLink:hover, .inverseLink:hover {
        color: #29b6f6 !important;
        border: 0.1rem solid #29b6f6;
    }
.inverseLink.voice:hover {
    color: #c0c9ca !important;
    border: 0.1rem solid #c0c9ca;
    background-color: white;
}
    .inverseLink.audit:hover {
        color: #ff4b5c !important;
        border: 0.1rem solid #ff4b5c;
        background-color: white;
    }
.docItem {
    display:flex;align-items:center;
}
.moble-logo-wrapper{display:none;}
.sec-label{font-family:Helvetica,sans-serif;}
.sec-selectValue {
    background-color: #cccccc;
    border-radius: 5px;padding:5px;
    /*background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24'><path fill='%23007acc' d='M1 3h22L12 22'/></svg>") no-repeat;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 24 24'><path fill='%23007acc' d='M1 3h22L12 22'/></svg>");
    background-size: 15px 15px;
    background-position: 190px;
    padding-right:20px;*/
}
.tokenDeduction{position:absolute;color:#29b6f6;font-family:helvetica-w01-bold,sans-serif; top:6px; left:-100px;font-size:36px;display:none;}
.mobbreak {
    display: none;
}
.deskbreak {
    display: inline;
}
input[type="checkbox"].gconfirm {
    margin-right: 5px;
}
.mobContent {
    display: none
}
.deskinline{display:inline-block}
.GenerateIcon-Folder .folder-svg {
    width: 56px;
    margin-right: 20px;
    fill: #ccc;
}
@media (max-width: 440px) {
    .deskinline{display:none;}
    .mobilefilter{position:absolute;width:100%;height:calc(100vh - 62px);z-index:999;background-color:white;top:62px;left:0;display: none}
    .form-main {
        padding: 20px 14px;
    }
    .GenerateIcon-Folder {
        width: 40px !important;
        height: 40px !important;
        background-size: 40px 40px !important;
    }
    .widget-item:hover {
        border: none;
        box-shadow: none;
    }
    .mobContent {
        display: block;
    }

    .deskContent {
        display: none!important
    }
    .mobilebtnarea {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0px;
    }
    .mobilebtnarea>*{border-radius:20px!important;padding:5px 0 4px!important;min-width:60px!important; text-align:center}
    .mob-new {
        background-color: #e9e9e9;
        width: 100%;
        padding: 7px 15px 7px;
    }
    .mobbtn{border-radius:20px;width:40px;height:40px;background-color:white;margin-right:10px;border:1px #95a5a6 solid;display:inline-flex;align-items:center;overflow:hidden;justify-content:center}
    .docItem {
        width: 100%;
    }
    .draggable-item{padding-left:5px;}
    body, body.authenticated {
        height: 100vh;
    }
    .center-count{width:108px;text-align:center;display:inline-block}
    .mobbreak {
        display: inline;
    }
    .deskbreak {
        display: none;
    }
    .tokenDeduction{top:-2px;left:-73px}
    .bNewFolder {
        margin-top: 10px;
    }

    .logo, .h1Title {
        display: none;
    }
    .moble-logo-wrapper {
        display: flex;        
        justify-content: flex-start; width:100%;margin-left:-6px;
    }
    .moble-logo-wrapper .mob-logo{height:50px;}
    .mob-setting-icon {
        width: 20px;
        height: 20px;
        transition: transform 333ms ease-out, color 333ms;
        background: url(/images/mob-setting-icon.png) no-repeat;
        background-size: 20px 20px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 9px;
    }
    .mobile-NavCollapse .mob-setting-icon {
        background: url(/images/mob-footer-collapse-icon.png) no-repeat;
        background-size: 20px 20px;
    }
    .mobile-SecCollapse.open .mob-setting-icon {
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    .widget-container{padding-top:0px;}
    dashboard-item, .widget-item {
        /* width: 100%; */
        margin: 0px auto 30px;
    }
    .chioceArea,.chioceArea select {width:218px;}
    .second-nav-wrapper .filter-slite:last-child{display:none}
    footer{display:none;}
    body, body.authenticated{padding:0;}
}
::placeholder {
    color: #9b9b9b;
    opacity: 1; /* Firefox */
    font-family: Helvetica !important;
}
select::placeholder,.form-control::placeholder {
    color: #9b9b9b;
}
:: -ms-input-placeholder { /* Edge 12 -18 */
    color: #9b9b9b;    
    font-family: Helvetica !important;
}
select::-ms-input-placeholder, .form-control::-ms-input-placeholder {
    color: #9b9b9b;
}
.brumb-slite {
    display: inline-block;
    width: 22px;
    height: 19px;
    font-size: 15px;
    vertical-align: middle;
    margin-left: 5px;
}

.brumb-slite.producer svg {
    fill: #007acc;
}
.brumb-slite.modeler svg {
    fill: #95a5a6;
}
.brumb-slite.dreamer svg {
    fill: #3713d8;
}
.brumb-slite.analyst svg {
    fill: #d81b60;
}
.brumb-slite.setting svg {
    fill: #282828;
}
.filter-slite{border-top:2px solid #f8f8f8;margin-top:10px; padding-top:20px;font-size:1px;height:1px;}
.GenerateIcon-New {
    background: url(/images/contenttype/essay.png) no-repeat;
}

.GenerateIcon-Revision {background: url(/images/contenttype/essay.png) no-repeat;}
.gcticon-translations{background: url(/images/contenttype/essay.png) no-repeat;}
.gcticon-Article{background: url(/images/contenttype/essay.png) no-repeat;}
.gcticon-Ad-Copy{background: url(/images/contenttype/ad-copy.png) no-repeat;}
.gcticon-Announcements{background: url(/images/contenttype/announcements.png) no-repeat;}
.gcticon-Annual-Report{background: url(/images/contenttype/annual-report.png) no-repeat;}
.gcticon-Award-Submission{background: url(/images/contenttype/award-submission.png) no-repeat;}
.gcticon-Blog-Post{background: url(/images/contenttype/blog.png) no-repeat;}
.gcticon-Board-Meeting-Minutes{background: url(/images/contenttype/board-meeting-minutes.png) no-repeat;}
.gcticon-Brochures-and-Flyers{background: url(/images/contenttype/brochure.png) no-repeat;}
.gcticon-Business-Proposal{background: url(/images/contenttype/business-proposal.png) no-repeat;}
.gcticon-Case-Study{background: url(/images/contenttype/case-study.png) no-repeat;}
.gcticon-Catalog-Descriptions{background: url(/images/contenttype/catalog-descritption.png) no-repeat;}
.gcticon-Change-Management-Plan{background: url(/images/contenttype/change-management.png) no-repeat;}
.gcticon-Community-Guidelines{background: url(/images/contenttype/community-guidelines.png) no-repeat;}
.gcticon-Email-Pitch{background: url(/images/contenttype/email-all.png) no-repeat;}
.gcticon-Compliance-Document{background: url(/images/contenttype/compliance.png) no-repeat;}
.gcticon-Conference-Presentation{background: url(/images/contenttype/conference-presentation.png) no-repeat;}
.gcticon-Contest-or-Giveaway{background: url(/images/contenttype/contest.png) no-repeat;}
.gcticon-Cover-Letter{background: url(/images/contenttype/cover-letter.png) no-repeat;}
.gcticon-Crisis-Communication-Plan{background: url(/images/contenttype/crisis.png) no-repeat;}
.gcticon-Crowdfunding-Campaign{background: url(/images/contenttype/crowdfunding.png) no-repeat;}
.gcticon-Cultural-Sensitivity-Guide{background: url(/images/contenttype/cultural-sensitivity.png) no-repeat;}
.gcticon-Customer-Reviews{background: url(/images/contenttype/customer-review.png) no-repeat;}
.gcticon-Customer-Testimonials{background: url(/images/contenttype/customer-testimonial.png) no-repeat;}
.gcticon-Data-Sheets{background: url(/images/contenttype/datasheet.png) no-repeat;}
.gcticon-Debate-Script{background: url(/images/contenttype/debate-script.png) no-repeat;}
.gcticon-Disaster-Recovery-Plan{background: url(/images/contenttype/disaster-recovery.png) no-repeat;}
.gcticon-Drabble{background: url(/images/contenttype/drabble.png) no-repeat;}
.gcticon-Editorial-Calendar{background: url(/images/contenttype/editorial-calendar.png) no-repeat;}
.gcticon-E-mail-Announcement{background: url(/images/contenttype/email-all.png) no-repeat;}
.gcticon-E-mail-Business{background: url(/images/contenttype/email-all.png) no-repeat;}
.gcticon-E-mail-Feedback-Survey{background: url(/images/contenttype/email-all.png) no-repeat;}
.gcticon-E-mail-General{background: url(/images/contenttype/email-all.png) no-repeat;}
.gcticon-E-mail-Invitation{background: url(/images/contenttype/email-all.png) no-repeat;}
.gcticon-E-mail-Newsletter{background: url(/images/contenttype/email-all.png) no-repeat;}
.gcticon-E-mail-Personal{background: url(/images/contenttype/email-all.png) no-repeat;}
.gcticon-E-mail-Promotional{background: url(/images/contenttype/email-all.png) no-repeat;}
.gcticon-E-mail-Reply{background: url(/images/contenttype/email-all.png) no-repeat;}
.gcticon-Employee-Onboarding-Materials{background: url(/images/contenttype/employee-onboarding.png) no-repeat;}
.gcticon-Essay{background: url(/images/contenttype/essay.png) no-repeat;}
.gcticon-Event-Program{background: url(/images/contenttype/event-program.png) no-repeat;}
.gcticon-Executive-Bio{background: url(/images/contenttype/executive-bio.png) no-repeat;}
.gcticon-Executive-Summary{background: url(/images/contenttype/executive-summary.png) no-repeat;}
.gcticon-FAQ-Page{background: url(/images/contenttype/FAQ.png) no-repeat;}
.gcticon-Flash-Fiction{background: url(/images/contenttype/flash-fiction.png) no-repeat;}
.gcticon-SEO-Keywords{background: url(/images/contenttype/seo-keywords.png) no-repeat;}
.gcticon-Grant-Proposal{background: url(/images/contenttype/grant.png) no-repeat;}
.gcticon-How-To-Guide{background: url(/images/contenttype/how-to-guide.png) no-repeat;}
.gcticon-Incident-Response-Plan{background: url(/images/contenttype/incident-report.png) no-repeat;}
.gcticon-Influencer-Collaboration{background: url(/images/contenttype/influencer-colab.png) no-repeat;}
.gcticon-Infographic{background: url(/images/contenttype/info-graphic.png) no-repeat;}
.gcticon-Interactive-Quiz{background: url(/images/contenttype/quiz.png) no-repeat;}
.gcticon-Interviews{background: url(/images/contenttype/interview.png) no-repeat;}
.gcticon-Investor-Update{background: url(/images/contenttype/investor-update.png) no-repeat;}
.gcticon-Job-Listing{background: url(/images/contenttype/job-listing.png) no-repeat;}
.gcticon-Joke{background: url(/images/contenttype/joke.png) no-repeat;}
.gcticon-Landing-Page{background: url(/images/contenttype/landing-page.png) no-repeat;}
.gcticon-Market-Analysis-Report{background: url(/images/contenttype/market-analysis.png) no-repeat;}
.gcticon-Marketing-Plan{background: url(/images/contenttype/marketing-plan.png) no-repeat;}
.gcticon-Membership-or-Subscription-Content{background: url(/images/contenttype/membership.png) no-repeat;}
.gcticon-News-Report{background: url(/images/contenttype/news-report.png) no-repeat;}
.gcticon-Nutritional-Guide{background: url(/images/contenttype/nutritional-guide.png) no-repeat;}
.gcticon-Online-Forum-Post{background: url(/images/contenttype/online-forum-post.png) no-repeat;}
.gcticon-Outline{background: url(/images/contenttype/outline.png) no-repeat;}
.gcticon-Personal-Bio{background: url(/images/contenttype/personal-bio.png) no-repeat;}
.gcticon-Podcast-Script{background: url(/images/contenttype/podcast-script.png) no-repeat;}
.gcticon-Poetry-Acrostic{background: url(/images/contenttype/poetry-all.png) no-repeat;}
.gcticon-Poetry-Cinquain{background: url(/images/contenttype/poetry-all.png) no-repeat;}
.gcticon-Poetry-Elegy{background: url(/images/contenttype/poetry-all.png) no-repeat;}
.gcticon-Poetry-Haiku{background: url(/images/contenttype/poetry-all.png) no-repeat;}
.gcticon-Poetry-Limerick{background: url(/images/contenttype/poetry-all.png) no-repeat;}
.gcticon-Poetry-Lyrics{background: url(/images/contenttype/poetry-all.png) no-repeat;}
.gcticon-Poetry-Nursery-Rhyme{background: url(/images/contenttype/poetry-all.png) no-repeat;}
.gcticon-Poetry-Poem{background: url(/images/contenttype/poetry-all.png) no-repeat;}
.gcticon-Poetry-Sonnet{background: url(/images/contenttype/poetry-all.png) no-repeat;}
.gcticon-Policy-Brief{background: url(/images/contenttype/policy-brief.png) no-repeat;}
.gcticon-Position-Paper{background: url(/images/contenttype/position-paper.png) no-repeat;}
.gcticon-Post-Mortem-Report{background: url(/images/contenttype/post-mortem.png) no-repeat;}
.gcticon-Powerpoint-Slides{background: url(/images/contenttype/powerpoint-slides.png) no-repeat;}
.gcticon-Press-Release{background: url(/images/contenttype/press-release.png) no-repeat;}
.gcticon-Privacy-Policy{background: url(/images/contenttype/privacy-policy.png) no-repeat;}
.gcticon-Product-Description{background: url(/images/contenttype/product-descritption.png) no-repeat;}
.gcticon-Public-Service-Announcement{background: url(/images/contenttype/public-service-announcement.png) no-repeat;}
.gcticon-Real-Estate-Listing{background: url(/images/contenttype/real-estate.png) no-repeat;}
.gcticon-Risk-Assessment{background: url(/images/contenttype/risk-assesment.png) no-repeat;}
.gcticon-Root-Cause-Analysis-Report{background: url(/images/contenttype/root-cause.png) no-repeat;}
.gcticon-Sales-Presentation{background: url(/images/contenttype/sales-presentation.png) no-repeat;}
.gcticon-Sermon{background: url(/images/contenttype/sermon.png) no-repeat;}
.gcticon-Service-Descriptions{background: url(/images/contenttype/service-description.png) no-repeat;}
.gcticon-Short-Story{background: url(/images/contenttype/short-story.png) no-repeat;}
.gcticon-Six-Word-Story{background: url(/images/contenttype/six-word-story.png) no-repeat;}
.gcticon-SMS-Mobile-Notifications{background: url(/images/contenttype/sms-mobile.png) no-repeat;}
.gcticon-Social-Media-Content-Schedule{background: url(/images/contenttype/social-media-schedule.png) no-repeat;}
.gcticon-Social-Media-Post{background: url(/images/contenttype/social-media-post.png) no-repeat;}
.gcticon-Speech{background: url(/images/contenttype/speech.png) no-repeat;}
.gcticon-Sub-Title{background: url(/images/contenttype/subtitle.png) no-repeat;}
.gcticon-Subject-Line{background: url(/images/contenttype/subject-line.png) no-repeat;}
.gcticon-Survey-Questionnaire{background: url(/images/contenttype/survey.png) no-repeat;}
.gcticon-Sustainability-Report{background: url(/images/contenttype/sustainability-report.png) no-repeat;}
.gcticon-Thought-Leadership-Article{background: url(/images/contenttype/thought-leadership.png) no-repeat;}
.gcticon-Title{background: url(/images/contenttype/title.png) no-repeat;}
.gcticon-Travel-Guide{background: url(/images/contenttype/travel-guide.png) no-repeat;}
.gcticon-Tutorial{background: url(/images/contenttype/tutorial.png) no-repeat;}
.gcticon-Unboxing-Video{background: url(/images/contenttype/unboxing-video.png) no-repeat;}
.gcticon-User-Guide{background: url(/images/contenttype/user-guide.png) no-repeat;}
.gcticon-Video-Script{background: url(/images/contenttype/video-script.png) no-repeat;}
.gcticon-Vignette{background: url(/images/contenttype/vignette.png) no-repeat;}
.gcticon-Web-Page{background: url(/images/contenttype/webpage.png) no-repeat;}
.gcticon-Webinar-Script{background: url(/images/contenttype/webinar.png) no-repeat;}
.gcticon-Whitepaper{background: url(/images/contenttype/white-paper.png) no-repeat;}
.gcticon-Workshop-Materials{background: url(/images/contenttype/workshop-materials.png) no-repeat;}
.gcticon-Other{background: url(/images/contenttype/ad-copy.png) no-repeat;}
.sidebar ul li.DreamerIcon a.actived, .sidebar ul li.DreamerIcon a:hover {
    color: #3713d8
}
.sidebar ul li.ProducerIcon a.actived, .sidebar ul li.ProducerIcon a:hover {
    color: #007acc
}
.sidebar ul li.ModelerIcon a.actived, .sidebar ul li.ModelerIcon a:hover {
    color: #95a5a6
}
.sidebar ul li.AnalystIcon a.actived, .sidebar ul li.AnalystIcon a:hover {
    color: #d81b60
}
.sidebar ul li.ManageIcon a.actived, .sidebar ul li.ManageIcon a:hover {
    color: #95a5a6
}
.breadcrumbs a, .breadcrumbs a:hover, .breadcrumbs a:visited, .breadcrumbs a:active {
    color: #282828;
}
input.apple-switch:focus {
    outline: none;
}

input.apple-switch {
    position: relative;
    appearance: none;
    outline: none;
    width: 60px !important;
    height: 30px !important;
    background-color: #ffffff;
    border: 1px solid #D9DADC;
    border-radius: 50px;
    box-shadow: inset 30px 0 0 0 #ffffff;
    transition-duration: 200ms;
    cursor: pointer;
}

input.apple-switch:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 30px;
    width: 26px;
    height: 26px;
    background-color: transparent;
    border-radius: 50%;
    box-shadow: -3px 1px 3px rgba(0,0,0,0.1)
}

input.apple-switch:checked {
    border-color: #007acc;
    box-shadow: inset -30px 0 0 0 #007acc;
}

input.apple-switch:checked:after {
    left: 1px;
    box-shadow: 2px 4px 6px rgba(0,0,0,0.2);
}
.selPermission, .selPermissionCustom {
    display: none
}

.sec-breadcrumb a.Generate-breadcrumbsItem {cursor:pointer}
.margintop20{margin-top:20px;}
h5.required span:nth-of-type(1){background-color:#ff0000;color:#ffffff;margin-right:5px;padding-left:2px;padding-right:2px;}
label.required span:nth-of-type(1){background-color:#ff0000;color:#ffffff;margin-right:5px;}
h5.required span:nth-of-type(2){color:#ff0000;}label.required span:nth-of-type(2){color:#ff0000;font-family: helvetica-w01-bold, sans-serif;}
.flexcenter{display:flex;align-items:center;}
label.required #EstimatedCost, label.required .estimatetoken{color:#ffffff}
.learn-more-block{display:flex;align-items:center;border:1px #ccc solid;border-radius:15px;padding:10px 0 10px 10px;margin-top:20px;justify-content:space-between}
.learn-more-icon{width:50px; height:41px;}
.learn-more-arrow{width:40px;background:url('/images/learn-more-arrow.png') no-repeat center;height:50px;background-size:35px;height:50px;}
.learn-more-text{width:calc(100% - 94px);color:#282828;}
.learn-more-link:hover .learn-more-text {
    color: #282828;
}
.body-content a.learn-more-link, .body-content a.learn-more-link:hover {
    text-decoration: none;
}
.noborder {
    border: 2px solid transparent!important;
    cursor:default!important;
}
.draggable-item.ing {
    touch-action: none;
}
.loading{padding-top:10px;}
body.dragging,
body.dragging * {
    user-select: none !important;
    -webkit-user-select: none !important;
    -ms-user-select: none !important;
}
.locationitem{display:inline-flex;align-items:center;}
.createsubfolder {
    display: inline-flex;
    align-items: center;
    width: 20px;
    height: 16px;
    margin-left: 20px;
    cursor: pointer;
    margin-top: -2px;
    background: none !important;
}

.createsubfolder .create-folder-svg {
    width: 26px;
    height: 22px;
}
.locationitem.selected {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}
#createfolderBox{width:100%}
.localArrow {
    transition: transform 333ms ease-out, color 333ms;
    width: 10px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
}

.localArrow svg {
    width: 10px;
    height: 17px;
    display: block;
}

/* Rotate arrow when open */
.collapse-title.Open > .localArrow {
    transform: rotate(90deg);
}
.producer-Square svg, .analyst-Square svg, .modeler-Square svg, .dreamer-Square svg, .setting-Square svg {
    width: 15px;
    height: 15px;
    margin-top: -3px;
    margin-right: 4px;
    vertical-align: middle;
}
.producer-Square svg path,.movelevel.producer .create-folder-svg path{fill:#007acc;}
.analyst-Square svg path,.movelevel.analyst .create-folder-svg path{fill:#d81b60;}
.modeler-Square svg path,.movelevel.modeler .create-folder-svg path{fill:#95a5a6;}
.dreamer-Square svg path,.movelevel.dreamer .create-folder-svg path{fill:#3713d8;}
.setting-Square svg path,.movelevel.setting .create-folder-svg path{fill:#282828;}
.producer-Square svg path,.movelevel.producer svg path{stroke:#007acc;}
.analyst-Square svg path,.movelevel.analyst svg path{stroke:#d81b60;}
.modeler-Square svg path,.movelevel.modeler svg path{stroke:#95a5a6;}
.dreamer-Square svg path,.movelevel.dreamer svg path{stroke:#3713d8;}
.setting-Square svg path,.movelevel.setting svg path{stroke:#282828;}
.mob-menu-item-icon svg {
    width: 40px;
    height: 35px;
    margin-right: 0;
}
.popup:has(.switchForm) {
    min-height: 440px;
    width: 740px;
}
#switchForm {
    background-color: white;
    border-radius: 10px;
    min-height: 353px;   
}

@media (max-width: 768px) {
    #switchForm {
        width: 100%;
    }

    .pill-container {
        width: 100%;
        margin-left: auto
    }
}
