﻿/*By Mousavi*/

/*#region LoginNew*/
.boxCard {
    /*position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(-50%,-50%);*/
    width: 400px;
    padding: 40px;
    /*background: rgba(0,0,0,0.8);*/
    background: #fff;
    box-sizing: border-box;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
    border-radius: 10px;
}

    .boxCard h2 {
        margin: 0 0 30px;
        padding: 0;
        color: #000;
        text-align: center;
    }
/*#endregion*/

/*#region speedometer*/

.fa-shadow-pulse {
    animation: shadow-pulse 1s infinite;
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(254,93,112,0.4);
    }

    100% {
        box-shadow: 0 0 0 35px rgba(254,93,112,0);
    }
}

.start-ring {
    /*display: block;*/
    position: absolute;
    top: -2px;
    left: -2px;
    width: 100px;
    height: 100px;
    border: 2px #26c5dd solid;
    border-radius: 50%;
    background: transparent !important;
    /*background-image: linear-gradient(#141526,#141526),linear-gradient(to bottom,#2de5d1,#1fa4e9);*/
    animation-name: start-ring;
    animation-delay: 3s;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes start-ring {
    0% {
        opacity: 0;
        transform: scale(1)
    }

    12.5% {
        opacity: 0;
        transform: scale(.995)
    }

    16.667% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale(1.3)
    }

    100% {
        opacity: 0;
        transform: scale(1.5)
    }
}

.speedoIcon {
    color: #ffffff96;
    border: .08em solid #9193a880;
    border-radius: 5em;
    padding: 1rem;
    font-size: 2.4rem;
}

.speedoIconNet {
    fill: #ffffff96;
    border: .08em solid #9193a880;
    border-radius: 5em;
    padding: 0.5rem;
    font-size: 2.4rem;
}

.speedoIconPing {
    color: #ffffff96;
    border: .08em solid #9193a880;
    border-radius: 5em;
    /*padding: 1rem;
    font-size: 2.4rem;*/
}

.speedoIconUp {
    color: #bf71ff;
    border: .08em solid #bf71ff;
    border-radius: 5em;
    /*padding: 1rem;
    font-size: 2.4rem;*/
}

.speedoIconDown {
    color: #6afff3;
    border: .08em solid #6afff3;
    border-radius: 5em;
    /*padding: 1rem;
    font-size: 2.4rem;*/
}

.speedoIconSuccess {
    color: #00c853;
    border: .08em solid #00c853;
    border-radius: 5em;
}

.speedoIconFail {
    color: #d50000;
    border: .08em solid #d50000;
    border-radius: 5em;
}

.speedoLabel1 {
    color: #ffffff;
    font-weight: 400;
    /*text-shadow:*/
}

.speedoLabel2 {
    color: #ffffff;
    font-weight: 400;
    /*text-shadow:*/
}

