﻿/*#region General Layout */

/*
  	Flaticon icon font: Flaticon
  	Creation date: 10/11/2018 12:48
  	*/

@font-face {
    font-family: "Flaticon";
    src: url("../fonts/flatIcon/Flaticon.eot");
    src: url("../fonts/flatIcon/Flaticon.eot?#iefix") format("embedded-opentype"), url("../fonts/flatIcon/Flaticon.woff") format("woff"), url("../fonts/flatIcon/Flaticon.ttf") format("truetype"), url("../fonts/flatIcon/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("../fonts/flatIcon/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px;
}

.flaticon-workflow-1:before {
    content: "\f100";
}

.flaticon-multiple-users-silhouette:before {
    content: "\f101";
}

.flaticon-user:before {
    content: "\f102";
}

.flaticon-talk:before {
    content: "\f103";
}

.flaticon-search:before {
    content: "\f104";
}

.flaticon-workflow:before {
    content: "\f105";
}

.flaticon-box:before {
    content: "\f106";
}

.flaticon-home:before {
    content: "\f107";
}

html {
    height: 100%;
    width: 100%;
    overflow: auto;
}

body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    width: 100%;
    /*background-color: #fff !important;*/
    font-family: 'Vazir';
    font-size: 8pt;
    margin: 0;
    direction: rtl;
    padding: 0;
}

@media(max-width: 767px) {
    body {
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
}


a {
    cursor: pointer;
}

.DisableDiv {
    background-color: rgba(0,0,0,0.5);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 300;
    position: fixed;
    -webkit-transition: visibility 0 linear 0.4s,opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: visibility 0 linear 0.4s,opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    transition: visibility 0 linear 0.4s,opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

/*#endregion General Layout */

/*#region Error Popup Message*/

.TBSErrorWindow {
    min-width: 500px;
    min-height: 75px;
    /*float:right;*/
    padding-right: 0;
    border: 3px solid black;
    display: none;
}

    .TBSErrorWindow > img {
        float: right;
    }

    .TBSErrorWindow > .ErrorMessage {
        float: right;
        margin: 30px 30px 0 0;
    }

    .TBSErrorWindow > .ErrorButtons {
        clear: right;
        float: left;
        margin-left: 10px;
        display: inline-block;
    }

        .TBSErrorWindow > .ErrorButtons > .btnCancel {
            display: none;
        }

/*#endregion Error Popup Message*/

/*#region New error Modal bootstrap*/

#myErrorModal .modal-content > .modal-footer {
    padding: 7px;
    border-top-color: transparent;
}

#myErrorModal .modal-content > .modal-body {
    padding: 0;
}

#myErrorModal .modal-body.popup-notification-body {
}

#myErrorModal .modal-body > .popup-notification-close {
    width: auto;
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: 15px;
    color: white;
}

#myErrorModal .modal-content > .modal-body > p {
    margin: auto;
    display: inline-block;
}

#myErrorModal .modal-content > .modal-body > span > img {
    width: 70px;
    vertical-align: top;
}


#myErrorModal .modal-content .modal-body {
    display: flex;
    justify-content: space-around;
    padding: 10px 0px;
}

#myErrorModal .notification-icon {
    font-size: 40px;
    padding: 0px 3px;
    margin-right: 10px;
}

#myErrorModal .MessageText {
    margin-top: 15px;
    font-size: 12px;
}

.callcenterawayUser {
    background-color: #f3bd7b;
}

#myErrorModal > .modal-dialog {
    direction: rtl;
    float: right;
    margin-right: 20px;
}

    #myErrorModal > .modal-dialog .modal-content {
        width: 70%;
    }

@media(max-width: 767px) {
    #myErrorModal > .modal-dialog {
        min-width: 490px;
        margin: 30px;
    }
}






.sidenav {
    height: 100%;
    width: 50px;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 0px;
    direction: rtl;
    margin-top: 38px;
    border-radius: 4px;
}

    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .sidenav a:hover {
            color: #f1f1f1;
        }

    .sidenav .closebtn {
        position: absolute;
        top: 0;
        right: 0px;
        font-size: 36px;
        margin-left: 50px;
    }

#main {
    transition: margin-left .5s;
    /*margin-right: 41px;*/
    direction: rtl;
}



.sidenav a, .dropdown-btn {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    color: #818181;
    display: flex;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    outline: none;
}



    /* On mouse-over */
    .sidenav a:hover, .dropdown-btn:hover {
        color: #f1f1f1;
    }

.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

.dropdown-container {
    background-color: #8e8e8e;
}

    .dropdown-container > a {
        color: black;
    }

