﻿@import url('../Icofont/icofont.min.css');
@import url('../Font.css');

/*bg-attention*/
/*bg-primary*/

.card, .btn, .form-control {
    border-radius: 0;
}

    /*.card:hover {
        transform: scale(1.05);
        box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
    }*/

/*btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:visited {
    background-color: #8064A2 !important;
}*/

.dropdown-menu {
    left: 50% !important;
    transform: translateX(-50%) !important;
    top: 100% !important;
    width:300px;
    
}
.triangle {
    display: none; /*Hides the content*/
    position: absolute;
    background-color: #f5f3f3;
    min-width: 150px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.5); /*Adds a drop shadow*/
    z-index: 1;
    border-radius: 2%;
}
    .triangle:after {
        content: ''; /* Required to display content */
        position: absolute; /* Sets the position absolute to the top div */
        top: 0;
        left: 50%; /* position the little arrow */
        margin-left: -15px;
        margin-top: -15px; /* Set margin equal to border px */
        width: 0;
        z-index: 1;
        height: 0;
        border-bottom: solid 15px #f5f3f3; /* Creates the arrow pointing up, to change to a notch instead user border-top */
        border-left: solid 15px transparent; /* Creates triangle effect */
        border-right: solid 15px transparent; /* Creates triangle effect */
    }

.btn-primary {
    color: #fff;
    background-color: #fe0002;
    border-color: #f34748;
}

.btn-primary:hover {
background-color: #f34748;
}

.btn-primary:active {
background-color: #f34748;
}

.btn-primary:focus {
background-color: #f34748;
color: #ffffff;
box-shadow: 0 0 70px rgba(0, 0, 0, 0.15);
border-color: white;
}

.btn-login {
color: #fff;
border-color:transparent;
}

    .btn-login:hover {
        /*border-bottom: 2px solid #fe0002;*/
    }

    .btn-login:active {
        border-bottom: 2px solid #fe0002;
        
    }

    .btn-login:focus {
         border-bottom: 2px solid #fe0002;
        background-color: #066fe4;
       
    }

.text-color-defualt {
    color: #066fe4;
}

.bg-question {
    background-color: #a4d0fa;
}
.bg-h-f-n {
    background-color: #3684fa;
}
.bg-attention {
    background-color: #c60872;
}
.bg-title-dropdown {
    background-color: #fd031b;
}