.btn-outline-round {
    position: relative;
    width: 100px;
    height: 100px;
    border: 2px #26c5dd solid;
    border-radius: 50%;
    background: transparent !important;
    background-image: linear-gradient(#141526,#141526),linear-gradient(to bottom,#2de5d1,#1fa4e9);
}

    .btn-outline-round:hover {
        background: #232f4e !important;
    }

.speedo-container {
    background-color: #141526;
}

.speedometer .pointer {
    fill: #e0e0e0
}

/*.arc .speedo-segment {
    fill: rgb(0, 128, 0);
    d: path("M -130 -1.59204e-14 A 130 130 0 0 1 -105.172 -76.4121 L -56.6312 -41.145 A 70 70 0 0 0 -70 -8.57253e-15 Z");
}*/

/*#endregion*/

/*#region myFieldset*/
.myFieldset {
    border: 2px solid #337ab7;
    border-radius: 3px;
    padding: 0em .75em 0em !important;
}

.myLegend {
    text-align: center;
    width: 60%;
}
/*#endregion*/

/*#region PrintPage*/
.PrintPageBody {
    background-color: #92c7d6;
}

.PrintPageBorder {
    border-width: 50px;
    border-style: solid;
    border-color: black;
    border-image: url('https://atelierbram.github.io/frame-patterns/assets/svg/meander_152x152_border-image.svg') 50 50 50 50 round round;
}
/*#endregion*/

/*#region RadioGroup*/
.mdc-form-field {
    font-family: IRANSans;
    font-size: 1rem;
}

input[type="checkbox"] {
    transform: scale(1.2) !important;
}

input[type="radio"] {
    transform: scale(1.2) !important;
}

    input[type="radio"]:checked {
        background-color: #ffa500 !important;
    }

        input[type='radio']:checked:after {
            background-color: #ffa500 !important;
        }

.form-check-inline {
    padding-left: 1.25rem !important;
}

.invalid-drop {
    border: 1px solid #f86c6b !important;
}

.invalid-form {
    border: 1px solid #f86c6b !important;
    border-radius: 3px !important;
    margin-bottom: 0rem !important;
    /*padding: 3px 0px !important;*/
}

.invalid-feed {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #f86c6b;
}

.radioGroupForm {
    border: 1px solid #bbbbbb;
    border-radius: 3px !important;
    margin-bottom: 0rem !important;
    /*padding: 3px 0px !important;*/
}
/*#endregion*/

/*#region themeColor*/
.sidebar .nav-link:hover {
    color: #fff;
    background: #5d78ff !important;
}

.sidebar {
    color: #c0c4d1;
    background: #242939 !important;
    fill: #5867dd !important;
}

    .sidebar .nav-link.active {
        color: #fff;
        background: #000000 !important;
        fill: #2739c1 !important;
    }

        .sidebar .nav-link.active .nav-icon {
            color: #5d78ff !important;
        }

/*body {
    background: #f9f9fc !important;
    fill: #646c9a !important;
}*/

.app-header {
    background-color: rgb(255, 255, 255) !important;
    /*background: #242939 !important;*/
    box-shadow: rgba(82, 63, 105, 0.1) 0px 0px 40px 0px !important;
    border-bottom: none !important;
}

.app-footer {
    color: #c0c4d1;
    background: #242939 !important;
    fill: #5867dd !important;
    border-bottom: none !important;
}

.avatar-dropdown-header {
    padding: 15px 21px !important;
    background: #5d78ff !important;
    border-bottom: none !important;
    color: white !important;
}

.avatar-dropdown-text {
    color: #646c9a;
}

    .avatar-dropdown-text:hover {
        color: #5867dd;
    }

.app-header .navbar-brand {
    width: 100px !important;
}
/*#endregion*/

/*#region Register*/
.cl-md-2 {
    flex: 0 0 20% !important;
    max-width: 20% !important;
}

.cl-md-4 {
    flex: 0 0 80% !important;
    max-width: 100% !important;
}

@media(max-width: 2560px) {
    .w-col-register1 {
        width: 87%;
    }

    .w-col-register2 {
        width: 81%;
    }
}

@media(max-width: 1440px) {
    .w-col-register1 {
        width: 87%;
    }

    .w-col-register2 {
        width: 81%;
    }
}

@media(max-width: 1200px) {
    .w-col-register1 {
        width: 86%;
    }

    .w-col-register2 {
        width: 79%;
    }
}

@media(max-width: 1024px) {
    .w-col-register1 {
        width: 85%;
    }

    .w-col-register2 {
        width: 77%;
    }
}

@media(max-width: 768px) {
    .w-col-register1 {
        width: 39%;
    }

    .w-col-register2 {
        width: 68%;
    }
}

@media(max-width: 425px) {
    .w-col-register1 {
        width: 78%;
    }

    .w-col-register2 {
        width: 78%;
    }
}

@media(max-width: 375px) {
    .w-col-register1 {
        width: 75%;
    }

    .w-col-register2 {
        width: 75%;
    }
}

@media(max-width: 320px) {
    .w-col-register1 {
        width: 70%;
    }

    .w-col-register2 {
        width: 70%;
    }
}
/*#endregion*/

/*#region card*/
.card {
    margin-bottom: 1rem !important;
}

.card-hover:hover {
    transform: translate(0, -10px);
    transition: all 0.2s;
    transition-delay: 0s;
}

.card-primary {
    border-color: #337ab7 !important;
    border: 1.5px solid #337ab7 !important;
    border-radius: 4px;
    margin-top: 0.5rem;
}

.card-header-primary {
    background-color: #337ab7 !important;
    border-color: #337ab7 !important;
    border-radius: 8px;
    color: white !important;
    text-align: center !important;
}

.card-primary .card-header-primary {
    width: 90% !important;
    margin-right: 5%;
    margin-top: -10px;
}

.card-primary.text-center {
    margin-top: 0rem;
}

.tab-content.card-primary {
    margin-top: 0rem;
}

.card-edit {
    border-color: #fbc02d !important;
    border: 1.5px solid #fbc02d !important;
    box-shadow: 0 14px 26px -12px rgba(255,152,0,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(255,152,0,.2) !important;
    margin-top: 1.5rem;
}

.card-header-edit {
    background-color: #fbc02d !important;
    border-color: #fbc02d !important;
    border-radius: 8px;
    color: black;
    text-align: center !important;
}

.card-edit .card-header-edit {
    width: 90% !important;
    margin-right: 5%;
    margin-top: -20px;
    box-shadow: 0 14px 26px -12px rgba(255,152,0,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(255,152,0,.2) !important;
}

.card-edit.text-center {
    margin-top: 0rem;
}

.tab-content.card-edit {
    margin-top: 0rem;
}
/*div.card-edit .card-header-edit {
    margin-top: 1.5rem !important;
}*/
.card-rose {
    border-color: #e91e63 !important;
    border: 1.5px solid #e91e63 !important;
    /*border-radius: 8px;*/
}

.card-header-rose {
    /*border-radius: 4px !important;*/
    color: #fff !important;
    background-color: #e91e63 !important;
    border-color: #e91e63 !important,
}

.card-headerLog {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background: linear-gradient(60deg, #ec407a, #d81b60);
    border-bottom: 1px solid #c8ced3;
    width: 80% !important;
    margin-right: 10%;
    height: 100px;
    margin-top: -39px;
    color: white;
    border-radius: 8px !important;
}
/*#endregion*/

/*#region Tree*/
.treeHover {
    background-color: #dad9d9 !important;
}

.box {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
}

    .box::before {
        content: "\2610";
        color: black;
        display: inline-block;
        margin-right: 6px;
    }

.check-box::before {
    content: "\2611";
    color: dodgerblue;
    transform: rotate(360deg) !important;
}
/* Rotate the caret/arrow icon when clicked on (using JavaScript) */
.caret-tree-down::before {
    transform: rotate(90deg) !important;
}

/* Hide the nested list */
.nested-tree {
    display: none;
}

/* Show the nested list when the user clicks on the caret/arrow (with JavaScript) */
.active-tree {
    display: block;
}
/* Style the caret/arrow */
.caret-tree {
    cursor: pointer;
    user-select: none; /* Prevent text selection */
}

    /* Create the caret/arrow with a unicode, and style it */
    .caret-tree::before {
        content: "\25B6";
        color: black;
        display: inline-block;
        margin-right: 6px;
        transform: rotate(180deg);
    }

.selectedTreeNode {
    font-weight: 900;
}
/*#endregion*/

/*#region border*/
.border-none {
    border: none !important;
}

.border-secondary {
    border: 1.5px solid #009688 !important;
}

.border-danger {
    border: 1.5px solid #f44455 !important;
}

.border-radius-3 {
    border-radius: 3px;
}

.border-b-none {
    border-bottom: none !important;
}

.border-right {
    border-right-color: #000000 !important;
    border: solid 1px white;
}

/*#endregion*/

/*#region btn*/
.btn-label {
    display: inline-block;
    margin-top: 5px;
    height: 1.6rem !important;
}

.minBtn-width {
    max-width: 120px !important;
    padding-right: 5px;
    padding-left: 5px;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 1.5px;
    font-family: IRANSans !important;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: .2rem;
    cursor: pointer;
}

.back-glass {
    background-color: #ffffff !important;
}

.dis-access {
    float: left !important;
    color: black !important;
    margin-left: 0;
    font-size: 20px;
}

i {
    float: right;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

.btn.focus, .btn:focus, .btn:hover {
    color: #333;
    text-decoration: none
}

.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn, i[disabled], i.disabled {
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: all
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}

    .btn-default.focus, .btn-default:focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad
    }

        .btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default:active.focus, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover {
            color: #333;
            background-color: #d4d4d4;
            border-color: #8c8c8c
        }

    .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
        background-image: none
    }

    .btn-default.disabled.focus, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled].focus, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover {
        background-color: #fff;
        border-color: #ccc
    }

    .btn-default .badge {
        color: #fff;
        background-color: #333
    }

.btn-primary {
    color: #fff !important;
    background-color: #337ab7;
    border-color: #2e6da4;
    box-shadow: 0 2px 2px 0 rgba(59,89,152,.14), 0 3px 1px -2px rgba(59,89,152,.2), 0 1px 5px 0 rgba(59,89,152,.12);
}

    .btn-primary.focus, .btn-primary:focus {
        color: #fff;
        background-color: #286090;
        border-color: #122b40;
        box-shadow: 0 2px 2px 0 rgba(59,89,152,.14), 0 3px 1px -2px rgba(59,89,152,.2), 0 1px 5px 0 rgba(59,89,152,.12);
    }

    .btn-primary:hover {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
        box-shadow: 0 2px 2px 0 rgba(59,89,152,.14), 0 3px 1px -2px rgba(59,89,152,.2), 0 1px 5px 0 rgba(59,89,152,.12);
    }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #286090;
        border-color: #204d74;
        box-shadow: 0 2px 2px 0 rgba(59,89,152,.14), 0 3px 1px -2px rgba(59,89,152,.2), 0 1px 5px 0 rgba(59,89,152,.12);
    }

        .btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover {
            color: #fff;
            background-color: #204d74;
            border-color: #122b40;
            box-shadow: 0 2px 2px 0 rgba(59,89,152,.14), 0 3px 1px -2px rgba(59,89,152,.2), 0 1px 5px 0 rgba(59,89,152,.12);
        }

    .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
        background-image: none
    }

    .btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
        background-color: #337ab7;
        border-color: #2e6da4
    }

    .btn-primary .badge {
        color: #337ab7;
        background-color: #fff
    }