a.closebtn {
    display: none;
    left: 0px !important;
    margin: unset !important;
}

.closebtn {
    display: none;
}

.float-right {
    float: right;
}

.badge-style-open {
    background-color: red;
    color: white;
    height: 16px;
    min-width: 15px;
    text-align: center;
    border-radius: 2px;
    float: left;
    margin-top: 6px;
}

.badge-style-close {
    background-color: #ff8d00;
    color: white;
    height: 13px;
    min-width: 12px;
    text-align: center;
    border-radius: 2px;
    float: left;
    font-size: 10px;
    position: relative;
    bottom: 38px;
}

div#SuccessorCartable {
    width: 100%;
}

.SelectedIcon:before {
    color: white;
}

.SubMenuCSS {
    border: unset;
}


.k-listview li {
    margin-top: 10px;
    margin-bottom: 10px;
}
/*#endregion New error Modal bootstrap*/



.findFromFilter {
    color: red;
}


span.k-state-disabled > input {
    background-color: #d4d4d4;
}

a.ng-scope {
    text-align: right;
}

.k-menu .k-animation-container, .k-popup .k-animation-container {
    /*max-height: 400px !important;*/
    overflow: auto !important;
    overflow-x: hidden !important;
}


/*Merto Menu*/

.metro-content h1 {
    font-weight: 300;
    float: left;
    width: 55%;
    margin-left: 5px;
    font-size: 40px;
    margin-bottom: 40px;
}

.metro-content h2 {
    margin: 0px;
    font-weight: 300;
    right: 10px;
}

.package-container {
    padding: 15px 0px;
    height: auto;
    display: table;
    margin-bottom: 20px
}

.wide {
    width: 265px;
    height: 120px;
    overflow: hidden;
    font-size: 13px;
    padding: 10px;
    display: block;
    float: left;
    margin: 6px;
    border-radius: 10px;
    /*opacity: 0.9;*/
}

.box {
    width: 129px;
    height: 120px;
    overflow: hidden;
    font-size: 13px;
    padding: 10px;
    display: block;
    float: left;
    margin: 6px;
    border-radius: 5px;
    /*opacity: 0.9;*/
}

a.wide, 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 h2.top, a.box h2.top {
            position: static;
            font-size: 14px;
        }

    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 {
        -webkit-transform: scale(1);
    }

.selected-menu {
    -webkit-transform: scale(0.85);
    border-bottom: solid 6px white;
    pointer-events: none;
}

    .selected-menu h2 {
        font-size: 16px !important;
    }

.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-package {
    background-color: #454fc7;
}

.float-right {
    float: right;
}

.float-left {
    float: left;
}

.user {
    background-color: snow;
    box-shadow: 0px 0px 27px 0px #000000;
}

    .user p {
        font-size: 12px;
    }

.user-img {
    height: 60px;
    width: 60px;
    min-width: 60px;
    border-radius: 50% !important;
    position: relative;
    overflow: hidden;
}

.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: absolute;
    top: 25px;
    right: 13px;
}

/*.right {
    float: right;
    text-align: right;
    margin-top: 30px;
}*/

.right p {
    margin: 5px 0px;
}

@media only screen and (max-width:580px) {
    .wide {
        width: 225px;
    }

    .box {
        width: 109px;
    }
}

#iframeLoding.InitilizingDivSpinner {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999;
    background-color: #565656;
    background-repeat: no-repeat;
    background-position: center;
    filter: alpha(opacity=60);
    -moz-opacity: 0.8;
    opacity: 0.95;
}

    #iframeLoding.InitilizingDivSpinner > .image {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 120px;
        height: 120px;
        margin: -60px 0 0 -60px;
    }

.colorful-loading {
    position: absolute;
    top: 65%;
    left: 49%;
}

.loading-bar {
    display: inline-block;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    animation: colorful-loading 1s ease-in-out infinite;
}

    .loading-bar:nth-child(1) {
        background-color: white;
        animation-delay: 0;
    }

    .loading-bar:nth-child(2) {
        background-color: white;
        animation-delay: 0.09s;
    }

    .loading-bar:nth-child(3) {
        background-color: white;
        animation-delay: .18s;
    }

    .loading-bar:nth-child(4) {
        background-color: white;
        animation-delay: .27s;
    }

.cursor-pointer {
    cursor: pointer;
}

@keyframes colorful-loading {
    0% {
        transform: scale(1);
    }

    20% {
        transform: scale(1, 2.2);
    }

    40% {
        transform: scale(1);
    }
}
