﻿#mySidenav {
    display: none;
}

body {
    padding: 0px 0px 0px 0px !important;
    background-color: aliceblue;
}

#main {
    margin: 0px 0px 0px 0px;
}

/*** login page ***
#MenuButton {
    display: none;
}*/
/*** login page ****/
/*ANIMATE*/
@import url(//daneden.github.io/animate.css/animate.min.css);
@import url(https://jaruwat.pohong.me/theme/default/css/bubbles.css);

.customer-section {
    /*background: #fff;*/
    /*margin: 0 auto;*/
    /*padding: 0px 0px 0px 10px;*/
    padding: 15px 0px;
    /*border-bottom: 1px solid white;*/
    min-height: 100px;
}

.bg {
    -webkit-animation: bg-fadein 6s; /* Safari and Chrome */
    -moz-animation: bg-fadein 6s; /* Firefox */
    -ms-animation: bg-fadein 6s; /* Internet Explorer */
    -o-animation: bg-fadein 6s; /* Opera */
    animation: bg-fadein 4s;
    /*background-color: lightblue !important;*/
    opacity: 0.6;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: fixed;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.myCarousel {
    box-shadow: 1px 1px 10px 1px #000000, 4px 2px 0px 0px #344454, 8px 8px 8px 0px #000000;
}

.login-container {
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -moz-animation: fadein 2s; /* Firefox */
    -ms-animation: fadein 2s; /* Internet Explorer */
    -o-animation: fadein 2s; /* Opera */
    animation: fadein 3s;
    /*position: absolute;
    top: 360px !important;
    left: 50%;
    transform: translate(-50%,-50%);*/
    background-color: rgba(255, 255, 255, 0.3);
    padding: 5px 5px;
    border-radius: 6px !important;
    /*max-width: 320px;*/
    border: 1px solid white;
    /*z-index: 2000;*/
    box-shadow: 1px 1px 10px 1px #000000, 4px 2px 0px 0px #344454, 8px 8px 8px 0px #000000;
}

    .login-container a {
        color: #fff;
        text-decoration: none;
        font-size: 50px;
        transition-duration: 0.5s;
        transition-timing-function: ease-in-put;
        font-weight: 500;
        margin-top: 0;
        margin-bottom: 0;
    }

        .login-container a:hover {
            text-shadow: 2px 2px 4px #10707f;
        }

    .login-container hr {
        margin-top: 1rem;
        margin-bottom: 1rem;
        margin-left: 0;
        margin-right: 0;
        border: 0;
        border-top: 1px solid rgba(0,0,0, 0.2);
    }

    .login-container input {
        outline: 0;
        border: 1px solid rgba(255, 255, 255, 0.4);
        background-color: rgba(255, 255, 255, 0.2);
        width: 80%;
        border-radius: 5px;
        margin: 0 auto 10px auto;
        color: white;
        text-indent: 0px;
        transition: all .5s;
    }

    .login-container .title {
        color: white;
        text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em blue;
        font-size: 16px;
    }

    .login-container input:hover {
        text-indent: 15px;
        border: 1px solid rgba(255, 255, 255, 0.4);
        background-color: rgba(255, 255, 255, 0.3);
    }

    .login-container input:focus {
        text-indent: 0px;
        color: black;
        border: 1px solid rgba(255, 255, 255, 0.5);
        background-color: rgba(255, 255, 255, 0.7);
    }

    .login-container input::placeholder {
        color: #f8f8f8;
        -webkit-transition-duration: 0.25s;
        transition-duration: 0.25s;
    }

    .login-container input:focus::placeholder {
        color: rgba(255, 255, 255, 0);
    }

    .login-container select {
        outline: 0;
        border: 1px solid rgba(255, 255, 255, 0.4);
        background-color: rgba(255, 255, 255, 0.2);
        width: 80%;
        border-radius: 5px;
        margin: 0 auto 10px auto;
        color: white;
        -webkit-transition-duration: 1.25s;
        transition-duration: 1.25s;
        text-indent: 0px;
    }

        .login-container select:hover {
            text-indent: 15px;
            border: 1px solid rgba(255, 255, 255, 0.4);
            background-color: rgba(255, 255, 255, 0.3);
        }

        .login-container select:focus {
            text-indent: 0px;
            width: 85%;
            color: black;
            border: 1px solid rgba(255, 255, 255, 0.5);
            background-color: rgba(255, 255, 255, 0.7);
        }

        .login-container select::placeholder {
            color: #f8f8f8;
            -webkit-transition-duration: 0.25s;
            transition-duration: 0.25s;
        }

        .login-container select:focus::placeholder {
            color: rgba(255, 255, 255, 0);
        }

    .login-container .tazarv-section {
        color: white !important;
        padding: 10px 0px;
        border-top: 1px solid white;
    }

.login-captcha {
    font-family: Samim !important;
    font-size: 14px !important;
    font-weight: 400 !important;
}

    .login-captcha::placeholder {
        text-align: right;
        font-family: vazir;
    }

.password-policy {
    font-size: 13px;
    color: white;
}

    .password-policy li {
        list-style-type: '🔔';
        padding-right: 10px;
    }

.carousel.slide {
    border: 1px solid white;
    border-radius: 6px;
}

.a-link a {
    color: #fff;
    font-size: 17px;
    line-height: 1.5;
    font-weight: 300;
    -webkit-transition-duration: 0.20s;
}

    .a-link a:hover {
        line-height: 1.5;
        font-weight: 300;
        color: #57F5FF;
        text-shadow: 1px 1px 4px black;
    }

.login-container button {
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    border: 0;
    padding: 10px 15px;
    color: #fff;
    border-radius: 3px;
    width: 250px;
    cursor: pointer;
    font-size: 18px;
    background-color: #005ce6;
    border-color: #10707f;
    border-radius: 3px;
    width: 80%;
    height: 40px;
    transition: all .5s;
}

    .login-container button:hover {
        background-color: #1c77ff;
        border-color: #1c77ff;
        box-shadow: 0 0 0 2px rgba(0,92,230,.5);
        width: 95%;
    }

    .login-container button:focus {
        width: 85%;
        background-color: #0052cc;
        border-color: #10707f;
        width: 100%;
    }

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Firefox */
@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

​
/* Opera */
@-o-keyframes fadein {
    from

{
    opacity: 0;
}

to {
    opacity: 1;
}

}

​

@keyframes bg-fadein {
    from

{
    opacity: 0;
}

to {
    opacity: 1;
}

}

/* Firefox */
@-moz-keyframes bg-fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.5;
    }
}

/* Safari and Chrome */
@-webkit-keyframes bg-fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.5;
    }
}