.btn-success {
    color: #fff;
    background-color: #4caf50;
    border-color: #4caf50;
    box-shadow: 0 2px 2px 0 rgba(76,175,80,.14), 0 3px 1px -2px rgba(76,175,80,.2), 0 1px 5px 0 rgba(76,175,80,.12);
}

    .btn-success.focus, .btn-success:focus {
        color: #fff;
        background-color: #47a44b;
        border-color: #39843c;
        box-shadow: 0 14px 26px -12px rgba(76,175,80,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(76,175,80,.2);
    }

    .btn-success:hover {
        color: #fff;
        background-color: #47a44b;
        border-color: #39843c;
        box-shadow: 0 14px 26px -12px rgba(76,175,80,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(76,175,80,.2);
    }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        color: #fff;
        background-color: #47a44b;
        border-color: #39843c;
        box-shadow: 0 14px 26px -12px rgba(76,175,80,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(76,175,80,.2);
    }

        .btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success:active.focus, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover {
            color: #fff;
            background-color: #47a44b;
            border-color: #39843c;
            box-shadow: 0 14px 26px -12px rgba(76,175,80,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(76,175,80,.2);
        }

    .btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success {
        background-image: none
    }

    .btn-success.disabled.focus, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled].focus, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover {
        background-color: #5cb85c;
        border-color: #4cae4c
    }

    .btn-success .badge {
        color: #5cb85c;
        background-color: #fff
    }

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}

    .btn-info.focus, .btn-info:focus {
        color: #fff;
        background-color: #31b0d5;
        border-color: #1b6d85
    }

    .btn-info:hover {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        color: #fff;
        background-color: #31b0d5;
        border-color: #269abc
    }

        .btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info:active.focus, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover {
            color: #fff;
            background-color: #269abc;
            border-color: #1b6d85
        }

    .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
        background-image: none
    }

    .btn-info.disabled.focus, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled].focus, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover {
        background-color: #5bc0de;
        border-color: #46b8da
    }

    .btn-info .badge {
        color: #5bc0de;
        background-color: #fff
    }

