﻿/*/////////Public\\\\\\\\\*/

body {
    font-size: 14px;
    position: relative;
}

ul {
    padding: 0;
    margin: 0;
}

svg {
    vertical-align: middle !important;
}

* {
    margin: 0;
    padding: 0;
}

a:hover, a:focus, a:active {
    color: inherit !important
}

a {
    text-decoration: none !important;
    color: inherit;
}

ul {
    list-style-type: none;
}

.Page_full {
}


.supplier-panel {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.modal-open {
    overflow: hidden;
    padding: 0 !important;
}

.modal-open-control {
    overflow: hidden;
    padding: 0 !important;
}

code, kbd, pre, samp {
    direction: rtl;
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/Vazir/eot/Vazir-Bold-FD.eot'), url('../fonts/Vazir/woff2/Vazir-Bold-FD.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/Vazir/woff/Vazir-Bold-FD.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/Vazir/ttf/Vazir-Bold-FD.ttf') format('truetype');
}


@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/Vazir/eot/Vazir-Medium-FD.eot');
    src: url('../fonts/Vazir/eot/Vazir-Medium-FD.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/Vazir/woff2/Vazir-Medium-FD.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/Vazir/woff/Vazir-Medium-FD.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/Vazir/ttf/Vazir-Medium-FD.ttf') format('truetype');
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/Vazir/eot/Vazir-Light-FD.eot');
    src: url('../fonts/Vazir/eot/Vazir-Light-FD.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/Vazir/woff2/Vazir-Light-FD.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/Vazir/woff/Vazir-Light-FD.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/Vazir/ttf/Vazir-Light-FD.ttf') format('truetype');
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/Vazir/eot/Vazir-Thin-FD.eot');
    src: url('../fonts/Vazir/eot/Vazir-Thin-FD.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/Vazir/woff2/Vazir-Thin-FD.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/Vazir/woff/Vazir-Thin-FD.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/Vazir/ttf/Vazir-Thin-FD.ttf') format('truetype');
}

@font-face {
    font-family: Vazir;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Vazir/eot/Vazir-FD.eot');
    src: url('../fonts/Vazir/eot/Vazir-FD.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/Vazir/woff2/Vazir-FD.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/Vazir/woff/Vazir-FD.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/Vazir/ttf/Vazir-FD.ttf') format('truetype');
}

input:disabled {
    background-color: #eee;
}

.full-size {
    float: right;
    width: 100%;
}

body {
    background-color: #f0f0f0;
    color: #000000;
}

*[onclick] {
    cursor: pointer
}

a, a:hover, a:focus {
    text-decoration: none;
}

#captcha {
    margin: -2px 0px 0px 4px;
}

    #captcha ~ img {
        width: 25px;
        float: left;
    }


/*Login*/

.main-login-box {
    text-align: center;
    float: none;
    margin: auto;
    max-width: 420px;
}

.loginbox {
    margin: 50px auto;
}

.loginformbox {
    float: right;
    width: 100%;
    margin: 0 auto;
    /* width: 400px; */
    max-width: 100%;
    /* min-height: 550px; */
    text-align: center;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 16px;
}

.loginformboxHeader img {
    width: 80px;
    margin: auto auto 40px auto;
    border-radius: 15px;
    object-fit: contain;
}

.loginformboxHeader h3 {
    font-size: 1.5em;
    color: #283252;
    font-weight: 500;
    margin-bottom: 3px;
}

.loginformboxHeader h4 {
    font-size: .63em;
    font-weight: 400;
    color: #999;
}

.loginformboxHeader {
    text-align: center;
    padding: 25px 0;
    font-size: 13px;
}

.loginformitem input[type="text"], .loginformitem input[type="password"] {
    box-shadow: none !important;
    border: 0;
    padding: 11px 42px 11px 8px;
    font-size: .85em !important;
    min-height: 40px;
    color: #363636;
    border-radius: 3px;
    border: 1px solid #dbdbdb;
    background-color: transparent;
}

.loginformbox .button-row.form-group.my_form-group {
    display: flex;
    width: auto
}

.m-btn-i {
    display: flex;
    border-radius: 3px;
    width: fit-content;
    margin: 0 0px 4px 5px;
    cursor: pointer;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    transition: all .3s ease;
    position: relative
}

.m-btn-i span {
    position: absolute;
    right: 7px;
}

    .m-btn-i a {
        padding: 7px 22px 7px 12px;
        margin-right: 5px;
        font-size: 13px;
        position: relative;
        z-index: 1;
    }


.loginformitem label {
    display: none;
}

.input-effects svg {
    color: #b5b5b5;
    font-size: 1.1em;
    position: absolute;
    top: 52%;
    right: 20px;
    transform: translateY(-50%);
}

.loginformitem {
    position: relative;
}

.loginformitem {
    float: right;
    width: 100%;
    margin: 5px 0px;
    padding: 3px 5px 0 8px;
}

    .loginformitem input:-webkit-autofill,
    .loginformitem input:-webkit-autofill:hover,
    .loginformitem input:-webkit-autofill:focus,
    .loginformitem textarea:-webkit-autofill,
    .loginformitem textarea:-webkit-autofill:hover,
    .loginformitem textarea:-webkit-autofill:focus,
    .loginformitem select:-webkit-autofill,
    .loginformitem select:-webkit-autofill:hover,
    .loginformitem select:-webkit-autofill:focus


    input:-internal-autofill-selected,
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    textarea:-webkit-autofill,
    textarea:-webkit-autofill:hover,
    textarea:-webkit-autofill:focus,
    select:-webkit-autofill,
    select:-webkit-autofill:hover,
    select:-webkit-autofill:focus {
        -webkit-text-fill-color: #484848;
        font-size: 12px !important;
        background-color: #fff !important;
        -webkit-box-shadow: 0 0 0 30px white inset !important;
        box-shadow: 0 0 0 30px white inset !important;
        padding-top: 12px;
    }

    .loginformitem input::placeholder {
        color: #bfbfbf;
        font-size: 13px
    }

/*Header*/
.header_rc {
    padding-top: 15px;
    display: flex;
    padding-right: 55px;
    justify-content: space-between;
}

.welcome-message {
    margin: 5px 0 15px 0;
    z-index: 1;
    font-size: 13px;
    width: auto;
    color: #fff;
    display: flex;
    padding: 0;
    align-items: center;
}


.welcome-image-user img {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    object-fit: cover;
}

.welcome-message > div {
    display: flex;
    flex-direction: column-reverse;
    padding: 7px;
    color: #2b2b2b;
}

.welcome-image-user {
    width: 50px;
    height: 50px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #ececec;
}

.date-welcome-box {
    font-size: .95em;
    color: #a2a5b9;
}

.name-welcome-box {
    font-size: 1.2em;
    font-weight: 500;
    color: #283252;
}
/*Header*/
.form-group.my_form-group input[type="radio"]:first-child, .form-group.my_form-group input[type="checkbox"]:first-child {
    margin-right: 7px !important;
}

.form-group.my_form-group input[type="radio"], input[type="radio"], .form-group.my_form-group span input[type="radio"] {
    height: auto !important;
    margin: 11px 14px 11px 7px !important;
}

.form-group.my_form-group input[type="radio"], .form-group.my_form-group input[type="checkbox"], .form-group.my_form-group span input[type="radio"], .form-group.my_form-group span input[type="checkbox"] {
    margin: 4px;
}

input[type="radio"]:first-child {
    margin-right: 0;
}

.my_form-group_box, .item.date-picker {
    padding: 5px 6px;
    color: #8b8d9a;
    padding-bottom: 0;
    width: 100%;
}

.my_form-group_box, .item.date-picker, .my_form-group_select, .form-generator .form-column-item.drp, .form-generator .form-column-item > .item.drp {
    height: auto;
    font-size: .90em;
    min-height: 45px;
}

    .my_form-group_box label {
        font-weight: normal;
        font-size: 13px;
    }