/* Internet Explorer */
@-ms-keyframes bg-fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.5;
    }
}


/* Firefox */
@-moz-keyframes op {
    from {
        background-color: #fff;
    }

    to {
        background-color: #0c0a1e;
    }
}

/* Safari and Chrome */
@-webkit-keyframes op {
    from {
        background-color: #fff;
    }

    to {
        background-color: #0c0a1e;
    }
}

img.logo {
    /*max-width: 140px;
    padding: 10px !important;
    background-color: white !important;
    border-radius: 6px !important;*/
    text-align: center;
    position: absolute;
    margin: 0 auto;
    width: 6rem;
    left: calc((100% - 6rem) / 2);
    border-radius: 10%;
    box-shadow: 0px 0px 9px 2px #344454;
}


/* Metro Menu */

.bg-green {
    background-color: #51d851;
}

.bg-brown {
    background-color: #966F33;
}

.bg-orange {
    background-color: #FF8C00;
}

.bg-blue {
    background-color: #736AFF;
}

.bg-lightblue {
    background-color: #78bff9;
}

.bg-redgay {
    background-color: #DA312E;
}

.bg-yellow {
    background-color: #dbb701;
}

.bg-bluefish {
    background-color: #02b9e3;
}

.bg-magenta {
    background-color: #d22a4e;
}