.bg-title {
    background: linear-gradient(to bottom, #e1e1e1 -30%, #ffffff 99%);
}

.btn-success:hover, .btn-success:focus {
    /*font-size: 14px;
        font-weight: 600;*/
    background-color: #688bfe;
    color: #ffffff;
    box-shadow: 0 0 70px rgba(0, 0, 0, 0.15);
    border-color: white;
}

    /*.btn-primary:hover, .btn-primary:focus {
        background-color: #688bfe;
        color: #ffffff;
        box-shadow: 0 0 70px rgba(0, 0, 0, 0.15);
        border-color: white;
    }*/
.btn-main {
    background: #d74295;
    color:white;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 35px;
    text-transform: uppercase;
}

    .btn-main:hover {
        background: #d7a1bf;
        color: #fff;
    }
    .btn-main:active {
        background-color: #d7a1bf;
    }

    .btn-main:focus {
        background-color: #7c0f4c;
        color: #ffffff;
        box-shadow: 0 0 70px rgba(0, 0, 0, 0.15);
        border-color: white;
    }

.btn-tools {
    background: #fc64b9;
    color: white;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 35px;
    text-transform: uppercase;
}

    .btn-tools:hover {
        background: #d665a4;
        color: #fff;
    }

    .btn-tools:active {
        background-color: #d665a4;
    }

    .btn-tools:focus {
        background-color: #d6549c;
        color: #ffffff;
        box-shadow: 0 0 70px rgba(0, 0, 0, 0.15);
        border-color: white;
    }

.btn-attention {
    background: #c23b86;
    color: white;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 35px;
    text-transform: uppercase;
}
    .btn-attention:hover {
        background: #c2699b;
        color: white;
    }
    .btn-attention:active {
        background-color: #c2699b;
    }
    .btn-attention:focus {
        background-color: #c23b86;
        color: white;
        box-shadow: 0 0 70px rgba(0, 0, 0, 0.15);
        border-color: white;
    }
.btn-eraser {
    background: #fc6f08;
    color: #ebedef;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 35px;
    text-transform: uppercase;
}

    .btn-eraser:hover {
        background: #f9964d;
        color: #ebedef;
    }

    .btn-eraser:active {
        background-color: #f9964d;
    }

    .btn-eraser:focus {
        background-color: #f8ab72;
        color: #ebedef;
        box-shadow: 0 0 70px rgba(0, 0, 0, 0.15);
        border-color: white;
    }
.btn-help {
    background: #faec8a;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 35px;
    text-transform: uppercase;
}

    .btn-help:hover {
        background: #faf3c2;
        color: #444443;
    }

    .btn-help:active {
        background-color: #faf3c2;
    }

    .btn-help:focus {
        background-color: #fae34a;
        color: #ffffff;
        box-shadow: 0 0 70px rgba(0, 0, 0, 0.15);
        border-color: white;
    }

.btn-gray {
    background: linear-gradient(to bottom, #03dbce -30%, #03dbce 90%);
    color: #4d4e4e;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    padding: 6px 20px;
    text-transform: uppercase;
}

    .btn-gray:hover {
        background: #7dede6;
        color: #4d4e4e;
    }

    .btn-gray:active {
        background-color: #7dede6
    }

    .btn-gray:focus {
        background-color: #7dede6;
        color: #ffffff;
        box-shadow: 0 0 70px rgba(0, 0, 0, 0.15);
        border-color: lightslategrey;
    }

.btn-que {
    background: #337efa;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 35px;
    text-transform: uppercase;
}

    .btn-que:hover {
        background: #5392fb;
        color: #fff;
    }

    .btn-que:active {
        background-color: #0e60e9;
    }

    .btn-que:focus {
        background-color: #0e60e9;
        color: #ffffff;
        box-shadow: 0 0 70px rgba(0, 0, 0, 0.15);
        border-color: white;
    }

.btn-questions {
    background: #066fe4;
    color:white;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 35px;
    text-transform: uppercase;
}

    .btn-questions:hover {
        background: #2b81e2;
        color: white;
    }

    .btn-questions:active {
        background-color: #0569d8;
    }

    .btn-questions:focus {
        background-color: #0569d8;
        color: #ffffff;
        box-shadow: 0 0 70px rgba(0, 0, 0, 0.15);
        border-color: #fe0002;
    }

    .modal-header {
        direction: rtl;
    }

.bg-dashbord-1 {
    background-image: url('../../../Img/Bg/Dashbord/check-payable.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-dashbord-2 {
    background-image: url('../../../Img/Bg/Dashbord/check-receivable.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-dashbord-3 {
    background-image: url('../../../Img/Bg/Dashbord/documents-receivable.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-dashbord-4 {
    background-image: url('../../../Img/Bg/Dashbord/payable-documents.png');
    background-repeat: no-repeat;
    background-size: contain;
}

.bg-title-win-opr {
    background: linear-gradient(to bottom, #a6a6a6 -30%, #ffffff 99%);
}

.text-info {
    color: var(--color-c);
}

.text-rpa-info {
    color: var(--color-yellow);
}

.bg-info-a {
    /* background-color: var(--color-pink-info);*/
    background-color: #d74295;
}

.header-bg-infowin {
    background: linear-gradient(to bottom, #03dbce -30%, #03dbce 90%);
}

.header-bg-grid {
    background: linear-gradient(to bottom, #ffffff -140%, #d74295 99%);
}

.header-bg-tools-bar {
    background: linear-gradient(to bottom, #e3e0e2 -140%, #d74295 99%);
}

.row-bg-grid {
    background: linear-gradient(to bottom, #ffffff -140%, #81bbfc 99%);
}

.row-bg-win {
    background: linear-gradient(to bottom, #81bbfc -100%, #ffffff 99%);
}

.row-bg-btn {
    background: linear-gradient(to bottom, #ffffff -140%, #d74295 99%);
    color: white;
}

.row-bg-btn-attention {
    background: linear-gradient(to bottom, #ffffff -140%, #f7c95b 99%);
}

.row-bg-btn-eraser {
    background: linear-gradient(to bottom, #ffffff -140%, #fc6f08 99%);
}

.header-bg-title {
    background: linear-gradient(to bottom, #a6a6a6 -30%, #ffffff 99%);
}



.text-gray {
    color: #4d4e4e;
}

.defualt-bg-color {
    background-color: #ebadd0;
}

.border-gray {
    border-color: #1e1d1d;
}

.modalcontent-req {
    width: auto;
}

.cursor-pointer {
    cursor: pointer !important;
}
/*.btn-main {
    background: #094ce5;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 35px;
    text-transform: uppercase;
}

    .btn-main:hover {
        background: #043fc6;
        color: #fff;
    }*/
.btn-project {
    background: #094ce5;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 10px 35px;
    text-transform: uppercase;
}

    .btn-project:hover {
        background: #043fc6;
        color: #fff;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {

    
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    
    .modalcontent-req {
    }
}

@media only screen and (max-width: 767px) {
    .modalcontent-req {
        width: 475px;
    }

    .ddstate {
        width: 180px;
    }
}

.modalbody-req {
    width: 550px;
}

@media only screen and (max-width: 767px) {
    .modalbody-req {
        width: 485px;
    }

    
}

.heSCla {
    /*background: linear-gradient(to bottom, #a6a6a6 -30%, #ffffff 99%);*/
    height: 35px;
    font-size: 18px;
    font-weight:normal;
}

.heSClaNotification {
    /*background: linear-gradient(to bottom, #a6a6a6 -30%, #ffffff 99%);*/
    height:auto;
    font-size: 12px;
}

.heSClaInvoice {
    background: #f6fc51;
    height: 35px;
    font-size: 15px;
    font-weight: normal;
    color: #4d4e4e;
}

.rowstyle-blue {
    background-color: #e1ecff;
}

.test {
    background-color: white;
    height: 10px;
}


.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175)
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #262626;
            text-decoration: none;
            background-color: #f5f5f5
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        background-color: #337ab7;
        outline: 0
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #777
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            cursor: not-allowed;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false)
        }

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    right: 0;
    left: auto
}

.dropdown-menu-left {
    right: auto;
    left: 0
}

/*------------ Scrollbar Change -------------- */

/*::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(234,234,234,1);
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #959595;
    -webkit-box-shadow: inset 0 0 6px rgba(0,123,255,1);
}*/

.uprogress {
    width: 100%;
    height: 100%;
    background-color: aqua;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: auto;
    background-color: Black;
    filter: alpha(opacity=60);
    opacity: 0.6;
    -moz-opacity: 0.6
}

    .uprogress .uprogress-text {
        font-size: 23px;
        position: absolute;
        top: 50%;
        /*left: 35%;*/
        justify-content: center;
        width: auto;
        align-items: center;
        color: #fdf400;
    }

    .uprogress .uprogress-b-text {
        font-size: 23px;
        position: absolute;
        top: 2%;
        /*left: 35%;*/
        justify-content: center;
        width: auto;
        align-items: center;
        color: #fdf400;
    }

.up-rogress-key {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    bottom: auto;
    background-color: #066fe4;
    filter: alpha(opacity=60);
    opacity: 0.9;
    -moz-opacity: 0.9;
}

    .up-rogress-key .uprogress-text {
        font-size: 20px;
        position: absolute;
        top: 28%;
        justify-content: center;
        width: auto;
        align-items: center;
        color: #fdf400;
    }
    .up-rogress-key .progress {
        height: 4px;
        margin-top: 43px;
    }
.u-progress-menu-item {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    top: 0;
    left: 10%;
    bottom: auto;
   /* background-color: #066fe4;*/
    filter: alpha(opacity=60);
    opacity: 0.9;
    -moz-opacity: 0.9;
}

    .u-progress-menu-item .uprogress-text {
        font-size: 20px;
        position: absolute;
        bottom: 0px;
        height: 3px;
        justify-content: center;
        width: auto;
        align-items: center;
        background-color: #fe0002;
    }
    .u-progress-menu-item .progress {
        height: 4px;
        margin-top: 45px;
    }

    .bgheader {
        background-color: #3b88fc;
    }
.modal-header {
    direction: rtl;
}

/*.btn {
  background-color: transparent;
  color: #fff;
  padding: 10px 30px;
  border-radius: 0;
  transition: all .3s ease-in 0s;
}

.btn:focus {
  color: #ddd;
}

.btn-transparent {
  border: 1px solid #4e595f;
}

    .btn-transparent:hover, .btn-transparent:focus {
        background-color: #007bff;
        border: 1px solid transparent;
        color: #fff;
    }*/
.blinking {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker {
    0% {
        border-left: 5px solid #ff0000;
    }

    49% {
        border-left: 5px solid #ff0000;
    }

    60% {
        border-left-color: transparent;
    }

    99% {
        border-left-color: transparent;
    }

    100% {
        border-left: 5px solid #ff0000;
    }
}

.blinking-2 {
    -webkit-animation-name: blinker-2;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@keyframes blinker-2 {
    0% {
        border-right: 5px solid #ff0000;
    }

    49% {
        border-right: 5px solid #ff0000;
    }

    60% {
        border-right: transparent;
    }

    99% {
        border-right: transparent;
    }

    100% {
        border-right: 5px solid #ff0000;
    }
}

.blinking-3 {
    -webkit-animation-name: blinker-2;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@keyframes blinker-3 {
    0% {
        border-right: 5px solid #ff0000;
    }

    49% {
        border-right: 5px solid #ff0000;
    }

    60% {
        border-right: transparent;
    }

    99% {
        border-right: transparent;
    }

    100% {
        border-right: 5px solid #ff0000;
    }
}

.blinking-successful {
    -webkit-animation-name: blinker-successful;
    -webkit-animation-duration: 0.6s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-direction: alternate;
}

@-webkit-keyframes blinker-successful {
    0% {
        border-left: 5px solid #02d31f;
    }

    49% {
        border-left: 5px solid #02d31f;
    }

    60% {
        border-left-color: transparent;
    }

    99% {
        border-left-color: transparent;
    }

    100% {
        border-left: 5px solid #02d31f;
    }
}

.back-to-top {
    position: fixed;
    /*display: none;*/
    width: 40px;
    height: 40px;
    /*border-radius: 3px;*/
    /*right: 30px;
    bottom: 100px;*/
    background: #007bff;
    color: #fff;
    transition: display 0.5s ease-in-out;
    z-index: 99999;
}

    .back-to-top i {
        font-size: 24px;
        position: absolute;
        top: 8px;
        left: 8px;
    }

    .back-to-top:hover {
        color: #fff;
        background: #629fd3;
        transition: background 0.2s ease-in-out;
    }

.rownotification
{
    font-size:13.5px;
}

    .rownotification:hover {
        background-color: #f5f5f6;
        cursor: pointer;
    }
.ddlspc
{
    max-width:170px;
}

.treeview-parentnodestyle {
    padding:7px;
    box-shadow: 1px 4px 4px #ececec;
    border-radius:4px;
}
.treeview-nodestyle {
    color: white;
    padding: 7px;
    box-shadow: 1px 4px 4px #ececec;
    border-radius: 4px;
}
    .treeview-nodestyle:hover {
        background-color: #d74295;
        color: white;
    }
    .treeview-parentnodestyle:hover {
        background-color: #d74295;
        color: white;
    }

.tree td div {
    height: 40px !important;
    color:blueviolet;
        
}

.tree td {
    vertical-align: top !important;
}

.step-war-se {
    font-family: YekanNumbers-Regular,'BYekan';
    background: linear-gradient(to bottom, #fcc464 -30%, #fbd696 90%);
}

.bg-box-1 {
    font-family: YekanNumbers-Regular,'BYekan';
    background: linear-gradient(to bottom, #646ffc -30%, #757efa 90%);
}

.font-byekan-numbers
{
    font-family:YekanNumbers-Regular;
}


.col-title-bg {
    background-color: #fe0002;
    color:white;
}

fieldset {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

.rbl-list-item input[type="radio"] {
    margin-right: 13px;
    cursor:pointer;
}

.title-main {
    background-color: #c60872;
    color: white;
    text-align: center;
    text-justify: auto;
}

.bg-chat-1 {
    background-color: #e14ea0;
    color: white;
    text-align: center;
    text-justify: auto;
}

.bg_2 {
    background-color:#adadad;
    color: white;
    text-align: center;
    text-justify: auto;
}


.department-ticket:hover {
    /* background-color: white;*/
    filter: alpha(opacity=30);
    opacity: 0.3;
    -moz-opacity: 0.3;
}

.footergrid {
    background-color: #d0d1d3;
}

    .footergrid:hover {
        background-color: #d0d1d3;
    }
.box-border-chat
{
    border-color:#4d4e4e;
}

.context-dropdown-item
{
  background-color:white;
}

    .context-dropdown-item a {
        color:#353434;
        width:100%;
    }
        .context-dropdown-item .context-menu-item:hover {
            color:white;
            background-color: #c60872;
        }
::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,1);
    border-radius: 0;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #8c8d8e;
    -webkit-box-shadow: inset 0 0 6px rgba(90,90,90,0.7);
}