.my_form-group_box, .my_form-group_select, .my_form-group_wfrdpc, .setting-alarm, .form-generator .form-column-item.drp, .form-generator .form-column-item > .item.drp, .item.date-picker {
    border: 1px solid #dbdbdb;
    width: 100%;
    min-width: fit-content;
    border-radius: 3px;
    box-shadow: none;
    color: #8b8d9a;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    float: right;
    height: 45px;
    font-size: .9em;
    text-align: right
}

input[type="radio"]:checked, input[type="radio"]:not(:checked) {
    position: relative;
    vertical-align: middle;
    padding-right: 28px;
    cursor: pointer;
    line-height: 20px;
    display: initial;
    color: #A7A9AB;
    margin: 4px 14px 4px 10px;
}

    input[type="radio"]:checked:before {
        opacity: 1;
        -webkit-transform: scale(.7);
        transform: scale(.7);
        z-index: 1;
    }

    input[type="radio"]:checked:before, input[type="radio"]:not(:checked):before {
        content: '';
        width: 12px;
        height: 12px;
        background: #b7b7b7;
        position: absolute;
        top: 0px;
        right: 0;
        border-radius: 100%;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    input[type="radio"]:checked:before, input[type="radio"]:not(:checked):before {
        background: #419295;
    }

    input[type="radio"]:not(:checked):before {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    input[type="radio"]:checked:after, input[type="radio"]:not(:checked):after {
        content: '';
        position: absolute;
        right: -2px;
        top: -2px;
        width: 16px;
        height: 16px;
        border: 1px solid #cecece;
        border-radius: 100%;
        background: #ffffff;
    }
/*Login*/


.my_form-group_lable {
    float: right;
}

.form-group.my_form-group > label.my_form-group_lable, .form-generator .form-column {
    color: #a2a2a2;
    font-weight: 400;
    padding: 0 5px;
    font-size: .9em;
    min-height: 19px;
}

.content_rc_item_content .form-control ~ label, .form-control ~ label, .content_rc_item_content .my_form-group_box ~ label, .item.date-picker ~ .my_form-group_lable, .form-group.my_form-group > div + .my_form-group_lable {
    top: 21px;
    position: absolute;
    font-size: 12px;
    visibility: visible;
    z-index: 1;
    right: 14px;
    padding: 0 5px;
    background: #fff;
    color: #a2a2a2;
    transition: 0.3s;
}

.form-control:placeholder-shown ~ label {
    visibility: hidden;
    z-index: -1;
}

.content_rc_item_content .form-control:not(:placeholder-shown) ~ label, .form-control:not(:placeholder-shown) ~ label, .content_rc_item_content .form-control:not(:placeholder-shown) ~ label, .content_rc_item_content .my_form-group_box ~ label, .content_rc_item_content .my_form-group_box ~ label, .item.date-picker ~ .my_form-group_lable, .form-group.my_form-group > div ~ .my_form-group_lable {
    top: 0;
    font-size: .9em;
    visibility: visible;
    z-index: 1;
    min-height: 19px;
    display: flex;
    align-items: center;
    font-weight: 400;
}


.form-group.my_form-group {
    margin-top: 10px;
    font-size: 14px;
    text-align: right;
    min-height: 35px;
    width: 100%;
    padding: 0 20px;
    margin: 5px 0;
}

.form-group.my_form-group, .form-control-div {
    width: 25%;
    float: right;
    padding: 10px 5px 0px 10px;
}

.form-group.my_form-group {
    margin-top: 7px;
    position: relative;
    display: inline-block;
    float: right;
}

.menu-custom {
    float: left;
}

.title-page {
    color: #283252;
    font-size: 1.15em;
    margin: 5px 0;
    display: block;
    font-weight: 500;
}

.custom-modal .Dark_Cyan {
    border-top-color: transparent;
}
.content_rc_item_head, fieldset.content_rc_item legend {
    padding: 15px 25px;
    width: 100%;
    border-style: solid none;
    border-bottom-width: 1px;
    text-align: right;
    border-color: #ebedf2;
    border-top: none;
}

.content_rc_item {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    text-align: center;
    margin: 0 auto 5px auto;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .content_rc_item .content_rc_item {
        border: none
    }

.content_rc_item_content {
    width: 100%;
    padding: 20px;
    float: right;
}

.tab-box {
    float: right;
    width: 100%;
    padding: 0;
}

.accordion, .accordion-tab {
    float: right;
    position: relative;
    color: #283252;
    cursor: pointer;
    padding: 18px 20px;
    width: 100%;
    text-align: left;
    outline: none;
    border: 1px solid #e5e5e5;
    font-size: .9em;
    background: #ffffff;
    border-radius: 5px;
    transition: 0.4s;
    text-align: right;
    margin: 10px 0 0 0;
    font-weight: 500;
    transition: all .3s ease;
    display: flex;
}

.panel-content {
    width: 100%;
    float: right;
    padding: 0 15px 20px 15px;
    background-color: white;
    height: auto;
    display: none;
    border: 1px solid #e5e5e5;
    margin-top: 0;
    border-radius: 0;
    border-top: none !important;
    overflow: inherit;
    animation: max-height 0.2s ease-out;
}

.arrow {
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    float: right;
    cursor: pointer;
    margin: 0 3px;
}

.accordion-tab .arrow {
    margin: 0;
    display: none;
}

.accordion:after, .accordion-tab:after, .setting-tab + div .active-step .accordion-tab:after, .setting-tab + div .accordion-tab.active:after, .setting-user .accordion-tab:after {
    content: "\f067";
    color: #74788d;
    font-family: "Font Awesome 5 Pro";
    font-weight: bold;
    float: right;
    position: absolute;
    left: 10px;
    font-size: 13px;
    width: 22px;
    margin-left: 5px;
    border: 2px solid #fff;
    height: 22px;
    border-radius: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}

.setting-tab + div .accordion:after, .accordion-tab.active:after {
    border-color: #e5e5e5 !important;
    box-shadow: -1px 3px 10px 0 rgba(0, 0,0, .06);
    transform: rotate(45deg);
}

fieldset {
    width: 100%;
}

.panel-content > fieldset {
    text-align: right;
    padding-top: 12px;
}

.item-language > span {
    display: none;
}

.r-tool-tip > img {
    width: 21px;
    /* margin: 5px 2px; */
    max-width: 100%;
}

.user_info_rc img {
    background: none;
    width: 25px;
    height: 25px;
    margin: 3px;
    object-fit: cover;
    border-radius: 1px;
}

.site_info_rc {
    width: 100%;
    padding: 0;
    margin: 5px 0px;
    display: flex;
    flex-direction: row-reverse;
}

.top_icon_action li {
    float: left;
    list-style: none;
    min-width: 37px;
    position: relative;
    border-radius: 5px;
    margin: 4px;
}

.top_icon_action > li > a {
    cursor: pointer;
    color: #ffffff;
    padding: 4px 6px;
    border-radius: 20px;
    transition: all .3s ease;
    border: 1px solid transparent;
    float: right;
}

    .top_icon_action > li > a:hover {
        background: #fff !important;
        border-color: #ededed;
        box-shadow: -1px 3px 10px 0 rgba(0, 0, 0,.06);
    }

.r-tool-tip svg {
    height: 20px;
    width: 20px !important;
    color: #a2a5b9;
}

.user_info_rc {
    padding: 0 2px;
}

.change-language .user_info_rc .btn-group {
    overflow: visible;
}

.user_info_rc .btn-group {
    float: left;
}

.top_icon_action li, .user_info_rc .btn-group {
    /* overflow: hidden; */
    position: relative;
}

.site_info_rc > .site_info_li_rc:first-of-type {
    width: 0;
    display: inline-block;
    min-width: 0;
    margin: 0;
}

.side-box {
    font-size: 16px;
    position: fixed !important;
    left: 0;
    top: 0;
    margin: 0 !important;
    background-color: #fff;
    bottom: 0;
    z-index: 99;
    padding: 22px 28px;
    border-radius: 0 !important;
    width: 330px;
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
}

    .side-box.open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
        -webkit-animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: slide-in-left 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

    .side-box.close {
        -webkit-transform: translateX(-1000);
        transform: translateX(-1000);
        opacity: 1;
        -webkit-animation: exit-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
        animation: exit-in-left 1s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    }

@-webkit-keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes slide-in-left {
    0% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}


@-webkit-keyframes exit-in-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 1;
    }
}

@keyframes exit-in-left {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-1000px);
        transform: translateX(-1000px);
        opacity: 1;
    }
}