.btn-edit {
    color: #fff;
    background-color: #ff9800;
    border-color: #ff9800;
    box-shadow: 0 2px 2px 0 rgba(255,152,0,.14), 0 3px 1px -2px rgba(255,152,0,.2), 0 1px 5px 0 rgba(255,152,0,.12);
}

    .btn-edit.focus, .btn-edit:focus {
        color: #fff;
        background-color: #f08f00;
        border-color: #c27400;
        box-shadow: 0 14px 26px -12px rgba(255,152,0,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(255,152,0,.2);
    }

    .btn-edit:hover {
        color: #fff;
        background-color: #f08f00;
        border-color: #c27400;
        box-shadow: 0 14px 26px -12px rgba(255,152,0,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(255,152,0,.2);
    }

    .btn-edit.active, .btn-edit:active, .open > .dropdown-toggle.btn-edit {
        color: #fff;
        background-color: #f08f00;
        border-color: #c27400;
        box-shadow: 0 14px 26px -12px rgba(255,152,0,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(255,152,0,.2);
    }

        .btn-edit.active.focus, .btn-edit.active:focus, .btn-edit.active:hover, .btn-edit:active.focus, .btn-edit:active:focus, .btn-edit:active:hover, .open > .dropdown-toggle.btn-edit.focus, .open > .dropdown-toggle.btn-edit:focus, .open > .dropdown-toggle.btn-edit:hover {
            color: #fff;
            background-color: #f08f00;
            border-color: #c27400;
            box-shadow: 0 14px 26px -12px rgba(255,152,0,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(255,152,0,.2);
        }

    .btn-edit.active, .btn-edit:active, .open > .dropdown-toggle.btn-edit {
        background-image: none
    }

    .btn-edit.disabled.focus, .btn-edit.disabled:focus, .btn-edit.disabled:hover, .btn-edit[disabled].focus, .btn-edit[disabled]:focus, .btn-edit[disabled]:hover, fieldset[disabled] .btn-edit.focus, fieldset[disabled] .btn-edit:focus, fieldset[disabled] .btn-edit:hover {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-edit .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-warning {
    color: #fff;
    background-color: #ff9800;
    border-color: #ff9800;
    box-shadow: 0 2px 2px 0 rgba(255,152,0,.14), 0 3px 1px -2px rgba(255,152,0,.2), 0 1px 5px 0 rgba(255,152,0,.12);
}

    .btn-warning.focus, .btn-warning:focus {
        color: #fff;
        background-color: #f08f00;
        border-color: #c27400;
        box-shadow: 0 14px 26px -12px rgba(255,152,0,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(255,152,0,.2);
    }

    .btn-warning:hover {
        color: #fff;
        background-color: #f08f00;
        border-color: #c27400;
        box-shadow: 0 14px 26px -12px rgba(255,152,0,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(255,152,0,.2);
    }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        color: #fff;
        background-color: #f08f00;
        border-color: #c27400;
        box-shadow: 0 14px 26px -12px rgba(255,152,0,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(255,152,0,.2);
    }

        .btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning:active.focus, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover {
            color: #fff;
            background-color: #f08f00;
            border-color: #c27400;
            box-shadow: 0 14px 26px -12px rgba(255,152,0,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(255,152,0,.2);
        }

    .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
        background-image: none
    }

    .btn-warning.disabled.focus, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled].focus, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover {
        background-color: #f0ad4e;
        border-color: #eea236
    }

    .btn-warning .badge {
        color: #f0ad4e;
        background-color: #fff
    }

.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    box-shadow: 0 2px 2px 0 rgba(233,30,99,.14), 0 3px 1px -2px rgba(233,30,99,.2), 0 1px 5px 0 rgba(233,30,99,.12);
}

    .btn-danger.focus, .btn-danger:focus {
        color: #fff;
        background-color: #c9302c;
        border-color: #761c19;
        box-shadow: 0 14px 26px -12px rgba(233,30,99,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(233,30,99,.2);
    }

    .btn-danger:hover {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
        box-shadow: 0 14px 26px -12px rgba(233,30,99,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(233,30,99,.2);
    }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        color: #fff;
        background-color: #c9302c;
        border-color: #ac2925;
        box-shadow: 0 14px 26px -12px rgba(233,30,99,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(233,30,99,.2);
    }

        .btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger:active.focus, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover {
            color: #fff;
            background-color: #ac2925;
            border-color: #761c19;
            box-shadow: 0 14px 26px -12px rgba(233,30,99,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(233,30,99,.2);
        }

    .btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger {
        background-image: none
    }

    .btn-danger.disabled.focus, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled].focus, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover {
        background-color: #d9534f;
        border-color: #d43f3a
    }

    .btn-danger .badge {
        color: #d9534f;
        background-color: #fff
    }

.btn-teal {
    color: #fff;
    background-color: #018786;
    border-color: #018786;
    box-shadow: 0 2px 2px 0 rgba(76,175,80,.14), 0 3px 1px -2px rgba(76,175,80,.2), 0 1px 5px 0 rgba(76,175,80,.12);
}

    .btn-teal.focus, .btn-teal:focus {
        color: #fff;
        background-color: #018786;
        border-color: #018786;
        box-shadow: 0 14px 26px -12px rgba(76,175,80,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(76,175,80,.2);
    }

    .btn-teal:hover {
        color: #fff;
        background-color: #018786;
        border-color: #018786;
        box-shadow: 0 14px 26px -12px rgba(76,175,80,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(76,175,80,.2);
    }

    .btn-teal.active, .btn-teal:active, .open > .dropdown-toggle.btn-teal {
        color: #fff;
        background-color: #018786;
        border-color: #018786;
        box-shadow: 0 14px 26px -12px rgba(76,175,80,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(76,175,80,.2);
    }

        .btn-teal.active.focus, .btn-teal.active:focus, .btn-teal.active:hover, .btn-teal:active.focus, .btn-teal:active:focus, .btn-teal:active:hover, .open > .dropdown-toggle.btn-teal.focus, .open > .dropdown-toggle.btn-teal:focus, .open > .dropdown-toggle.btn-teal:hover {
            color: #fff;
            background-color: #018786;
            border-color: #018786;
            box-shadow: 0 14px 26px -12px rgba(76,175,80,.42), 0 4px 23px 0 rgba(0,0,0,.12), 0 8px 10px -5px rgba(76,175,80,.2);
        }

    .btn-teal.active, .btn-teal:active, .open > .dropdown-toggle.btn-teal {
        background-image: none
    }

    .btn-teal.disabled.focus, .btn-teal.disabled:focus, .btn-teal.disabled:hover, .btn-teal[disabled].focus, .btn-teal[disabled]:focus, .btn-teal[disabled]:hover, fieldset[disabled] .btn-teal.focus, fieldset[disabled] .btn-teal:focus, fieldset[disabled] .btn-teal:hover {
        background-color: #018786;
        border-color: #018786
    }

    .btn-teal .badge {
        color: #fff;
        background-color: #018786
    }
/*#endregion*/

/*#region text-align*/
.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}
/*#endregion*/

/*#region sample*/
.scroll-y {
    overflow-y: scroll !important;
    text-align: right !important;
    overflow-x: hidden;
}

.overflow-x {
    overflow-x: hidden !important
}

.overflow-y {
    overflow-y: hidden !important
}
/*#endregion*/

/*#region color*/
.color-black {
    color: black !important;
}

.color-white {
    color: white !important;
}

.color-green {
    color: green !important;
}

.color-blue {
    color: blue !important;
}

.color-red {
    color: red !important;
}

.color-teal {
    color: #00b5ad !important;
}

.color-rose {
    color: #e91e63 !important;
}

.color-secondary {
    color: #009688;
}

.color-info {
    color: #3d2ce0;
}

.color-danger {
    color: #fd397a;
}

.color-success {
    color: #1dc9b7;
}

.color-warning {
    color: #ffb822;
}

.color-primary {
    color: #337ab7;
}

.color-warning {
    color: #ffb822;
}

.font-color-red {
    color: red;
}
/*#endregion*/

/*#region bg*/
.bg-edit {
    background-color: #fbc02d !important;
    color: black;
}

.bg-rose {
    background-color: #e91e63 !important;
}

.bg-redLight {
    background-color: #ff000029;
}
/*#endregion*/

/*#region w*/
.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-25 {
    width: 25% !important;
}

.w-25 {
    width: 25% !important;
}

.w-30 {
    width: 30% !important;
}

.w-40 {
    width: 40% !important;
}

.w-50 {
    width: 50% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-75 {
    width: 75% !important;
}


.w-80 {
    width: 80% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.w-100 {
    width: 100% !important;
}
/*#endregion*/

/*#region Font-size*/
.font-15 {
    font-size: 15px !important;
}

.font-20 {
    font-size: 20px !important;
    font-weight: 600;
}

.font-25 {
    font-size: 25px !important;
    font-weight: 800;
}

.font-30 {
    font-size: 30px !important;
    font-weight: 900;
}

.font-35 {
    font-size: 35px !important;
    font-weight: 900;
}

.font-50 {
    font-size: 50px !important;
}

.font-75 {
    font-size: 75px !important;
}

.font-100 {
    font-size: 100px !important;
}

/*#endregion*/

/*#region shadow*/
.box-shadow {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.shadow-secondary {
    box-shadow: 0 16px 24px 2px #0096884a, 0 6px 30px 5px #0096881f, 0 8px 10px -5px #00968814 !important;
}

.shadow-danger {
    box-shadow: 0 5px 20px 0 rgba(0,0,0,.2), 0 13px 24px -11px rgba(244,67,54,.6) !important;
}
/*#endregion*/

/*#region Toastify*/
.Toastify__toast--error {
    background: #e74c3cab;
}

.Toastify__toast--success {
    background: #07bc0cab;
}
/*#endregion*/

/*#region Luncher*/
.sc-launcher {
    left: 10px !important;
    right: auto !important;
    bottom: 10px !important;
    background-color: #004e87;
    width: 50px;
    height: 50px;
}

    .sc-launcher .sc-open-icon, .sc-launcher .sc-closed-icon {
        left: 10px !important;
        right: auto !important;
        bottom: 10px !important;
        width: 50px;
        height: 50px;
    }

    .sc-launcher:before {
        width: 50px;
        height: 50px;
    }

.sc-chat-window {
    left: 25px !important;
    right: auto !important;
}

.sc-new-messages-count {
    z-index: 1 !important;
}

.sc-header {
    background: #004e87 !important;
    min-height: 70px !important;
}

.sc-header--img {
    padding: 3px !important;
    width: 60px !important;
    height: 60px !important;
}

.sc-message {
    width: 360px !important;
}

.sc-message--content.sent .sc-message--text {
    color: white !important;
    background-color: #004e87 !important;
}

.sc-message--content.received .sc-message--text {
    color: white !important;
    background-color: #018786 !important;
    margin-right: 40px !important;
}

.sc-message--file {
    color: white !important;
    background-color: teal !important;
}

    .sc-message--file p {
        color: #ffffff;
    }

    .sc-message--file .sc-user-input--file-icon path, .sc-message--file .sc-user-input--send-icon path {
        fill: #ffffff;
    }

        .sc-message--file .sc-user-input--file-icon path:hover, .sc-message--file .sc-user-input--send-icon path:hover {
            fill: #1b1c1d;
        }

/*#endregion*/

/*#region myTooltip*/
.myTooltip {
    position: relative;
    display: inline-block;
    /*border-bottom: 1px dotted black;*/
}

    .myTooltip .myTooltipText {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        bottom: -40px;
        right: -50px;
        z-index: 1;
    }

    .myTooltip:hover .myTooltipText {
        visibility: visible;
    }
/*#endregion*/

/*#region icon*/
.iconEdit {
    background-color: #fff;
    color: #000;
    border: 1px solid;
    border-radius: 50%;
    padding: 0.5rem;
}

    .iconEdit:hover {
        background-color: #000;
        color: #fff;
        border: 1px solid;
        border-radius: 50%;
        padding: 0.5rem;
    }
/*#endregion*/

.dropDownSelected {
    background-color: #03a9f4;
}

.cardDashboardHover:hover {
    box-shadow: 0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12);
    transition: all 0.05s ease-in-out 0.05s;
    /* transform: translate(-25px, 0);*/
}

.map-text {
    font-size: 15px;
    font-weight: bold;
    fill: #3a3a3a;
}

.textAreaLength {
    position: absolute;
    bottom: 0px;
    right: 0;
}

.mdc-menu-surface {
    z-index: 10000;
}

.minWidth-95 {
    min-width: 95px;
}

.top-50 {
    top: 50px !important;
}

.border-primary {
    border: 2px solid #337ab7 !important;
}

.divider-primary {
    height: 2px;
    margin-right: 30px;
    margin-left: 30px;
    background-color: #337ab7;
}

.MuiExpansionPanelSummary-expandIcon-72 {
    left: 8px !important;
    right: auto !important;
}

.input-group-prepend {
    border: 1px solid #bbbbbb;
    border-radius: 0.25rem;
}

select {
    font-family: IRANSans;
}

option {
    font-family: IRANSans;
}

.app-body {
    z-index: 1019;
}

.mdc-list {
    padding: 5px 5px;
    font-family: IRANSans !important;
}

.ui.popup {
    z-index: 10000000;
}

.stiDesignerFileMenu {
    text-align: center;
}

.circule {
    border: 1px solid #000;
    border-radius: 50%;
}

.input-group-text {
    background-color: #ffffff;
    color: #000000;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 280px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.show {
    display: block;
}

.app-header .nav-item {
    min-width: 70px !important;
}

.NotificationCount {
    position: absolute;
    background: #e53935;
    color: #fff;
    font-size: 1rem;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    left: 3px;
    top: 3px;
}

.notificationSvg {
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    animation-delay: 3s;
}

.NotificationBell {
    cursor: pointer;
}

.FLTButton {
    background-color: #018786;
    border: none;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    text-align: center;
    height: 56px;
    width: 56px;
    line-height: 100px;
    color: #fff;
    cursor: pointer;
    position: fixed;
    top: -10px;
    left: 0px;
    z-index: 100;
    align-items: center;
    justify-content: center;
    display: flex;
}

    .FLTButton:hover {
        box-shadow: 0 5px 5px -3px rgba(0,0,0,.2), 0 8px 10px 1px rgba(0,0,0,.14), 0 3px 14px 2px rgba(0,0,0,.12);
        transition: box-shadow .28s cubic-bezier(.4,0,.2,1),opacity 15ms linear 30ms,transform .27s cubic-bezier(0,0,.2,1) 0ms,-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-transform .27s cubic-bezier(0,0,.2,1) 0ms;
        background-color: #049d9c;
    }

        .FLTButton:hover + .FLTlabel {
            visibility: visible;
        }

.FLTlabel {
    padding: 4px;
    background-color: #018786;
    color: #fff;
    position: fixed;
    top: 50px;
    left: 5px;
    z-index: 100;
    visibility: hidden;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
    transition: box-shadow .28s cubic-bezier(.4,0,.2,1),opacity 15ms linear 30ms,transform .27s cubic-bezier(0,0,.2,1) 0ms,-webkit-box-shadow .28s cubic-bezier(.4,0,.2,1),-webkit-transform .27s cubic-bezier(0,0,.2,1) 0ms;
}

i.icon-delete {
    background-color: #ffffff !important;
    color: #db2828 !important;
    border: 1px solid #db2828 !important;
}

    i.icon-delete:hover {
        background-color: #db2828 !important;
        color: #ffffff !important;
        border: 1px solid #ffffff !important;
    }

.ui.multiple.dropdown > .label {
    color: white;
    background: #018786;
    font-weight: 400;
    border: 0 solid #018786;
    border-radius: .28571429rem;
}

.printImg {
    width: 100%;
    height: 100%;
}

.rotate-180 {
    transform: rotate(180deg);
}

.rotate_90 {
    transform: rotate(-90deg);
}

.cursor-pointer {
    cursor: pointer;
}

.capcha {
    border: solid 1.1px #e22e6d40;
    height: 60px;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.disabled {
    cursor: not-allowed !important;
}

.height-fit {
    height: fit-content !important;
}

.height-70 {
    height: 70px !important;
}

.height-inherit {
    height: inherit;
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.right {
    float: right !important;
}

.left {
    float: left !important;
}

.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}

.tree-height {
    height: 350px !important
}

ul {
    list-style-type: none !important;
}

.form-control {
    border: 1px solid #bbbbbb;
}

    .form-control:disabled {
        background-color: #ffffff;
    }

.vertical-timeline-element-date {
    margin-top: -20px !important;
}

select:-moz-focusring {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
}

.selection-row {
    background-color: aquamarine;
    color: red;
    margin-top: 10px;
}

.brr-0 {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.brl-0 {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.bl-1 {
    /*border-left-color: #c8ced3;*/
    border-left: 1px solid #c8ced3;
}

.mr-40 {
    margin-right: 60%;
}

.mt-6 {
    margin-top: 6rem !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-74 {
    margin-top: 74px !important;
}

.pb-0 {
    padding-bottom: 0px !important;
}

.mt-1-r {
    margin-top: 1rem !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt_1 {
    margin-top: -1rem !important;
}

.mt_5 {
    margin-top: -5px !important;
}

.Login-loading {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    /*flex-direction: column-reverse;*/
    padding-top: 5rem;
    padding-bottom: 5rem;
    /*height: 15rem;*/
}

.command-progress {
    min-width: 30px !important;
}


.sidebar .sidebar-nav {
    position: initial !important;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
    width: 220px;
}

.sidebar .nav {
    width: 220px;
    flex-direction: column;
    min-height: 100%;
    padding: 0;
}

.footer {
    background-color: inherit;
    color: white;
    text-align: center;
    position: fixed !important;
    bottom: 7%;
    width: 61.7%;
    /* margin-bottom: 2%; */
    z-index: 0;
}

.nav-tab-item {
    /*transition: 0.3s;*/
    transform: translate3d(-8px, 0px, 0px) !important;
    transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s !important;
    text-align: center;
    font-size: 15px !important;
    background-color: #7775fb;
    border-radius: 4px;
    color: white !important;
}

.active.nav-tab-item {
    /*transition: 0.7s;*/
    transform: translate3d(-8px, 0px, 0px) !important;
    transition: all 0.5s cubic-bezier(0.29, 1.42, 0.79, 1) 0s !important;
    background-color: #4442c2 !important;
    color: white !important;
    box-shadow: 0 16px 26px -10px rgba(22, 20, 141,1), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(99, 97, 208, 0.7);
    border-color: #4442c2 !important;
}

.nav-tabs-a {
    border-bottom: none !important;
    bottom: -2px;
    position: absolute;
    width: 90%;
}

@media print {
    .noPrint {
        display: none !important;
    }
}

.avatar::after {
    content: 'تصویر کاربر';
    position: absolute;
    top: 40%;
    right: 13%
}
