/* ==== ==== ==== Buttons ==== ==== ==== */
body button {
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    padding: 0;
}

body button:disabled {
    cursor: default;
}

body button._ico {
    border: none;
    background-color: transparent;
    cursor: pointer;
}

a,
.btn,
.btn>div,
.btni>div>div {
    font-weight: 300;
    font-size: 13px;
}

.btn,
.btn>div,
.btn:hover,
.btn:active,
.btn:visited,
.btn:focus,
.btnTag,
.icon {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*-webkit-appearance: none;*/
    outline: none;
    outline: 0;
}

.btn {
    display: inline;
    position: relative;
    border: none;
    border-radius: 0px;
    white-space: nowrap;
    background: transparent;
    padding: 0.5px;
}

.btn:disabled {
    opacity: 0.3;
    cursor: default;
}

.btn>div:disabled:hover,
.btn._tb2>div._disabled {
    pointer-events: none;
}

.btn .btnValue {
    /*    font-family: 'Roboto';*/
    font-size: 0.8rem;
    text-transform: capitalize;
    background-color: rgba(255, 255, 255, 0.5);
    margin-left: 4px;
    border-radius: 4px;
    padding: 2px 6px;
}

.btn>div {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn>div:before,
.btn>div:after {
    font-smooth: never;
    -webkit-font-smoothing: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-stroke: 0px black;
}

.btn ._btnu {
    /*unselected buttons*/
}

/*.btn._tb1 > div,*/
.btn._tb2>div,
.btn._tb2a>div,
.btn._tb2b>div,
.btn._tb2s>div,
.btn._tb3>div,
.btn._tb3s>div,
.btn._tb4>div,
.btn._tb5>div,
.btn._tb5s>div,
.btn._tb6>div

/*.btn._tb7>div */
    {
    min-width: 2px;
    min-height: 32px;
    margin-top: 0px;
    /*padding-top: 1px;*/
    padding-bottom: 0px;
    letter-spacing: 0.2px;
    padding-left: calc(24px + 0.2px);
    padding-right: 24px;
    white-space: nowrap;
    color: black;
}

.btn._tb2s>div,
.btn._tb3s>div,
.btn._tb5s>div {
    font-size: 0.7rem;
    min-height: 22px;
    padding-left: calc(18px + 0.18px);
    padding-right: 18px;
}

.btn._tb2a>div {
    color: var(--btn_T1_4_Color);
    background-color: var(--btn_T1_4_Background);
    border-radius: var(--btn_T1_4_BRadius);
    border: 1px solid var(--btn_T1_4_BorderColor);
    font-size: 0.9rem;
    font-weight: 600;
}

.btn._tb2a>div:hover {
    background-color: var(--btn_T1_4_hover);
}

.btn._tb2b>div {
    color: var(--btn_T1_5_Color);
    background-color: var(--btn_T1_5_Background);
    border-radius: var(--btn_T1_5_BRadius);
    border: 1px solid var(--btn_T1_5_BorderColor);
    font-size: 0.9rem;
    font-weight: 600;
    cursor: auto;
}

.btn._tb2b>div:hover {
    background-color: var(--btn_T1_5_hover);
    color: var(--btn_T1_5_hoverColor)
}

.btn._tb2>div,
.btn._tb2s>div {
    color: var(--btn_T1_2_Color);
    background-color: var(--btn_T1_2_Background);
    border-radius: var(--btn_T1_2_BRadius);
    font-size: 0.9rem;
    font-weight: 600;
}

.btn._tb2s>div {
    font-size: 0.72rem;
    font-weight: 400;
}

.btn._tb2s>div:hover,
.btn._tb2>div:hover {
    background-color: var(--btn_T1_2_hover);
}

.btn._tb3>div,
.btn._tb3s>div {
    color: var(--btn_T1_3_Color);
    background-color: var(--btn_T1_3_Background);
    border-radius: var(--btn_T1_3_BRadius);
    font-weight: 400;
}

.btn._tb3>div:hover,
.btn._tb3s>div:hover {
    background-color: var(--btn_T1_3_hover);
}

.btn._tb4 {
    margin-left: 8px;
    margin-right: 8px;
}

.btn._tb4>div {
    height: 18px;
    font-size: 13.5px;
    font-weight: 500;
    /*border-bottom: 2px solid #00a801;*/
    border-bottom: 2px solid transparent;
    padding-top: 2px;
    letter-spacing: 0.4px;
    padding-left: calc(0px + 0.4px);
    padding-right: 0px;
    transition: border-bottom 0.35s;
}

.btn._tb4>div,
.uv-headerNav-wrap .btn._ico>div:before {
    color: var(--btn_T1_6_Color);
    height: auto;
}




.uv-headerNav .btn.btn_disabled>div {
    opacity: 0.4
}

.btn._tb4>div:hover {
    color: var(--btn_T1_6_hoverColor);
}

.btn._tb4_selected>div {
    border-bottom: 2px solid var(--btn_T1_6_Color);
}

.btn._tb4_selected>div:hover {
    border-bottom: 2px solid var(--btn_T1_6_hoverColor);
}

.btn._tb5>div,
.btn._tb5s>div,
.btn._tb6>div {
    letter-spacing: 0.6px;
    color: var(--btn_T1_2_Color);
    background-color: var(--btn_T1_2_Background);
    border-radius: var(--btn_T1_2_BRadius);
}

.btn._tb5>div:hover,
.btn._tb5s>div:hover,
.btn._tb6>div:hover {
    background-color: var(--btn_T1_1_hover);
}

/*
.btn._tb7 {
    margin-left: 8px;
    margin-right: 8px;
}

.btn._tb7 > div {
    height: 18px;
    font-size: 13.5px;
    font-weight: 400;
    border-bottom: 2px solid #00a801;
    border-bottom: 2px solid transparent;
    padding-top: 2px;
    letter-spacing: 0.4px;
    padding-left: calc(0px + 0.4px);
    padding-right: 0px;
    color: var(--btn_T1_7_Color);
    transition: border-bottom 0.35s;
}

.btn._tb7 > div:hover{
	color: var(--btn_T1_7_hoverColor);
}
 */
.btn._tb8 {
    width: 100%;
}

.btn._tb8>div {
    justify-content: left;
    width: inherit;
    background-color: var(--btn_T1_8_Background);
    color: var(--btn_T1_8_Color);
    font-size: 14px;
    border-radius: 6px;
    font-weight: 600;
    margin-bottom: 2px;
    white-space: normal;
    padding: 8px 8px;
}

.btn._tb8>div:before {
    font-family: "MaterialIconsOutlined-Regular";
    font-size: 24px;
    font-weight: 100;
    color: var(--colorIconC3);
    content: '\e145';
    margin-right: 4px;
}

body ._tb8.iconInsertQuestion>div:before {
    content: '\e242';
}

body ._tb8.iconInsertCondition>div:before {
    content: '\f184';
}

body ._tb8.iconInsertSpecialFields>div:before {
    content: '\e875';
}

body ._tb8.iconInsertQuestionNew>div:before {
    content: '\e8cd';
}

body ._tb8.iconInsertQuestionImage>div:before {
    content: '\e3f4';
}

body ._tb8.iconInsertQuestionSection>div:before {
    content: '\e8e9';
}

.btnT1_2_L,
.btnT1_2_R {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    align-items: center;
    background-color: var(--btnT2_1_Background);
    padding: 8px 8px 10px 8px;
    border-radius: var(--btnT2_1_BRadius);
    cursor: pointer;
    border-bottom: 1px solid var(--btnT2_1_BorderBottomLine)
}

.btnT1_2_L>div,
.btnT1_2_R>div {
    color: var(--btnT2_1_Color);
    font-size: 14px;
    border-radius: 6px;
    white-space: normal;
}

.btnT1_2_L:hover *,
.btnT1_2_R:hover * {
    color: var(--btnT2_1_hover);
}

.btnT1_2_L>div:nth-child(1) {
    font-family: "MaterialIconsOutlined-Regular";
    font-size: 20px;
    font-weight: 100;
    color: var(--btnT2_1_IcoColor);
}

.btnT1_2_L>div:nth-child(2) {
    justify-content: flex-start;
    flex: 1;
    font-weight: 500;
    padding-left: 10px;
    padding-top: 1px;
}

.btnT1_2_R>div:nth-child(1) {
    justify-content: flex-start;
    flex: 1;
    font-weight: 500;
    padding-top: 1px;
}

.btnT1_2_R>div:nth-child(2) {
    font-family: "MaterialIconsOutlined-Regular";
    font-size: 20px;
    font-weight: 100;
    color: var(--btnT2_1_IcoColor);
}

.btnT1_3_LR {
    display: flex;
    flex-direction: row;
    align-content: space-between;
    align-items: center;
    background-color: var(--btnT2_1_Background);
    padding: 8px 8px 10px 8px;
    border-radius: var(--btnT2_1_BRadius);
    cursor: pointer;
    border-bottom: 1px solid var(--btnT2_1_BorderBottomLine)
}

.btnT1_3_LR>div {
    color: var(--btnT2_1_Color);
    font-size: 14px;
    border-radius: 6px;
    white-space: normal;
}

.btnT1_3_LR:hover * {
    color: var(--btnT2_1_hover);
}

.btnT1_3_LR>div:nth-child(2) {
    justify-content: flex-start;
    flex: 1;
    font-weight: 500;
    padding-left: 10px;
    padding-top: 1px;
}

.btnT1_3_LR>div:nth-child(1),
.btnT1_3_LR>div:nth-child(3) {
    font-family: "MaterialIconsOutlined-Regular";
    font-size: 20px;
    font-weight: 100;
    color: var(--btnT2_1_IcoColor);
}

/* ==== ==== ==== Icon ==== ==== ==== */
._ico>div {
    display: flex;
    align-items: center;
    background-color: transparent;
    font-size: 12px;
    padding: 0px;
}

._ico>div::before:hover {
    color: var(--backgroundBG2_hover);
}

._ico>div:before {
    font-family: "MaterialIconsOutlined-Regular";
    font-size: 20px;
    font-weight: 100;
    line-height: 1em;
    color: var(--colorIconC3);
    padding: 0px;
}

/* ==== ==== ==== Button icon ==== ==== ==== */
.btni {
    padding: 0px;
}

.btni>div {
    padding: 0px;
    color: black;
}

.btni>._ico {
    border: none;
    border-radius: 0px;
    white-space: nowrap;
    background: transparent;
    padding: 0.5px;
    justify-content: center;
}

.btni ._ico>div {
    display: inline-flex;
    flex-direction: column;
    cursor: pointer;
    font-size: 12.5px;
    font-weight: 400;
}

.btni ._ico>div:before {
    font-size: 20px;
    margin-bottom: 4px;
}

.menuDev h5,
.menuDev .btni div {
    color: #afafaf;
}

/* ==== ==== ==== Tags  ==== ==== ==== */
body .tagT1 {
    background-color: #d9dae1;
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 6px;
    font-weight: 500;
}

body .tagT2>div {
    align-items: flex-start;
    background-color: var(--fontTag_T1_BGcolor);
    color: var(--fontTag_T1_color);
    font-size: 12px;
    border-radius: 6px;
    font-weight: 400;
    margin-bottom: 4px;
    white-space: normal;
    padding: 8px 8px;
    vertical-align: top;
}

body .tagT2>div:before {
    font-family: "MaterialIconsOutlined-Regular";
    font-size: 18px;
    font-weight: 100;
    color: var(--colorIconC3);
    margin-right: 4px;
}

body .tagT2.iconPlus>div:before {
    content: '\e145';
}

body .tagT2.iconDrag>div:before {
    content: '\e166';
}

body .tagT2.iconDrag_disabled {
    cursor: default;
    opacity: .4;
    filter: saturate(.4);
}

body .tagT2-disabled {
    pointer-events: none;
    opacity: 0.5;
}

body .tagP2,
body .tagP3,
body .tagP4 {
    display: inline-flex;
    align-items: center;
    min-height: 24px;
    padding: 3px 12px 2px 8px;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 0.8rem;
    line-height: 1em;
    background-color: var(--naturalsColorGray);
    border-radius: 12px;
    text-transform: capitalize;
}

body .tagP2:before,
body .tagP3:before,
body .tagP4:before {
    font-family: "MaterialIconsOutlined-Regular";
    content: '\e86c';
    font-weight: 100;
    padding: 0px;
    margin: 0px;
    margin-top: -2px;
    line-height: 0px;
    font-size: 1rem;
    margin-right: 4px;
}

body .tagP2,
body .tagP2:before {
    color: var(--neutralsSecondaryColor);
}

body .tagP3,
body .tagP3:before {
    color: red;
}

body .tagP4,
body .tagP4:before {
    color: green;
}



/* ==== ==== ==== Button icon ==== ==== ==== */
.menuTabB {
    padding-left: 8%;
    padding-right: 8%;
}

.menuTabB .btni {
    margin-bottom: 18px;
}

/* ==== ==== ==== Button icon ==== ==== ==== */
.menuTabA {
    margin-top: 24px;
    padding-left: 8%;
    padding-right: 8%;
}

.menuTabA .btni {
    padding: 0px;
    padding: 4px 8px;
    margin-top: 20px;
    border-radius: 8px;
}

.menuTabA .btni:first-child {
    margin-top: 0px;
}

.menuTabA .btni:active {
    background-color: transparent;
}

.menuTabA .btni>div {
    padding: 0px;
    color: black;
}

.menuTabA .btni>._ico {
    border: none;
    border-radius: 0px;
    white-space: nowrap;
    background: transparent;
    padding: 0.5px;
    justify-content: center;
}

.menuTabA .btn ._ico>div {
    font-family: 'Poppins';
    letter-spacing: 0px;
}

.menuTabA .btn ._ico>.title {
    margin-left: 15px;
}

.menuTabA .btni ._ico>div {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    l: 0px;
}

.menuTabA .btni ._ico>div:before {
    font-size: 20px;
    margin-right: 16px;
    margin-top: 2px;
    color: var(--colorIconC3);
}

.menuTabA .btnSub {
    width: 100%;
    margin-right: 16px;
    margin-bottom: 8px;
    padding-left: 46px;
}

.menuTabA .btnSub div {
    font-size: 0.80rem;
}

._iMenu>div:before {
    content: '\e5d2';
}

._iHome>div:before {
    content: '\e88a';
}


._iTpl>div:before {
    content: '\e99b';
}

._iDoc>div:before {
    content: '\e873';
}

._iNote>div:before {
    content: '\f040';
}

._iReport>div:before {
    content: '\e85c';
}

._f272>div:before {
    content: '\ea10';
}

._iSettings>div:before {
    content: '\e8b8';
}

._iProfile>div:before {
    content: '\e2c9';
}

._iForms>div:before {
    content: '\e8ef';
}

._iPlusC>div:before {
    content: '\e148';
}

._iDel>div:before {
    content: '\e92e';
}

._iArrowTop>div:before {
    content: '\e5d8';
}

._iArrowDown>div:before {
    content: '\e5db';
}

._iArrowLeft>div:before {
    content: '\e5cb';
}

._iArrowRight>div:before {
    content: '\e409';
}

._iArrowARight>div:before {
    content: '\e5c8';
}

._iDuplicate>div:before {
    content: '\e14d';
}

._iEdit>div:before {
    content: '\e254';
}

._iMoreV>div:before {
    content: '\e5d4';
}

._iDrag>div:before {
    content: '\e945';
}

._iAdd>div:before {
    content: '\e145';
}

._iClose>div:before {
    content: '\e5cd';
}

._iAppl>div:before {
    content: '\e875';
    color: rgb(109, 118, 167);
}

._iPage1>div:before {
    content: '\e24d';
}

._iArrowSS>div:before {
    content: '\f1e3';
}

._iArrowNE>div:before {
    content: '\f1e1';
}

._iArrowNW>div:before {
    content: '\f1e2';
}

._iDelete>div:before {
    content: '\e872';
}

._iClock>div:before {
    content: '\e889';
}

._iClock1>div:before {
    content: '\e8b5';
}

._iArchive>div:before {
    content: '\e1a1';
}

._iCircle1>div:before {
    content: '\e86a';
}

._iUserSettings>div:before {
    content: '\f02e';
}

._iUser>div:before {
    content: '\e7fd';
}

._iAppSettings>div:before {
    content: '\e429';
}

._iLogOut>div:before {
    content: '\e9ba';
}

._iEye>div:before {
    content: '\e8f4';
}

._iCalendar1>div:before {
    content: '\e8df';
}

._iVersions>div:before {
    content: '\e889';
}

._iDownload>div:before {
    content: '\f090';
}

._iPreview>div:before {
    content: '\e326';
}

._iCheck>div:before {
    content: '\e86c';
}

._iAI > div:before,
._iAIselected > div:before {
    content: '\e894';
}

._iPersonAdd > div:before {
    content: '\ef65';
}

._iSearch>div:before {
    content: '\e8b6';
}

._iHelp {
    left: 4px;
    top: 2px;
}

._iHelp>div:before {
    content: '\e8fd';
    font-size: 16px;
    color: #b8bbc7;
}

._iScomplete>div:before {
    content: '\e876';
    font-size: 16px;
    color: white;
    margin: auto;
}

._iSwarning>div:before {
    content: '\e7f4';
    font-size: 16px;
    color: white;
    margin: auto;
    text-align: center;
}

._iSproblem>div:before {
    content: '\e7f4';
    font-size: 16px;
    color: white;
    margin: auto;
    padding: 0px;
}


._uAuditTrail>div:before {
    content: '\f0c5';
}

.nav_table .btn {
    margin-left: 12px;
}

.nav_table .btn>div,
.nav_table .btn._btnu>div {
    color: var(--btnPrimaryColor);
    font-size: 0.8rem;
    font-weight: 400;
}

.nav_table .btn>div:hover,
.nav_table .btn._btnu>div:hover {
    color: var(--btnPrimaryBgColor);
}

.nav_table .btn>div:before,
.nav_table .btn._btnu>div:before {
    margin-right: 4px;
    color: var(--btnPrimaryColor);
}

.nav_table .btn>div:hover:before {
    color: var(--btnPrimaryBgColor);
}

.nav_table .btn._btnu>div,
.nav_table .btn._btnu>div:hover,
.nav_table .btn._btnu>div:before,
.nav_table .btn._btnu>div:hover:before {
    cursor: default;
    color: var(--btnStatusDisabledColor);
}

.nav_button_back_wrp {
    display: flex;
    align-items: center;
}

.nav_button_back_wrp ._iArrowLeft {
    border: 1px solid black;
    border-radius: 4px;
    margin-right: 6px;
}

.nav_button_back_wrp ._iArrowLeft>div:before {
    color: black;
}

body .nav_left .btn {
    margin-right: 8px;
}

body .nav_right .btn {
    margin-left: 8px;
}

@media screen and (max-width: 700px) {
    .menuTabA {
        margin-top: 4px;
        padding-left: 0;
        padding-right: 0;
    }

    .menuTabA .btnSub {
        background-color: aqua;
        margin-right: 0;
        padding-left: 0px;
    }
}