.user-menu > a:before {
    display: none
}

.language-box ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    padding: 0 3px;
    justify-content: space-between;
}

    .language-box ul.profile-side {
        padding: 0
    }

.profile-side .user-menu {
    border-radius: 6px;
    border: 1px solid #e5e5e5;
    margin: 5px 0;
    width: 100%;
}

.profile-side .content-item-panel span {
    font-size: 1.1em;
    font-weight: 500;
}

.profile-side .user-menu > a {
    cursor: pointer;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px 15px;
}

.sign-out-btn {
    cursor: pointer;
}

.icon-user-setting-side {
    height: 30px;
    width: 33px;
    background: #fff;
    border: 1px solid #e5e5e5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #a2a5b9;
    font-size: .9em;
    border-radius: 30px;
}

.profile-side .content-item-panel {
    display: inline-block;
    margin: 5px 0 0px 0px;
    font-size: 13px;
    width: 100%;
}

.language-box h5 {
    color: #999;
    margin: 0;
    font-weight: 500;
    font-size: 1.1em;
}

.close-side, .top_icon_action li a.close-side {
    border-radius: 20px;
    color: #999;
    width: 30px;
    display: flex;
    font-size: 1.2em;
    justify-content: center;
    align-items: center;
    padding: 0;
}

    .close-side:hover, .top_icon_action li a.close-side:hover {
        color: #41b883
    }

body:after {
    position: fixed;
    content: '';
    left: 0;
    top: 0;
    margin: 0;
    background-color: transparent;
    bottom: 0;
    z-index: 0;
    right: 0;
    transition: all .3s ease;
    visibility: hidden;
}

.mask .tooltiplist {
    display: none
}

.mask:after {
    visibility: visible;
    z-index: 10;
    background-color: rgba(35,35,38, .59);
}

.language-box-header {
    display: flex;
    justify-content: space-between;
}


.item-language img {
    width: 45px;
    height: 45px;
    border-radius: 20px !important;
    object-fit: cover;
}

.language-box ul > li:first-child + li img {
    width: 55px;
    height: 56px;
    margin: -4px;
}

.item-language {
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 5px;
    border: 1.6px solid #ededed;
    background: #fff;
    box-shadow: -1px 3px 10px 0 rgba(0,0, 0,.04);
}


.tooltip-content, .road-map div p {
    position: absolute;
    transition: all .3s;
    border-radius: 2px;
    padding: 6px 10px;
    left: 50%;
    z-index: 999;
    margin-right: -50%;
    transform: translateX(-50%);
    margin: auto;
    opacity: 0;
    top: 130%;
    background: rgba(62, 62, 62, 0.94);
    display: none;
    color: #fff;
    /* height: 27px; */
    align-items: center;
    justify-content: center;
}

.right-row-buttons .tooltip-content, .r-tool-tip .tooltip-content {
    padding: 2px;
}

.tr-icon-hide-btn button:hover > .tooltip-content, .r-tool-tip:hover > .tooltip-content, .road-map div svg:hover ~ p {
    opacity: 1;
    display: flex;
    z-index: 999;
    -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
    animation: slide-in-bottom 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}

.tooltip-content span {
    color: #fff;
}

.tooltip-content span {
    float: none;
    display: inherit;
    margin: 0;
    text-align: center;
    font-size: 13px;
    white-space: nowrap;
}

.top_icon_action li span, .user_info_rc .btn-group span {
    z-index: 20;
}


.r-tool-tip .tooltip-content span {
    margin: 4px 11px;
    font-size: 12px;
}

.Page_full .page_content_inner {
    width: calc(100% - 60px);
    transition: all .3s ease;
    padding: 0 7px;
    float: left;
}

.two-item-inner
.inner-item {
    width: 50%
}

.list-nav {
    display: inline-block !important;
}

.inner-item {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 16%;
    border-right: 1px solid #e5e5e5;
}

