﻿@font-face {
    font-family: "yekan";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/yekan-regular.eot') format("embedded-opentype"), url('../fonts/yekan-regular.woff') format("woff"), url('../fonts/yekan-regular.ttf') format("truetype");
}

.font_me {
    font-family: 'yekan',tahoma;
}

body {
    box-shadow: rgba(0, 0, 0, 0.75) 0 0 300px -60px inset;
}

.Logo_Site {
    margin-top: 5px;
    margin-right: 35px;
    height: 70px;
    display: inline-block;
}

.form-signin {
    font-family: "yekan";
    margin: 0 auto;
    left: 50%;
    position: fixed;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.form-signin-body {
    background-color: #F7F7F7;
    max-width: 350px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-radius: 0 0 10px 10px;
    border: 1px solid rgba(0,0,0,.15);
    padding-top: 20px;
}

.form-signin h2 {
    background: #f95252;
    border-radius: 20px 20px 0 0;
    color: #ffffff;
    font-size: 23px;
    padding: 20px;
}

.form-signin .form-signin-heading,
.form-signin {
    text-align: center;
    margin-bottom: 1px;
}

    .form-signin .form-control {
        background-color: #eee;
        position: relative;
        height: auto;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        font-size: 16px;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

.margin10 {
    padding-top: 20px;
    padding-bottom: 5px;
}

.alert-login {
    padding: 0 !important;
    margin: 0 !important;
}

.waitpop {
    position: fixed;
    z-index: 1000;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    background-color: black;
    left: 0px;
    top: 0px;
}

.waitpop_in {
    padding: 12px;
    box-shadow: black 0 0 3px 3px inset;
    border-radius: 10px;
    width: 250px;
    height: 100px;
    background-color: white;
    font-family: "yekan";
    font-size: 15px;
}

.tablex {
    border-collapse: separate;
    border-spacing: 0 0px;
    border: 1px solid #6e6d7a;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 2px;
    background-color: white;
}

    .tablex thead th {
        background-color: black;
        color: white;
        border: 1px solid white;
        text-align: right;
    }

    .tablex tbody td {
        border: 1px solid white;
        background-color: #F7F7F7;
    }

    .tablex tr th:first-child {
        border-top-right-radius: 5px;
    }

    .tablex tr th:last-child {
        border-top-left-radius: 5px;
    }

    .tablex tfoot {
        background-color: black;
    }

.z_Table_Form {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

    .z_Table_Form td:first-child, .z_Table_Form td:nth-child(4) {
        width: 200px;
        background-color: #F0F0F0;
        border-left: 0px;
    }

    .z_Table_Form td:nth-child(2), .z_Table_Form td:nth-child(5) {
        width: 10px;
        background-color: #F0F0F0;
        color: red;
        font-size: 15px;
        font-weight: bold;
        padding: 0px;
        border-right: 0px;
        vertical-align: -25px;
    }


    .z_Table_Form caption {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
        background-color: #808080;
        text-align: center;
        color: white;
        font-size: 20px;
    }

.Z_Wbig {
    width: 100% !important;
}

.Z_Wsmall {
    width: 100px !important;
}

.Z_WMedium {
    width: 200px !important;
}

.Z_WMedium2 {
    width: 400px !important;
}

.Z_Menu_List {
    background-color: white;
    max-width: 250px;
    top: 200px;
    position: absolute;
}

    .Z_Menu_List ul {
        padding: 10px;
    }

    .Z_Menu_List li {
        max-width: 230px;
        background-color: #f7f7f7;
    }

.RadGrid {
    border-radius: 10px;
    overflow: hidden;
}

.intro_site {
    max-width: 800px;
}

.Intro_Title {
    animation-name: example;
    animation-duration: 7s;
    animation-iteration-count: 500;
}

.intro_pic {
    padding: 20px;
}

.Intro_Footer {
    text-align: center;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 0 auto;
    left: 45%;
    animation-name: example;
    animation-duration: 10s;
    animation-iteration-count: 500;
}

@keyframes example {
    0% {
        color: gray;
    }

    50% {
        color: black;
    }

    100% {
        color: gray;
    }
}



.zFont {
    font-family: BYekan, Tahoma;
}

.zTitr_up {
    border-radius: 10px 10px 0px 0px;
    width: 100%;
    height: 20px;
}

.zTitr_Down {
    border-radius: 0px 0px 10px 10px;
    width: 100%;
    height: 20px;
}

.zfooter, .zTitr_up, .zTitr_Down {
    width: 100%;
    padding: 5px;
    background-color: #242E35;
    border: 2px solid white;
    text-align: center;
    color: black;
    direction: rtl;
}

.zfooter {
    text-align: right;
}
/* Objects %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/

.zButton {
    border: 1px solid #20ABF2;
    cursor: pointer;
    color: #0b4489;
    background: #69c3ff;
    text-shadow: 0 1px 0 #5eb2e7;
    font-size: 20pt;
    min-height: 50px;
    transition: all 0.5s ease 0s;
}

    .zButton:hover {
        color: #ffffff;
        background: #45d7e7;
        text-shadow: 0 1px 0 #72e8f5;
        transition: all 0.5s ease 0s;
    }

.styled-select {
    width: 240px;
    height: 34px;
    overflow: hidden;
    background: #FFFFFF url('../Images/bg-arrow-down-gray.gif') no-repeat scroll 0 center;
    border: 1px solid #ccc;
    transition: all 0.5s ease 0s;
}

    .styled-select select {
        transition: all 0.5s ease 0s;
        font-family: BYekan, Tahoma;
        font-size: 15pt;
        background: transparent;
        width: 110%;
        color: #555;
        padding: 3px 0 0;
        border: 0;
        border-radius: 0;
        line-height: 1;
        direction: rtl;
        height: 35px;
        -webkit-appearance: none;
        border: 1px solid #AAAAAA;
        text-align: right;
        margin: 0;
    }


.zTextbox {
    height: 30px;
    border: 1px solid #AAAAAA;
    font-family: BYekan, Tahoma;
    font-size: 15pt;
    transition: all 0.5s ease 0s;
}

    .zTextbox:hover, div.bigSelect select:hover, .styled-select:hover {
        border: 1px solid #F68B34;
        transition: all 0.5s ease 0s;
    }

    .zTextbox:focus, div.bigSelect select:focus {
        background-color: #bdbdbd;
        transition: all 0.5s ease 0s;
        border: 1px solid red;
    }

/* Table Report %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%*/
.ztable {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px 5px;
    border-collapse: separate;
}

.ztr {
    height: 50px;
    padding-top: 2px;
}

.ztd1 {
    background-color: #1f2229;
    padding-right: 7px;
}

.ztd2 {
    background-color: #4e7380;
    padding-right: 10px;
    color: white;
}

.ztd3 {
    background-color: #3a4149;
    padding-right: 10px;
}

.ztd1, ztd2, xtd3 {
    color: white;
    direction: rtl;
    transition: all 0.5s ease 0s;
}

    .ztd2:hover, .ztd1:hover, .zSize:hover, .ztdtitr:hover {
        transition: all 0.5s ease 0s;
        background-color: black;
        color: white;
    }

.ztdtitr {
    background-color: #69a55b;
    padding-right: 10px;
    color: #eee;
    direction: rtl;
    text-align: center;
}


table.data {
    margin: 0 0 10px;
    padding: 0;
}

    table.data td {
        background-color: #FFF;
        border-bottom: 1px solid #EBEBEB;
        padding: 5px;
    }

    table.data th {
        background-color: #7c7c7d;
        border-bottom: 1px solid #333;
        color: #FFF;
        font-weight: 400;
    }

        table.data th a {
            color: #FFF;
        }

    table.data tr.clientareatableactive td {
        background-color: #DFFFE0 !important;
    }

    table.data tr.clientareatablepending td {
        background-color: #EFEFEF !important;
    }

    table.data tr.clientareatablesuspended td {
        background-color: #FFF6CF !important;
    }

    table.data tr.clientareatableterminated td {
        background-color: #FFCFCF !important;
    }

table.frame {
    margin: 0 0 10px;
    padding: 0;
    border: 1px solid #EBEBEB;
    border-bottom: 0;
}

    table.frame table td {
        background-color: #FFF;
        border-bottom: 1px solid #EBEBEB;
    }

        table.frame table td.fieldarea {
            background-color: #F5F5F5;
            color: #333;
            text-align: right;
            border-right: 1px solid #EBEBEB;
        }


.custom-switch {
    padding-left: 2.25rem;
    padding-bottom: 1rem;
    // added for positioning
}

.custom-control-label {
    // added for alignment with the switch padding-top: 0.5rem;
    padding-left: 2rem;
    padding-bottom: 0.1rem;
}

.custom-switch .custom-control-label::before {
    left: -2.25rem;
    height: 2rem;
    width: 3.5rem;
    // it was 1.75rem before. Sliding way is longer than before. pointer-events: all;
    border-radius: 1rem;
}

.custom-switch .custom-control-label::after {
    top: calc(0.25rem + 2px);
    left: calc(-2.25rem + 2px);
    width: calc(1.85rem);
    height: calc(1.76rem);
    // it was calc(1rem - 4px) before. Oval is bigger than before. height: calc(2rem - 4px);
    // it was calc(1rem - 4px) before. Oval is bigger than before. background-color: #adb5bd;
    border-radius: 2rem;
    // it was 0.5rem before. Oval is bigger than before. transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .custom-switch .custom-control-label::after {
        transition: none;
    }
}

.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: #fff;
    -webkit-transform: translateX(1.5rem);
    //translateX(0.75rem);
    transform: translateX(1.5rem);
    //translateX(0.75rem);
}
/*Profile Card 3*/
.profile-card-3 {
    position: relative;
    float: left;
    overflow: hidden;
    width: 100%;
    text-align: center;
    height: 568px;
    border: none;
}

    .profile-card-3 .background-block {
        float: left;
        width: 100%;
        height: 300px;
        overflow: hidden;
    }

        .profile-card-3 .background-block .background {
            width: 100%;
            vertical-align: top;
            opacity: 0.9;
            -webkit-filter: blur(0.5px);
            filter: blur(0.5px);
            -webkit-transform: scale(1.8);
            transform: scale(2.8);
        }

    .profile-card-3 .card-content {
        width: 100%;
        padding: 15px 25px;
        color: #232323;
        float: left;
        background: #efefef;
        height: 50%;
        border-radius: 0 0 5px 5px;
        position: relative;
        z-index: 9999;
    }
    .profile-card-3 .caed-title {
        text-align: center ;
        position : absolute ;
        top: 40%;
        width : 90%;
    }
.profile-card-3 .card-content::before {
    content: '';
    background: #efefef;
    width: 120%;
    height: 100%;
    left: 11px;
    bottom: 10px;
    position: absolute;
    z-index: -1;
    transform: rotate(-13deg);
}

    .profile-card-3 .profile {
        border-radius: 3%;
        position: absolute;
        top: 5%;
        left: 50%;
        max-width: 250px;
        opacity: 1;
        box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
        border: 2px solid rgba(255, 255, 255, 1);
        -webkit-transform: translate(-50%, 0%);
        transform: translate(-50%, 0%);
        z-index: 99999;
    }

    .profile-card-3 h2 {
        margin: 0 0 5px;
        font-weight: 600;
        font-size: 25px;
    }

        .profile-card-3 h2 small {
            display: block;
            font-size: 15px;
            margin-top: 10px;
        }

    .profile-card-3 i {
        display: inline-block;
        font-size: 16px;
        color: #232323;
        text-align: center;
        border: 1px solid #232323;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        margin: 0 5px;
    }

    .profile-card-3 .icon-block {
        background-color: gray;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
    }

        .profile-card-3 .icon-block a {
            text-decoration: none;
            color: #232323;
        }

    .profile-card-3 i:hover {
        background-color: #232323;
        color: #fff;
        text-decoration: none;
    }


.Z_Titr_Card {
    background-color: #5C5470;
    color: #DBD8E3;
    font-family: "yekan";
}

.Z_Sub_Card {
    background-color: #746c86;
    color: #DBD8E3;
    font-family: "yekan";
}

.Z_Save_Span {
    padding: 20px 0px 20px 0px;
}

    .Z_Save_Span button {
        text-align: center;
        font-weight: bold;
        font-size: 25px;
        height: 50px;
        background-color: #2A2438;
        color: #DBD8E3;
        font-family: "yekan";
        width: 100%;
    }

        .Z_Save_Span button :hover {
            color: #807894;
            text-decoration: none;
        }

.Z_Switch {
}

    .Z_Switch input {
        height: 1.8em !important;
        width: 3em !important;
    }

.Z_C {
    padding-top: 15px;
}