.bg-home {
    background-color: #659EC7;
}

.bg-package {
    background-color: #454fc7;
}

.bg-blue-radial {
    background: radial-gradient(#4099ff, #73b4ff);
}

.bg-pink-radial {
    background: linear-gradient(#ff5370, #ff869a);
}

.bg-yellow-radial {
    background: linear-gradient(#ffb64d, #ffcb80);
}

.bg-green-radial {
    background: linear-gradient(#2ed8b6, #59e0c5);
}

.bg-blue-linear {
    background: linear-gradient(to bottom,#16066e, #9fcff98a);
}

.color-yellow {
    color: yellow;
}

/*.bg-blue-linear {
    background: linear-gradient(to bottom,#06416e, #0000009c);
    background: rgba(57, 89, 116, 0.8);
}*/

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.navbar {
    border-radius: 0;
}

.main-metro-menu .button-menu {
    /*top: -10%;
    left: 100%;
    transform: translate(-50%, -50%);
    position: absolute;*/
    width: 25px;
    margin: 5px 10px;
}

    .main-metro-menu .button-menu:before,
    .main-metro-menu .button-menu:after,
    .main-metro-menu .button-menu div {
        background: white;
        content: "";
        display: block;
        height: 3px;
        border-radius: 3px;
        margin: 5px 0;
        transition: 0.5s;
    }

    .main-metro-menu .button-menu.visible {
        top: 0px;
    }

        .main-metro-menu .button-menu.visible:before {
            transform: translateY(5px) rotate(135deg);
        }

        .main-metro-menu .button-menu.visible:after {
            transform: translateY(-12px) rotate(-135deg);
        }

        .main-metro-menu .button-menu.visible div {
            transform: scale(0);
        }

.metro-content, .user-accessPanel-content {
    width: 100% !important;
    display: none;
    background-color: #4c6393b3;
    position: absolute;
    top: 47px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    z-index: 1000 !important;
    padding: 15px;
    overflow-y: auto;
}

.metro-content-bottom {
    margin-top: 30px;
}

.metro-top-menu {
    float: left;
    direction: ltr;
}

    .metro-top-menu a {
        text-decoration: none;
        font-size: 15px;
        color: #fff;
        padding: 10px 15px;
        display: inline-block;
        transition: .2s all;
        position: relative;
        width: 48px;
    }

        .metro-top-menu a:first-child {
            border-left: 1px solid rgba(225, 236, 231, 0.27);
        }

        .metro-top-menu a:not(:last-child) {
            border-right: 1px solid rgba(225, 236, 231, 0.27);
            border-radius: 10px;
        }

        .metro-top-menu a:hover:not(:last-child) {
            background-color: orange;
            color: white !important;
        }

        .metro-top-menu a.active {
            background-color: gray !important;
            border-bottom: 2px solid orange;
            padding-bottom: 9px;
        }

            .metro-top-menu a.active i {
                color: orange;
            }


.metro-content .wide {
    width: 265px;
    height: 120px;
    overflow: hidden;
    font-size: 13px;
    padding: 10px;
    display: block;
    float: left;
    margin: 6px;
    border-radius: 10px;
}

.metro-content .box {
    width: 129px;
    height: 120px;
    overflow: hidden;
    font-size: 13px;
    padding: 10px;
    display: block;
    float: left;
    margin: 6px;
    border-radius: 5px;
}

.metro-content a.wide, .metro-content a.box {
    text-decoration: none;
    color: #fff;
    -webkit-transition: -webkit-transform 0.2s;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 27px 0px #000000;
}

a.wide h2, a.box h2 {
    position: absolute;
    bottom: 5px;
    font-size: 12px;
}

a.wide i, a.box i {
    font-size: 60px;
    text-align: center;
    display: block;
    margin-top: 10px; /* outside Codepen is actually 30px */
}

a.wide:hover {
    -webkit-transform: scale(1.09);
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
        opacity: 1;*/
    z-index: 2;
}

a.box:hover {
    -webkit-transform: scale(1.12);
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
        opacity: 1; */
    z-index: 2;
}

a.wide.active, a.box.active {
    background-color: gray !important;
    border-bottom: 2px solid orange;
    /*pointer-events: none;*/
}

    a.wide.active i, a.box.active i {
        color: orange !important;
    }

.selected-menu {
    -webkit-transform: scale(0.85);
    border-bottom: solid 6px white;
    pointer-events: none;
}

    .selected-menu h2 {
        font-size: 16px !important;
    }

.user {
    background-color: snow;
    box-shadow: 0px 0px 27px 0px #000000;
}

    .user p {
        font-size: 12px;
    }

.user-img {
    color: #505be2;
    font-size: 60px;
    border: 1px solid #505be2;
    padding: 2px;
}

.user-header-name {
    margin-top: 20px;
    margin-bottom: 5px;
}

.user a {
    text-decoration: none;
}

.user-icon {
    padding: 10px;
    background-color: white;
    border: 1px solid;
    font-size: 18px !important;
    border-color: #4a89bf;
}

    .user-icon:hover {
        background-color: #fdfd62ba;
    }

.user-header {
    margin-top: 20px;
}

.user-body {
    margin-top: 10px;
    margin-bottom: 30px;
}

.user-panel-item {
    width: 70px;
    margin: 0px 3px;
}

.text-color-black {
    color: black;
}

.font-weight-semibold {
    font-weight: 600;
}

.font-weight-light {
    font-weight: 300;
}

.border-radious-15 {
    border-radius: 15px;
}

.border-radious-7 {
    border-radius: 7px;
}

.margin-right-2 {
    margin-right: 2px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.border-blue {
    border: 1px solid #4a89bf;
}

.span-text {
    font-size: 10px;
    font-family: Helvetica, Arial, sans-serif;
    text-decoration: none;
    display: none;
}

.callcenter-submenu {
    display: none;
    width: 130px !important;
    background-color: white;
    border: 1px solid #528ec2;
}

    .callcenter-submenu:hover li a:hover {
        background-color: #fdfd62ba;
    }

    .callcenter-submenu:hover > #callcenter.a {
        background-color: #fdfd62ba;
    }

.callcenter-submenu-text {
    color: black;
    list-style-type: none;
    font-size: 12px;
}

.callcenter .fa-angle-down {
    font-size: 15px;
    position: unset !important;
    top: 25px;
    right: 13px;
}

.badge-style {
    border-radius: 3px !important;
    color: #064070;
    font-size: 10px !important;
    font-family: 'vazir';
}

.metro-top-menu .badge-style-close {
    background-color: lightgray !important;
    font-size: 9px !important;
    position: absolute;
    top: 22px;
    left: 5px;
}

.metro-top-menu .badge-style-open {
    position: absolute;
    top: -1px !important;
    left: 5px;
    background-color: yellow;
}

.metro-content .badge-style-close {
    position: absolute;
    top: 6px !important;
    left: 22px !important;
    padding: 1px !important;
    background-color: lightgray !important;
}

.metro-content .badge-style-open {
    position: absolute;
    top: 0px;
    left: 5px;
    background-color: yellow;
}


.main-footer {
    z-index: 1000;
    bottom: 0px;
    left: 0px;
    right: 0px;
    text-align: center;
    background-color: #454fc7;
    color: white;
    font-weight: bold;
    border: 0px;
    padding: 9px 10px;
}

.navbar {
    background: none;
    background-color: #454fc7;
    border: none !important;
    padding: 2px;
}

#callCenterBox, #QSearchBox {
    position: relative !important;
    padding: 2px 6px;
    left: 0px !important;
}

    #QSearchBox i {
        color: white !important;
    }

#tsPackages .tab-content {
    padding-bottom: 30px;
    /*height: 93vh !important;
    overflow: scroll;*/
}

#tabGeneralUserTab4Content iframe {
    height: 94vh !important;
}

.kendo-top-menu .k-grid-content {
    height: 77vh;
}

.kendo-top-menu > ul {
    position: absolute;
    z-index: 10;
    top: 2px;
    right: 100px;
    background-color: transparent;
    color: white;
    font-weight: 600;
    border: 0px;
}

    .kendo-top-menu > ul > li {
        border-left: 1px solid rgba(225, 236, 231, 0.47) !important;
        border-radius: 10px !important;
        transition: .2s all;
        margin-right: 5px !important;
        float: right !important;
    }

        .kendo-top-menu > ul > li:first-child {
            border-right: 1px solid rgba(225, 236, 231, 0.47) !important;
        }

#folderHolder {
    border: 1px solid rgba(225, 236, 231, 0.77) !important;
    border-radius: 10px !important;
    margin-right: 5px !important;
    float: right !important;
}