.dashboard-box {
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-evenly;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

    .dashboard-box > .inner-item:first-of-type {
        border: 0
    }

.fa-secondary {
    opacity: .4
}

.icon-inner-item svg {
    fill: #41b883;
    width: 35px;
}

.icon-inner-item {
    font-size: 1.6em;
    color: #41b883;
    margin-bottom: 10px;
}

.inner-title {
    font-weight: 600;
    font-size: .95em;
    margin: 5px 0;
    color: #283252;
}

.two-item-inner .inner-sub {
    min-height: auto;
}

.inner-sub {
    color: #a2a5b9;
    font-size: .85em;
    min-height: 30px;
    margin: 0;
    padding: 0 20px;
}
/*\\\\\\\\\Footer/////////*/



.page-footer {
    height: 50px;
    border-top: 2px solid gray;
    float: right;
    text-align: center;
    width: 100%;
    color: #ffffff;
    font-size: 10px;
    margin-top: 30px;
}

    .page-footer .license {
        float: right;
        width: 100%;
        /*margin-top: 30px;*/
        background: #263238;
    }

        .page-footer .license li {
            padding: 15px 10px;
        }



            .page-footer .license li span {
                text-align: left;
                display: inline-block;
            }

            .page-footer .license li p {
                width: 100%;
                text-align: right;
                margin: 0
            }

            .page-footer .license li:first-child + li p {
                text-align: center
            }

.license ul {
    display: flex;
    justify-content: center;
    padding: 5px 16px;
}

.license .container-fluid {
    padding: 0;
}

@media (max-width: 1200px) {
    .page-footer .license li {
        padding: 20px 6px;
    }
}

@media (max-width: 1015px) {
    .page-footer .license ul {
        position: relative;
    }

    .page-footer .license li:first-child + li {
        width: 10px;
    }

    .page-footer .license li {
        padding: 15px 20px;
        width: 49%;
    }
}

@media (max-width: 600px) {
    .page-footer .license li:first-child + li p {
        font-size: 13px;
    }

    .page-footer .license li p, .page-footer .license li span {
        text-align: center;
    }

    .page-footer .license li {
        padding: 9px 20px;
        width: 100%;
    }
}

/*\\\\\\\\\Footer/////////*/

.btn-upload, .btn-upload a {
    cursor: pointer
}

.m-btn-i {
    cursor: pointer;
    display: flex;
}
.m-btn-i.btn-gray > svg {
    left: 0;
    position: absolute;
    right: 0;
    margin: auto;
    color: #508291;
    top: 0;
    bottom: 0;
    font-size: 18px;
}
.btn-gray, .calc-btn {
    background: #039BE5;
    border-color: #039BE5;
    min-height: 33px;
    margin: 2px 0 0 0;
    color: #fff !important;
}
.m-btn-i.btn-gray.icon > a {
    padding: 0
}

.m-btn-i.btn-gray.icon > span {
    background: transparent;
}
.search-items {
    position: relative
}

.search-items .m-btn-i.btn-gray {
    position: absolute;
    top: 14px;
    left: 16px;
}

.search-items .my_form-group_box {
    border: 0
}

.form-group.my_form-group.search-items input[type="radio"]:first-child, .form-group.my_form-group.search-items input[type="checkbox"]:first-child {
    margin-right: -5px !important;
}



.table-box {
    padding: 10px 2px;
    overflow-y: auto;
}

.radyn-table {
    border-radius: 7px;
    overflow: hidden;
    width: 100%;
}

    .radyn-table tr th, th {
        border-style: none;
    }

    .radyn-table thead > tr:first-child th {
        color: #fff;
        padding: 20px 23px;
        background: #8341B9;
        color: #fff;
        font-weight: 400;
        font-size: .85em;
        text-align: center;
        justify-content: center;
    }


    .radyn-table thead > tr:first-child + tr th {
        background: rgba(131,65,185, .10);
    }

    .radyn-table tbody td, .radyn-table > tr td {
        vertical-align: middle;
        border: 0;
        text-align: center;
        border-bottom: 1px solid #e6e6e6;
        height: 50px;
        padding: 5px 15px 2px 15px !important;
        font-size: .76em;
        box-shadow: none;
        font-weight: 500;
        color: #696b7b;
        min-width: 140px;
    }

.with-action .radyn-table tbody > tr > td:first-child, .with-action .radyn-table > tr > td:first-child, .with-action .radyn-table > tr > th:first-child {
    min-width: 30px;
}

.with-action .radyn-table tbody > tr > td:last-child, .with-action .radyn-table > tr > td:last-child, .with-action .radyn-table > tr > th:last-child {
    min-width: 0 !important;
    width: 0 !important;
    max-width: 0 !important;
    background-color: transparent !important;
}

.events_rc.row {
    margin: 0px -7px;
}

.events_rc > div[class*="col-"] {
    padding: 0 7px
}

.events_rc_p {
    width: 100%;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    display: inline-block;
    border-radius: 7px;
}

.events_rc_item label {
    padding: 18px 18px 0px 18px;
    color: #283252;
    font-weight: 500;
    font-size: .98em;
}

.form-group.my_form-group input[type=text]:hover, .form-group.my_form-group select:hover, .form-group.my_form-group textarea:hover, .form-group.my_form-group .form-control:hover, .form-group.my_form-group input[type=number]:hover, .form-group.my_form-group input[type=password]:hover, .form-group.my_form-group textarea:hover, .form-generator .form-column-item textarea:hover, .form-generator .form-column-item input[type="text"]:hover {
    border-color: #b5b5b5;
}


.form-group.my_form-group > .form-control {
    transition: all .3s ease;
    min-height: 45px;
}

.form-group.my_form-group input[type=text], .form-group.my_form-group select, .form-group.my_form-group textarea, .form-group.my_form-group input[type=number], .form-group.my_form-group input[type=password], .form-group.my_form-group textarea, .form-group.my_form-group .form-control, .form-generator .form-column-item textarea, .form-generator .form-column-item input[type="text"], .form-generator .form-column-item select {
    font-size: 13px;
    color: #676767;
    width: 100%;
    display: inline-block;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    box-shadow: none;
}


.form-group.my_form-group input[type=text], .form-group.my_form-group select, .form-group.my_form-group textarea, .form-group.my_form-group input[type=number], .form-group.my_form-group input[type=password], .form-group.my_form-group textarea {
    width: 100%;
    display: inline-block;
}

legend {
    padding: 12px 10px;
    float: right;
    text-align: right;
    border-color: #ebedf2;
    margin-top: 5px;
    color: #3c4b64 !important;
    font-size: 15px;
    margin: 5px 3px;
    display: block;
    font-weight: 500;
}


.row-checkbox {
    margin-left: 6px;
    float: right;
    display: block;
}

    .row-checkbox label {
        margin-bottom: 0;
    }

.row-checkbox-input {
    padding: 0 15px;
}

    .row-checkbox-input > * {
        display: inline-block;
        vertical-align: middle;
    }

    .row-checkbox-input input.form-control {
        width: auto !important;
        min-width: 35%;
    }

.jstree-proton.jstree-rtl .jstree-node {
    background-size: 0 96px !important;
}

.jstree-proton .jstree-clicked, .jstree-proton .jstree-hovered {
    box-shadow: none !important;
    color: #333 !important;
    background: #fff !important;
    background-color: #fff !important;
}

.jstree-proton .jstree-anchor .btn-info {
    margin-right: 10px;
}

.jstree-proton .jstree-anchor {
    height: auto !important
}



input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
    display: none;
}

input[type="checkbox"]:checked,
input[type="checkbox"]:not(:checked) {
    position: relative;
    vertical-align: middle;
    padding-right: 28px;
    cursor: pointer;
    line-height: 20px;
    display: initial;
    color: #A7A9AB;
    margin: 7px;
    margin-right: 17px;
}

    input[type="checkbox"]:checked:after,
    input[type="checkbox"]:not(:checked):after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 15px;
        height: 15px;
        border: 1px solid rgba(20, 42, 82, 0.4196078431372549);
        border-radius: 2px;
        background: #ffffff;
    }

    input[type="checkbox"]:checked:before,
    input[type="checkbox"]:not(:checked):before {
        left: 3px;
        top: -3px;
        width: 7px;
        height: 14px;
        border-style: solid;
        border-width: 0 3px 3px 0;
    }

    input[type="checkbox"]:not(:checked):before {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    input[type="checkbox"]:checked:before {
        opacity: 1;
        -webkit-transform: rotate(40deg) scale(0.8);
        -ms-transform: rotate(40deg) scale(0.8);
        transform: rotate(40deg) scale(0.8);
        z-index: 1;
    }

    input[type="checkbox"]:not(:checked):after {
        border: 1px solid #4BD67B;
    }

    input[type="checkbox"]:not(:checked):before {
        border-color: #4BD67B;
    }

@media (min-width: 768px) {
    input[type="checkbox"]:checked:before, input[type="checkbox"]:not(:checked):before {
        left: 2px;
        top: -1px;
    }
}

.form-group.my_form-group input[type="radio"], input[type="radio"],
.form-group.my_form-group span input[type="radio"] {
    height: auto !important;
    margin: 11px 14px 11px 7px !important;
}

input[type="checkbox"], .form-group.my_form-group input[type="checkbox"], .form-group.my_form-group span input[type="checkbox"] {
    margin: 9px 15px 11px 11px !important;
    vertical-align: middle;
    height: auto !important;
}

input[type="checkbox"] {
    position: relative;
}

    input[type="checkbox"]:before {
        content: "";
        position: absolute;
        border: 1px solid #ffffff;
        width: 16px;
        height: 16px;
        background: transparent;
    }

    input[type="checkbox"]:after {
        content: "";
    }



    input[type="checkbox"]:checked:after,
    input[type="checkbox"]:not(:checked):after {
        border: 1px solid #c9c9c9;
    }

    input[type="checkbox"]:checked:before,
    input[type="checkbox"]:not(:checked):before {
        border-color: #419295;
    }

.item > div, .form-column-item > div {
    width: 100%;
    display: flex;
    border-radius: 4px;
}

.btn-upload span {
    margin: 0 -5px 0px 3px;
    border-radius: 30px;
    color: #ffffff !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.form-group.my_form-group .upload-control {
    margin-top: 8px;
}

.upload-control + .my_form-group_lable {
    background: transparent !important;
    /* right: 0px !important;
    top: 0 !important;*/
    right: 7px !important;
    top: -4px !important;
}

.btn-upload.btn-light-green {
    transition: opacity .3s ease;
    opacity: .95;
    background-color: #78cb6c
}

    .btn-upload.btn-light-green:hover {
        opacity: 1;
    }

.btn-upload {
    height: 36px;
    padding: 0px 11px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border-radius: 3px;
    font-size: .95em;
    background: #039be5;
    color: #ffffff;
}

.item.date-picker {
    position: relative;
    /* min-height: 50px; */
    width: 100%;
    margin: 0;
}

.my_form-group_box, .item.date-picker {
    padding: 5px 6px;
    color: #8b8d9a;
    padding-bottom: 0;
    width: 100%;
}

.my_form-group_box, .item.date-picker, .my_form-group_select, .form-generator .form-column-item.drp, .form-generator .form-column-item > .item.drp {
    height: auto;
    font-size: .90em;
    min-height: 45px;
}

.date-picker > div > span input {
    border: none !important;
}

/*Tabs*/

.tabBox .tabs {
    display: flex;
    border-bottom: none;
    margin: 7px auto;
    width: fit-content;
    width: -moz-fit-content;
    background: #f2f2f2;
    border: 1px solid #ededed;
    justify-content: center;
    border-radius: 3px;
}

    .tabBox .tabs > li a {
        border-radius: 2px;
        transition: all .3s ease-in-out;
    }

    .tabBox .tabs > li {
        width: auto;
        display: inline-block;
    }

        .tabBox .tabs > li > a {
            width: 100%;
            display: block;
            text-align: center;
            border-bottom: none;
            text-decoration: none;
            font-size: 13px;
            position: relative;
            padding: 9px 14px;
            color: #a2a5b9;
            overflow: hidden;
        }

.tabBox .tabs {
    flex-wrap: wrap;
}

    .tabBox .tabs > li > a:hover {
        color: #a2a5b9 !important
    }

    /*.tabBox .tabs > li > a:hover,*/
    .tabBox .tabs > li.active a {
        background: #41b883;
        color: #fff !important;
        border-color: #41b883 !important;
    }


    .tabBox .tabs > li > a {
        cursor: pointer;
    }


        .tabBox .tabs > li > a:hover:after, .tabBox .tabs > li.active a:after {
            opacity: 1;
            bottom: 0px;
        }




.tabBox {
    position: relative;
    /* margin: 50px 0; */
    float: right;
    border-radius: 5px;
    width: 100%;
    text-align: center
}



.tabContent #div-payment {
    float: right;
    width: 100%;
}