#showFolderSpan {
    padding: 5px;
}

    #showFolderSpan.fa-times {
        /*color: white;*/
        cursor: pointer;
    }


.kendo-top-menu .k-item span {
    color: white !important;
}

.kendo-top-menu .k-item .k-link span {
    padding: 0px 15px 0px 0px !important;
}

.kendo-top-menu .k-state-hover, .kendo-top-menu .k-state-active {
    background-color: orange !important;
    border-radius: 10px !important;
}

/*#region text field css*/
.form__group {
    position: relative;
    padding: 15px 0 0;
}

    .form__group input {
        padding-right: 6px;
    }

    .form__group .k-button {
        margin: 2px !important;
        font-size: 9px !important;
        background-color: #077badd9 !important;
    }

.form__field {
    font-family: inherit;
    width: 100%;
    border: 0;
    border: 1px solid #d2d2d2;
    outline: 0;
    font-size: 12px;
    color: #212121;
    padding: 7px 0;
    background: transparent;
    transition: border-color 0.2s;
    border-radius: 10px !important;
}

    .form__field::placeholder {
        color: transparent;
    }

    .form__field:placeholder-shown ~ .form__label {
        font-size: 12px;
        cursor: text;
        top: 20px;
        right: 5px;
    }

    .form__label,
    .form__field:focus ~ .form__label {
        position: absolute;
        top: 8px;
        right: 8px;
        display: block;
        transition: 0.2s;
        font-size: 10px;
        font-weight: 400;
        color: #9b9b9b;
        padding: 0px 10px;
        background-color: white;
        height: 23%;
        width: auto;
    }

    .form__field:focus ~ .form__label {
        color: 9b9b9b;
    }

    .form__field:focus {
        padding-bottom: 6px;
        border: 2px solid #145DA0;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(37 46 53 / 60%);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(37 46 53 / 60%);
    }


.k-widget.form__field {
    border: none !important;
}

.k-widget.k-multiselect.form__field {
    border: 1px solid #d2d2d2 !important;
}

.form__group .k-widget .k-dropdown-wrap {
    border-radius: 10px;
}

.form__group .k-widget .k-picker-wrap {
    border-radius: 10px;
}

.form__group .k-widget .k-state-focused {
    border: 2px solid #145DA0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(37 46 53 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(37 46 53 / 60%);
}

.form__group .k-widget.k-multiselect.k-state-focused {
    border: 2px solid #145DA0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(37 46 53 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(37 46 53 / 60%);
}

.form__group .k-widget .k-multiselect {
    border-radius: 10px;
    padding: 2px;
}

.form__group .k-widget .k-picker-wrap .form__field {
    border: none;
}

.form__group .k-multiselect .k-multiselect-wrap {
    height: 90%;
    padding-top: 2px;
    border-radius: 10px;
}

.form__group .k-widget .k-state-hover {
    background-color: white;
}

.form__group .form__field:hover:not(:focus) {
    border-color: #adadad;
}

.form__group .k-widget.k-multiselect:hover:not(.k-state-focused) {
    border-color: #adadad !important;
}
/*#end region text field css*/
/*#region select css*/
.form__group .select {
}