.tabContent .content_rc_item {
    margin-top: 0
}

.tabContent .table-control table tr td:last-child {
    text-align: center;
}

.tabContainer {
    width: 100%;
    margin: auto;
    padding-bottom: 15px;
    display: inline-block;
    border-radius: 0 0 5px 5px;
    border: 1px solid #e5e5e5;
    padding: 15px;
}

.tabContent table tr td {
    text-align: center;
}

@media (max-width: 645px) {
    .tabBox .tabs > li {
        min-width: 95%;
    }
}
/*Tabs*/


/*Buttons*/


.btn-danger {
    background: #ff7676;
    border-color: #ff7676;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active {
        background: rgb(218, 98, 98) !important;
        background-color: rgb(218, 98, 98) !important;
        border-color: #c15858 !important;
    }


.btn-success {
    background: #45c787;
    border-color: transparent;
}

    .btn-success:hover, .btn-success:focus, .btn-success:active {
        background: rgba(60, 165, 113, 0.94) !important;
        background-color: rgba(60, 165, 113, 0.94) !important;
        border-color: #44b880 !important;
    }

.btn-green {
    background: #68aeba;
    border-color: transparent;
}

    .btn-green:hover, .btn-green:focus, .btn-green:active {
        background: #61a2ad !important;
        background-color: #61a2ad !important;
        border-color: #61a2ad !important;
    }

.btn-info, .btn-next {
    background: #039be5;
}

.btn-upload span {
    margin: 0 -5px 0px 3px;
    border-radius: 30px;
    color: #ffffff !important;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
    justify-content: center;
}

.upload-control + .my_form-group_lable {
    background: transparent !important;
    /* right: 0px !important;
    top: 0 !important;*/
    right: 7px !important;
    top: -4px !important;
}

.btn-upload.btn-light-green {
    transition: opacity .3s ease;
    opacity: .95;
    background-color: #78cb6c
}

    .btn-upload.btn-light-green:hover {
        opacity: 1;
    }

.btn-upload {
    height: 36px;
    padding: 0px 11px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    border-radius: 3px;
    font-size: .95em;
    background: #039be5;
    color: #ffffff;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-next:hover, .btn-next:focus, .btn-next:active {
    background: #039be5 !important;
    background-color: #039be5 !important;
    color: #fff
}



.btn-xs:hover {
    box-shadow: none !important
}

.btn-next svg {
    transition: all .5s ease-in-out;
    transform: translateX(0px);
}

.btn-next:hover svg {
    animation: .5s ease-in-out;
    transform: translateX(2px);
}

.btn-upload svg {
    transition: all .5s ease-in-out;
    transform: translateY(0px);
    color: #fff
}

.btn-upload:hover svg {
    animation: .5s ease-in-out;
    transform: translateY(-2px);
}

.btn-primary {
    background: #8341B9 !important;
    margin-right: 5px !important;
}





    .btn-primary svg, .btn-success svg, .btn-green svg {
        transition: all .5s ease-in-out;
        transform: scale(1);
    }



.btn-default {
    background: #505362;
    border: 1px solid #676767;
}

    .btn-default:hover, .btn-default:focus, .btn-default:active {
        background: #444754 !important;
        background-color: #444754 !important;
        border-color: #676767 !important;
        box-shadow: none !important;
    }

    .btn-default svg {
        transition: all .5s ease-in-out;
        transform: rotate(0);
    }

    .btn-default:hover svg {
        color: #fff;
        /* animation: action_button .5s ease-in-out; */
        /* transform: rotate(45deg); */
    }
/*Buttons*/

.box-control-item {
    display: block !important;
}

.item > div, .form-column-item > div {
    width: 100%;
    display: flex;
    border-radius: 4px;
    flex-wrap: wrap-reverse;
}

.select-control .my_select-group_box {
    display: flex;
    color: #676767;
    width: 100%;
    border: 1px solid #dbdbdb;
    min-height: 45px;
    border-radius: 4px;
    flex-direction: row-reverse;
}

.group-button .right-row-buttons .m-btn, .my_select-group_box .m-btn {
    margin: 2px 0px 0 0px;
    box-shadow: none !important;
    border-radius: 0;
}

.my_select-group_box .m-btn {
    margin: 0;
}

.select-control .divImages.download-btn {
    position: relative;
    float: right;
    border-radius: 5px;
    padding: 0;
    width: 100%;
    transition: all .3s ease;
    align-items: center;
    display: flex;
    flex-direction: row-reverse;
}