.form__group .select-text {
    position: relative;
    font-family: inherit;
    background-color: transparent;
    width: 100%;
    padding: 5px 10px 10px 0;
    font-size: 12px;
    border-radius: 10px;
    border: 1px solid lightgray;
    float: right;
}

    /* Remove focus */
    .form__group .select-text:focus {
        outline: none;
        border: 2px solid #145DA0;
    }

/* Use custom arrow */
.form__group .select .select-text {
    appearance: none;
    -webkit-appearance: none;
}

.form__group .select:after {
    position: absolute;
    top: 30px;
    left: 8px;
    /* Styling the down arrow */
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid rgba(0, 0, 0, 0.12);
    pointer-events: none;
}


/* LABEL ======================================= */
.form__group .select-label {
    color: #9b9b9b;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    right: 5px;
    top: 20px;
    transition: 0.2s ease all;
    padding-right: 10px;
}

/* active state */

.form__group .select-text:focus {
    border: 2px solid #145DA0;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(37 46 53 / 60%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(37 46 53 / 60%);
}

    .form__group .select-text:focus ~ .select-label, .form__group .select-text:valid ~ .select-label {
        color: #9b9b9b;
        top: 2px;
        transition: 0.2s ease all;
        font-size: 12px;
        background-color: white;
        padding: 3px 5px 0px 6px;
        right: 10px;
    }

/*#end region text field css*/


/*#region kendo grid ui css*/

thead .k-header {
    background-color: #bec3ff;
    box-shadow: -10px 0px 10px 4px rgb(0 0 0 / 45%);
    border: 1px solid #bec3ff !important;
}

.k-grid-header .k-link:link {
    font-weight: 600;
    text-align: center;
}

.k-pager-wrap {
    background-color: #eaeaeabf !important;
    color: black !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
    /*position: fixed;*/
    bottom: 30px;
    left: 0px;
    right: 0px;
}

.k-pager-nav, .k-pager-nav.k-pager-first, .k-pager-nav.k-pager-last, .k-pager-numbers, .k-pager-sizes, .k-pager-refresh {
    float: right !important;
}

    .k-pager-nav[title="صفحه ی نخست"] {
        order: 1;
    }

    .k-pager-nav[title="صفحه ی آخر"] {
        order: 5;
    }

    .k-pager-nav[title="صفحه ی قبل"] {
        order: 2;
    }

    .k-pager-nav[title="صفحه ی بعد"] {
        order: 4;
    }

.k-pager-numbers {
    order: 3;
}

.k-pager-refresh {
    order: 6;
}

.k-pager-sizes {
    order: 7;
    margin-right: auto;
    flex: 1 1 auto;
}

.k-pager-info {
    order: 8;
    margin-right: auto !important;
}

.k-pager-input {
    margin-right: auto !important;
    order: 9;
}

.k-pager-nav {
    border: 1px solid lightgray !important;
    border-radius: 50% !important;
    padding: 4px;
    margin: 0px 2px !important;
}

.k-pager-numbers li span {
    border-radius: 50% !important;
    padding: 4px;
}

.k-pager-numbers li a {
    border: 1px solid lightgray !important;
    border-radius: 50% !important;
    padding: 4px;
    outline: none;
    background-color: inherit !important;
    padding: 4px;
    margin: 0px 2px;
    font-weight: 600;
    color: black !important;
}

.k-pager-wrap .k-link {
    outline: none;
}

    .k-pager-wrap .k-link:hover {
        color: #428bca;
        border-color: #ccc;
        background: #ebebeb !important;
        border-radius: 50% !important;
    }

.k-pager-refresh, .k-pager-sizes {
    padding: 4px;
}

.k-pager-refresh {
}

.k-pager-sizes {
}

.k-pager-info {
    padding: 7px;
}

.k-pager-input {
    padding: 5px;
    margin: 0px 6px !important;
}

    .k-pager-input .k-textbox {
        text-align: center;
        padding: 2px 0px 4px 6px;
        border-radius: 50%;
        min-width: 2em !important;
        height: 2em;
        width: 2em;
    }

.k-grid-content .k-master-row:hover {
    background-color: #bec3ff78;
}

.k-grid-content .k-master-row .k-hierarchy-cell {
    background-color: #bec3ff;
    outline: none;
}

    .k-grid-content .k-master-row .k-hierarchy-cell a {
        outline: none;
    }

.k-grid-content .k-master-row td a {
    color: blue !important;
}

.k-grid-content .k-master-row td img {
    margin-left: 4px;
}

.k-grid-content tbody tr td {
    border: 1px solid #bec3ff6b;
}

.k-grid-content .k-master-row.k-state-selected td span {
}

.k-state-selected {
    color: #fff;
    background-color: #7d84d8 !important;
    border-color: #7d84d8 !important;
}
/*modify kendo grid icon appear in <td>*/
.task-status-new, .task-status-bedone, .task-status-finished {
    padding: 2px;
    border-radius: 50%;
    margin-left: 2px;
    font-size: 14px;
}

.task-status-new {
    color: green;
}

.task-status-bedone {
    color: orange;
    margin-right: 2px;
}

.task-status-finished {
    color: #0275d8;
}

.k-widget.k-listview {
    border: 0px !important;
}

.k-menu-horizontal .k-animation-container {
    position: fixed !important;
    right: 0px !important;
    left: 0px !important;
    width: auto !important;
    /*height: auto !important;
    min-height: 845px;*/
    -webkit-animation: bg-fadein 1.5s; /* Safari and Chrome */
    -moz-animation: bg-fadein 1.5s; /* Firefox */
    -ms-animation: bg-fadein 1.5s; /* Internet Explorer */
    -o-animation: bg-fadein 1.5s; /* Opera */
    animation: fadein 1.5s;
    transition-timing-function: linear;
    margin-left: 0px;
    padding: 0px;
    display: block;
    position: absolute;
    z-index: 999;
    top: 46px !important;
    right: 0px;
    bottom: 0px !important;
    height: unset !important;
    overflow: auto;
    box-sizing: content-box;
    background-color: #4c6393b3 !important;
}

    .k-menu-horizontal .k-animation-container .k-group.k-menu-group.k-popup.k-reset.k-state-border-up {
        margin: 10px !important;
        padding: 0px !important;
        border-color: #6872e8 !important;
        background-color: transparent !important;
        padding-bottom: 100px !important;
        border: 0px;
        width: 98%;
    }

    .k-menu-horizontal .k-animation-container ul.k-group.k-menu-group.k-popup.k-reset.k-state-border-up div li {
        position: relative;
        float: right !important;
        font-size: 12px;
        display: block;
        margin: 6px;
        background-color: #203293 !important;
        width: 133px;
        height: 125px;
        padding: 10px;
        border-radius: 5px;
        white-space: normal;
        word-wrap: break-word;
        overflow: hidden;
        -webkit-transition: -webkit-transform 0.2s;
        box-shadow: 1px 1px 5px 0px #000000;
    }

        .k-menu-horizontal .k-animation-container ul.k-group.k-menu-group.k-popup.k-reset.k-state-border-up div li:hover {
            -webkit-transform: scale(1.12);
            z-index: 2;
            box-shadow: unset;
        }

        .k-menu-horizontal .k-animation-container ul.k-group.k-menu-group.k-popup.k-reset.k-state-border-up div li a:first-child {
            position: absolute;
            top: 0px;
            float: right;
            /* width: 100%; */
            display: block !important;
            padding: 5px !important;
            right: 0px;
        }

        .k-menu-horizontal .k-animation-container ul.k-group.k-menu-group.k-popup.k-reset.k-state-border-up div li a:nth-child(2) {
            font-weight: 700;
            white-space: normal;
            word-wrap: break-word;
            /* position: relative; */
            text-align: right;
            display: block !important;
            color: #ffffff !important;
            font-size: 11px;
            padding-top: 18px;
        }