.form-group.my_form-group.button-row {
    padding: 15px 3px 0 0;
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.select-control > div a {
    outline: none;
    display: inline-block;
    font-size: 13px;
    border: none;
    font-weight: 500;
    padding: 0 12px;
    color: #7d7d7d !important;
    border-radius: 3px 0px 0px 3px;
    text-align: center;
    transition: 0.5s;
}

.m-btn.waves-gray a {
    background-color: #ececec;
    border: 1px solid #e2e2e2;
    color: #7b7b7b;
    display: flex;
    height: 82%;
    margin: 4px 0 4px 4px;
    align-items: center;
    justify-content: center;
    font-size: .95em;
    border-radius: 3px;
    cursor: pointer;
}

@media screen and (max-width: 1200px) {
    .custom-modal:not(.full-screen-modal) .form-group.my_form-group, .modal-body .form-control-div {
        width: 100%;
    }
}

.form-control-div {
    padding: 0 !important;
    display: inline-block;
    text-align: right;
}

    .form-control-div > fieldset {
        width: 100%;
        text-align: right;
    }


    .form-control-div > .form-group.my_form-group {
        width: 100%;
    }

    .form-control-div.col2 > .form-control-div, .form-control-div.col2 fieldset > .form-group.my_form-group {
        width: 50%
    }

    .form-group.my_form-group.col1, .form-control-div.col1 {
        width: 25%
    }

    .form-group.my_form-group.col2, .form-control-div.col2 {
        width: 50%
    }

    .form-group.my_form-group.col3, .form-control-div.col3 {
        width: 75%
    }

    .form-group.my_form-group.col4, .form-control-div.col4, .custom-modal:not(.full-screen-modal) .form-group.my_form-group.col4 {
        width: 100%
    }

.custom-modal:not(.full-screen-modal) fieldset > .form-control-div.col4:nth-of-type(odd) {
    width: 100%
}

.custom-modal:not(.full-screen-modal) .form-group.my_form-group.col2, .custom-modal:not(.full-screen-modal) .form-control-div.col2 {
    width: 50%;
}

.form-group.my_form-group.full_width {
    width: 100% !important;
}

.form-group.my_form-group .item.date-picker span {
    font-size: 13px;
    /* color: #383838; */
    position: relative;
    width: 100%;
    /*padding: 8px 0px;*/
    display: inline-block;
    min-height: 32px;
}

.form-group.my_form-group .item span {
    font-size: 16px;
    color: #8a8a8a;
}

.date-picker > div > span:nth-child(2), .form-column-item > div > span:nth-child(2) {
    display: none !important;
}

    .date-picker > div > span:nth-child(2) img, .form-column-item > div > span:nth-child(2) img {
        display: none;
    }

/*Grid*/
.big-grid .radyn-table {
    padding: 1px;
    overflow: auto
}

.radyn-table tr {
    position: relative
}

.big-grid .radyn_grid::-webkit-scrollbar {
    width: 5px;
    height: 15px;
    cursor: pointer;
    background-color: #d6d6d6;
    border-radius: 25px;
}

.big-grid .radyn_grid::-webkit-scrollbar-thumb {
    background: #002933;
    transition: all .3s ease;
    cursor: pointer;
    border-radius: 25px;
}

    .big-grid .radyn_grid::-webkit-scrollbar-thumb:hover {
        background: #337ab7;
        border-radius: 25px;
    }



.radyn-table {
    border-radius: 7px;
    overflow: hidden;
    width: 100%;
}

/*   .radyn-table th {
        color: #fff;
        padding: 20px 23px !important;
        background: #8341B9;
        color: #fff;
        font-weight: 400;
        font-size: .9em;
        text-align: center;
        justify-content: center;
    }*/

.table-box .table-bordered {
    border: none !important
}

.radyn-table th {
    vertical-align: middle !important;
    border: 0 !important;
}

.radyn-table tbody td, .radyn-table > tr td {
    vertical-align: middle !important;
    border: 0 !important;
    text-align: center;
    border-bottom: 1px solid #e6e6e6 !important;
    height: 50px;
    padding: 5px 15px 2px 15px !important;
    box-shadow: none;
    font-weight: 500;
    color: #696b7b;
    font-size: 13px;
    min-width: 140px;
}
/*Grid*/
.gridsummary {
    margin: 2px;
    padding: 10px 10px;
    border-radius: 4px;
    font-size: .9em;
    margin: auto;
}

.summary-box > .div_sum:nth-child(1) {
    background-color: #84A98C;
    color: #fff
}

.summary-box > .div_sum:nth-child(2) {
    background-color: #A7BEA9;
    color: #fff
}

.summary-box > .div_sum:nth-child(3) {
    background-color: #B9C8B7;
    color: #001419
}

.summary-box > .div_sum:nth-child(4) {
    background-color: #DBDFD8;
    color: #001419
}

.summary-box > .div_sum:nth-child(5) {
    background-color: #B9BAC9;
    color: #001419
}

.summary-box > .div_sum:nth-child(6) {
    background-color: #9794BA;
    color: #001419
}

.summary-box > .div_sum:nth-child(7) {
    background-color: #756EAB;
    color: #fff
}

.summary-box > .div_sum:nth-child(8) {
    background-color: #52489C;
    color: #fff
}

.summary-box > .div_sum:nth-child(9) {
    background-color: #5467A6;
    color: #fff
}

.summary-box > .div_sum:nth-child(10) {
    background-color: #5686B0;
    color: #fff
}

.summary-box > .div_sum:nth-child(11) {
    background-color: #59C3C3;
    color: #001419
}

.summary-box > .div_sum:nth-child(12) {
    background-color: #84A98C;
    color: #fff
}

.summary-box > .div_sum:nth-child(13) {
    background-color: #A7BEA9;
    color: #fff
}

.summary-box > .div_sum:nth-child(14) {
    background-color: #B9C8B7;
    color: #001419
}

.d-inline-block {
    width: 100%
}

.div_sum .gridsummary {
    display: flex;
    padding: 10px;
}

.custom-modal .modal-content {
    float: none;
    margin: auto;
    /* overflow: auto; */
    width: 100%;
    float: right;
    background: #fff !important;
    max-height: 93%;
}

.content_rc_item .content_rc_item, .modal-body .content_rc_item {
    box-shadow: none;
    border: 0;
}

.modal-body .content_rc_item {
    width: 100%;
    margin: 0;
}


.change-size, .close-modal {
    position: absolute;
    left: 56px;
    font-size: 20px;
    top: 12px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    color: #888;
    z-index: 1;
}

.form-group.my_form-group select.form-control {
    background-image: url(../img/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: 9px 50%;
    background-size: 11px;
    appearance: none;
}

.close-modal {
    left: 23px;
}

.custom-modal.full-screen-modal .highcharts-container, .custom-modal.full-screen-modal .highcharts-container > svg {
    width: 100% !important;
    height: 100% !important
}

.full-screen-modal .highcharts-container {
    margin: auto
}

.custom-modal:not(.full-screen-modal) .form-control-div.col4 .form-group.my_form-group {
    width: 50%;
}

.custom-modal:not(.full-screen-modal) .form-control-div .form-group.my_form-group {
    width: 100%;
}

.custom-modal:not(.full-screen-modal) > form > .content_rc_item > .content_rc_item_content > div.form-group.my_form-group, .custom-modal:not(.full-screen-modal) > form > .content_rc_item > .content_rc_item_content > div .form-control-div {
    width: 50%;
}

.custom-modal:not(.full-screen-modal) .form-group.my_form-group, .custom-modal .form-control-div {
    margin-top: 5px;
    width: 50%;
    padding: 10px 10px 0px 10px !important;
}

@media screen and (max-width: 1200px) {
    .custom-modal:not(.full-screen-modal) .form-group.my_form-group, .modal-body .form-control-div {
        width: 100%;
    }
}

.full-screen-modal .modal-dialog {
    margin: 0 !important
}

.full-screen-modal .modal-dialog, .full-screen-modal .modal-content, .full-screen-modal .modal-drag {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    max-height: 100% !important;
    max-width: 100%;
    right: 0 !important;
    left: 0 !important;
    display: block;
    bottom: 0 !important;
    padding: 0 !important;
}

.main-modal-open {
    overflow: hidden
}

    .main-modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.full-screen-modal .modal-content {
    max-width: 100% !important
}

.container {
    width: 100%;
    padding: 0;
}



li > a.home-icon {
    font-size: 1.5em;
    color: #41b883;
    width: 71px;
    position: absolute;
    z-index: 1;
    padding: 16px;
    padding-right: 26px;
    display: flex;
    justify-content: center;
    right: 0;
}

    li > a.home-icon:focus,
    li > a.home-icon:active,
    li > a.home-icon:hover {
        color: #41b883 !important
    }

.menu-control {
    position: relative;
    padding-top: 55px;
}

.menu-site.open .home-icon {
    right: 200%
}






/*Loading*/
.loading-box {
    background-color: rgba(58,58,58, .78);
    width: 100%;
    height: 100%;
    margin: 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
}

/* Spinner dual ring */


/* Roller */

.loader--roller {
    display: inline-block;
    position: absolute;
    height: 64px;
    width: 64px;
    left: 0;
    top: 50%;
    transform: translateY(-50%) scale(1.5);
    right: 0;
    margin: auto;
}

    .loader--roller div {
        animation: loader--roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        transform-origin: 32px 32px;
    }

        .loader--roller div:after {
            display: block;
            position: absolute;
            border-radius: 50%;
            content: " ";
            margin: -3px 0 0 -3px;
            height: 6px;
            width: 6px;
        }

        .loader--roller div:nth-child(1) {
            animation-delay: -0.036s;
        }

            .loader--roller div:nth-child(1):after {
                top: 50px;
                left: 50px;
            }

        .loader--roller div:nth-child(2) {
            animation-delay: -0.072s;
        }

            .loader--roller div:nth-child(2):after {
                top: 54px;
                left: 45px;
            }

        .loader--roller div:nth-child(3) {
            animation-delay: -0.108s;
        }

            .loader--roller div:nth-child(3):after {
                top: 57px;
                left: 39px;
            }

        .loader--roller div:nth-child(4) {
            animation-delay: -0.144s;
        }

            .loader--roller div:nth-child(4):after {
                top: 58px;
                left: 32px;
            }

        .loader--roller div:nth-child(5) {
            animation-delay: -0.18s;
        }

            .loader--roller div:nth-child(5):after {
                top: 57px;
                left: 25px;
            }

        .loader--roller div:nth-child(6) {
            animation-delay: -0.216s;
        }

            .loader--roller div:nth-child(6):after {
                top: 54px;
                left: 19px;
            }

        .loader--roller div:nth-child(7) {
            animation-delay: -0.252s;
        }

            .loader--roller div:nth-child(7):after {
                top: 50px;
                left: 14px;
            }

        .loader--roller div:nth-child(8) {
            animation-delay: -0.288s;
        }

            .loader--roller div:nth-child(8):after {
                top: 45px;
                left: 10px;
            }

        .loader--roller div:after {
            background: #fff;
        }

@keyframes loader--roller {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}



/*Loading*/

.radyn-table .tr-icon-hide {
    opacity: 0;
    position: absolute;
    left: -5px;
    transition: all .3s ease-in-out;
    z-index: -2;
    margin-top: -23px;
    display: flex;
    padding: 5px 0px 12px 20px;
}

.with-action .radyn-table > tbody:last-child tr > td .tr-icon-hide, .with-action .radyn-table > tr + tbody tr > td .tr-icon-hide {
    display: flex;
}

.radyn-table .tr-icon-hide-btn {
    display: flex;
    align-items: center;
}

    .radyn-table .tr-icon-hide-btn button, .radyn-table .tr-icon-hide-btn input {
        border: 0;
        background: #a2a5b9;
        margin: 3px;
        color: #fff;
        display: flex;
        width: 27px;
        height: 27px;
        position: relative;
        border-radius: 4px;
        justify-content: center;
        align-items: center;
    }

    .radyn-table .tr-icon-hide-btn button {
        background-color: #8e9aaf;
    }

    .radyn-table .tr-icon-hide-btn img {
        width: 15px;
        height: 15px;
        object-fit: contain;
    }

.tooltip-content, .road-map div p {
    position: absolute;
    transition: all .3s;
    border-radius: 2px;
    padding: 6px 10px;
    left: 50%;
    z-index: 999;
    margin-right: -50%;
    transform: translateX(-50%);
    margin: auto;
    opacity: 0;
    top: 130%;
    background: rgba(62, 62, 62, 0.94);
    display: none;
    color: #fff;
    /* height: 27px; */
    align-items: center;
    justify-content: center;
}

    .tooltip-content span {
        float: none;
        display: inherit;
        margin: 0;
        text-align: center;
        font-size: 13px;
        color: #fff;
        white-space: nowrap;
    }

.with-action .radyn-table tbody:last-child tr:hover > td .tr-icon-hide, .with-action .radyn-table > tr + tbody tr:hover > td .tr-icon-hide {
    opacity: 1;
    z-index: 2;
    left: 37px;
    width: auto;
}

.bottom-footer p {
    background-color: rgba(0,0,0,0.2);
    color: rgba(255, 255, 255, 0.6);
    margin: 0;
    padding: 12px;
}

.bottom-footer strong {
    color: rgba(255, 255, 255, 0.9);
}

.pagination .custom-select {
    border: 1px solid #ddd;
    border-left: 0;
    padding: 4px;
    color: #727272;
}


.div_sum {
    float: right;
    padding: 4px;
    margin: 4px;
    border-radius: 2px;
}

    .div_sum div.item div {
        padding: 2px;
    }

        .div_sum div.item div:first-child {
            min-width: 190px;
        }

        .div_sum div.item div:last-child {
            border: solid 1px #cccccc;
            width: calc(100% - 190px);
            text-align: right;
        }



.fitpre {
    float: right;
    width: 100%;
}

.gridsummary {
    margin: 2px;
    padding: 10px 10px;
    border-radius: 4px;
    font-size: .9em;
    margin: auto;
}

.summary-box > .div_sum:nth-child(1) {
    background-color: #84A98C;
    color: #fff
}

.summary-box > .div_sum:nth-child(2) {
    background-color: #A7BEA9;
    color: #fff
}

.summary-box > .div_sum:nth-child(3) {
    background-color: #B9C8B7;
    color: #001419
}

.summary-box > .div_sum:nth-child(4) {
    background-color: #DBDFD8;
    color: #001419
}

.summary-box > .div_sum:nth-child(5) {
    background-color: #B9BAC9;
    color: #001419
}

.summary-box > .div_sum:nth-child(6) {
    background-color: #9794BA;
    color: #001419
}

.summary-box > .div_sum:nth-child(7) {
    background-color: #756EAB;
    color: #fff
}

.summary-box > .div_sum:nth-child(8) {
    background-color: #52489C;
    color: #fff
}

.summary-box > .div_sum:nth-child(9) {
    background-color: #5467A6;
    color: #fff
}

.summary-box > .div_sum:nth-child(10) {
    background-color: #5686B0;
    color: #fff
}

.summary-box > .div_sum:nth-child(11) {
    background-color: #59C3C3;
    color: #001419
}

.summary-box > .div_sum:nth-child(12) {
    background-color: #84A98C;
    color: #fff
}

.summary-box > .div_sum:nth-child(13) {
    background-color: #A7BEA9;
    color: #fff
}

.summary-box > .div_sum:nth-child(14) {
    background-color: #B9C8B7;
    color: #001419
}

.d-inline-block {
    width: 100%
}

.div_sum .gridsummary {
    display: flex;
    padding: 10px;
}

.title-little {
    color: #1f1f1f !important;
    width: auto;
    padding: 15px 7px 5px 7px;
    font-size: 1em;
}

.gird-help {
    float: right;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 7px 10px 0
}

    .gird-help ul {
        float: right;
        width: auto;
        border-top: 1px dashed #ddd;
        padding-top: 10px;
        margin-top: 2px;
    }

        .gird-help ul li:before {
            width: 13px;
            height: 13px;
            content: "";
            position: absolute;
            border-radius: 13px;
            top: 50%;
            right: 7px;
            transform: translateY(-50%);
        }

        .gird-help ul li {
            position: relative;
            display: inline-block;
            float: right;
            margin: 0 3px;
            border: 1px solid #dcdcdc;
            color: #757575;
            padding: 5px 27px 5px 14px;
            border-radius: 0;
            font-size: 13px;
            border-radius: 33px;
        }

            .gird-help ul li.initial-approval:before {
                background: rgb(234, 234, 0);
            }

            .gird-help ul li.pending-approval-final:before {
                background: rgba(0, 255, 255, 0.349);
            }

            .gird-help ul li.pending-approval:before {
                background: rgb(255, 205, 145);
            }

            .gird-help ul li.pending-check:before {
                background: rgb(221, 221, 221);
            }

            .gird-help ul li.allowed:before {
                background: rgb(191 249 195) !important;
            }

            .gird-help ul li.payed:before {
                background: rgb(110 232 159) !important;
            }

            .gird-help ul li.disapproval:before {
                background: rgba(255, 000, 000, 0.321);
            }

            .gird-help ul li.duspension:before {
                background: RosyBrown;
            }

            .gird-help ul li.expired:before {
                background: rgb(255, 111, 111);
            }

            .gird-help ul li.cancle:before {
                background: #F1A9A1;
            }


            .gird-help ul li.remained:before {
                background: #5867dd;
            }

            .gird-help ul li.end:before {
                background: #fec3cb;
            }

            .gird-help ul li.past:before {
                background: #d0d4f5;
            }

.d-flex.flex-row {
    display: inline-block;
    width: auto;
    float: right;
}

.pagination {
    margin-right: 15px;
    display: flex;
}

    .pagination .page-link:hover {
        z-index: 0;
        color: #777 !important
    }

    .pagination li > a, .pagination li > select {
        background-color: #fff;
        width: 40px;
        height: 35px;
        padding-top: 4px;
        border-radius: 0px !important;
        font-size: .9em;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #dbdbdb;
        color: #363636;
    }

    .pagination > li:last-child > a, .pagination > li:last-child > span {
        border-radius: 5px 0 0 5px !important;
    }

    .pagination > li:first-child > a, .pagination > li:first-child > span {
        border-left: 0;
        border-radius: 0 5px 5px 0 !important;
    }

    .pagination li.active a, .pagination li.active a:hover {
        background: #41b883;
        border-color: #41b883;
        color: #fff;
        box-shadow: 0 14px 26px -12px rgba(65,184,131, .42), 0 4px 23px 0 rgba(0,0,0, .12), 0 8px 10px -5px rgba(65, 184, 131, .20);
    }

.divImages > div > label {
    padding: 4px 10px 0px 10px;
    display: flex;
    align-items: center;
}



.group-button .right-row-buttons .m-btn, .my_select-group_box .m-btn {
    margin: 2px 0px 0 0px;
    box-shadow: none !important;
    border-radius: 0;
}

.my_select-group_box .m-btn {
    margin: 0;
}

.select-control .divImages a {
    /* background-image: linear-gradient(to right, #e2e5ec 0%, #e2e5ec 51%, #e2e5ec 100%) !important; */
    color: #fff;
    margin-left: 0;
    margin-bottom: 0px;
    border-left: 1px solid #d8d8d8;
    float: left;
    border-radius: 0;
    position: relative;
    min-height: 34px;
    min-width: 36px;
}

.m-btn.waves-gray a {
    background-color: #ececec;
    border: 1px solid #e2e2e2;
    color: #7b7b7b;
    display: flex;
    height: 82%;
    margin: 4px 0 4px 4px;
    align-items: center;
    justify-content: center;
    font-size: .95em;
    border-radius: 3px;
}

.select-control .divImages .trash-icon {
    color: #e62965 !important;
    margin: auto;
    left: 0;
    right: 0 !important;
    border-radius: 0;
}

.file-download-all {
    width: 100%;
    padding: 5px;
    margin: 0;
}

.uploaded-file span {
    font-size: 12px !important;
    float: right;
    word-break: break-word;
    color: #8a8a8a;
    margin-right: 17px;
}


.custom-modal .content_rc_item_content label, .custom-modal .content_rc_item_content span {
    cursor: text;
}

.doc-list .uploaded-file > ul {
    display: flex;
    float: right;
    margin-right: 0px;
    width: 100%;
    padding: 5px;
    border-bottom: none;
    align-items: center;
}

.doc-list .uploaded-file > ul {
    position: relative;
}

    .doc-list .uploaded-file > ul > li {
        position: relative;
        width: 100%;
        display: flex;
        height: 100%;
        align-items: center;
    }

.file-item > li {
    overflow: hidden;
    text-align: center;
}

.doc-list .file-item > li {
    vertical-align: middle;
    display: inline-block;
}

    .doc-list .file-item > li:first-child {
        width: 70px;
        padding: 6px;
    }

.file-item img {
    max-width: 100%;
}

.file-item img {
    transition: all .4s ease-in-out;
    width: 250px;
    height: 200px;
    margin: 0 22px 10px 0;
    border-radius: 5px;
    object-fit: contain;
}

.doc-list .file-item img {
    cursor: pointer;
    width: 100%;
    height: 45px;
    float: right;
    margin: 0;
    border-radius: 4px;
    border: 1px solid #ddd;
    overflow: hidden;
    object-fit: cover;
    transition: all .3s ease;
}

.form-group.my_form-group.doc-list .item .uploaded-file > ul span {
    width: 100px;
    font-size: 13px !important;
    color: #2b2b2b;
}

.form-group.my_form-group .item .file-item span {
    float: none;
}

.doc-list .uploaded-file-control {
    display: flex;
    justify-content: flex-end;
}

    .doc-list .uploaded-file-control > li {
        float: right;
    }


.uploaded-file ul > li:last-child {
    justify-content: flex-end;
}

.uploaded-file-control {
    width: 100%;
}

    .uploaded-file-control li {
        color: #fff;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        cursor: pointer;
        justify-content: center;
        padding: 4px 9px;
        border-radius: 50%;
        margin: 0 2px;
    }

.file-delete {
    background: #F92B60;
}

.file-log {
    background: #8269B2;
}

.file-download {
    background: #039BE5;
}

.file-edit {
    background: #faae42;
}

.spinner {
    width: 2rem;
    height: 2rem;
}

    .spinner svg {
        width: 100%;
        height: 100%;
        overflow: visible;
        animation: rotation 1455ms infinite linear;
    }

    .spinner circle {
        stroke: currentColor;
        stroke-dasharray: 44px;
        stroke-dashoffset: 11px;
        transform-origin: center;
        transform: rotatey(180deg) rotate(90deg);
        animation: spinner 3850ms infinite ease;
    }

@keyframes spinner {
    0% {
        stroke-dashoffset: 33px;
        transform: rotatey(0deg) rotate(0deg);
    }

    24.9999% {
        stroke-dashoffset: 11px;
        transform: rotatey(0deg) rotate(0deg);
    }

    25% {
        stroke-dashoffset: 11px;
        transform: rotatey(180deg) rotate(270deg);
    }

    49.9999% {
        stroke-dashoffset: 33px;
        transform: rotatey(180deg) rotate(270deg);
    }

    50% {
        stroke-dashoffset: 33px;
        transform: rotatey(0deg) rotate(180deg);
    }

    74.9999% {
        stroke-dashoffset: 11px;
        transform: rotatey(0deg) rotate(180deg);
    }

    75% {
        stroke-dashoffset: 11px;
        transform: rotatey(180deg) rotate(90deg);
    }

    100% {
        stroke-dashoffset: 33px;
        transform: rotatey(180deg) rotate(90deg);
    }
}

@keyframes rotation {
    100% {
        transform: rotate(360deg);
    }
}

.main-login-box .content {
    width: 100%
}

.content {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #bd70ff;
}

.user-panel-info .user-panel-view {
    width: 100%;
}

.user-panel-info .user-home-items .m-btn-i {
    padding: 9px 17px;
}

    .user-panel-info .user-home-items .m-btn-i, .user-panel-info .user-home-items .m-btn-i a {
        font-size: 1em;
    }

.user-panel-info .user-home-items {
    display: flex;
    justify-content: center;
}

.my_form-group_box > span, .form-generator .form-column-item.drp > span {
    line-height: 2;
    margin: 0 3px;
    float: right;
    margin-top: 2px;
}

.numericbox {
    direction: ltr;
    text-align: end;
}

.my_form-group_box > span {
    margin-top: 0;
    line-height: 1.6;
    /* max-height: 33px; */
    padding: 7px 0;
}


.custom-modal .content_rc_item_content label, .custom-modal .content_rc_item_content span {
    cursor: text;
}

.fit-box {
    display: inline-block;
    width: 100%
}

.fbfitpx {
    display: flex;
    float: right;
    width: 100%;
    padding: 5px;
}

.box-item {
    padding: 8px;
}