#pnlTaskGroup {
    z-index: 10010 !important;
}
/*#pnlTaskGroup + .k-animation-container {
    display : none !important;
}*/
ul[id*="FormAccess"] li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0ca";
    font-size: 35px;
    text-align: center;
    color: white;
    display: block;
    padding-top: 20px;
}

ul[id*="WorkflowAccess"] li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0ca";
    font-size: 35px;
    text-align: center;
    color: white;
    display: block;
    padding-top: 20px;
}

ul[id*="ReportAccess"] li:before {
    font-family: "Font Awesome 5 Free";
    content: "\f0ca";
    font-size: 35px;
    text-align: center;
    color: white;
    display: block;
    padding-top: 20px;
}
/*border: 1px solid gray;
        border-radius: 5px !important;
        width: 130px;
        height: 130px;
        position: inherit;
    }*/

/*#end region kendo grid ui css*/

/*#myErrorModal .modal-body {
    border: 3px solid !important;
    border-radius: 3px !important;    
    color: white !important;
}

.errorModal {
    border-color: red !important;
    background: linear-gradient(to bottom,#e83748, #ffffff8a) !important;
}
.successModal {
    border-color: red !important;
    background: linear-gradient(to bottom,#e83748, #ffffff8a) !important;
}

.MessageText {
    text-align : center;
}

.modal-dialog #btnClose {
}*/

div[id*="FormAccess"] {
    background-color: transparent !important;
}

    div[id*="FormAccess"] div {
        position: inherit !important;
        right: 0px !important;
        left: 0px !important;
        width: 900px;
        min-height: 110px !important;
        border: 1px solid green;
        margin: 10px !important;
    }

.cke_button__easyimageupload.cke_button_off {
    display: none !important;
}

cke .cke_bottom.cke_reset_all {
    height: 23px;
    color: black;
}

textarea.k-state-disabled {
    pointer-events: unset !important;
}

input.k-state-disabled {
    pointer-events: unset !important;
}

.currentActivePackage {
    pointer-events: none;
    color: white;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    text-shadow: 2px 2px 8px;
    background-color: gray;
}

    .currentActivePackage i {
        font-size: 14px;
        padding-left: 5px;
    }

.user-accessPanel-content {
    margin-bottom: 30px !important;
}

.k-treeview-lines .k-icon {
    margin-top: 10px;
    background-color: white;
}

.k-treeview-lines a {
    color: white;
    font-weight: bold;
    font-size: 13px;
}

li.k-item > div {
    font-size: 13px;
    border-radius: 5px;
    transition: 1s all;
    box-shadow: 0px 0px 27px 0px #000000;
    text-decoration: none;
    color: #fff;
    position: relative;
    box-shadow: 0px 0px 27px 0px #000000;
}

    li.k-item > div:hover, .k-state-hover, .k-state-hover:hover {
        background-color: orange;
    }

.userAccessPanelKendoTree_tv_active > div :hover {
    background-color: orange;
    color: white !important;
    padding-right: 20px;
}

.user-accessPanel-content .k-treeview-lines .k-state-hover a {
    text-decoration-line: none;
    background-color: transparent;
}
