﻿@font-face {
    font-family: IRANSans;
    src: url(font/IRAN-Sans.ttf);
}
@font-face {
    font-family: 'B Titr';
    src: url(font/BTitrBold_0.ttf);
}
@font-face {
    font-family: Koodak;
    src: url(font/BKoodakBold_0.ttf);
}
@font-face {
    font-family: BNazanin;
    src: url(font/BNazaninBold_0.ttf);
}
@font-face {
    font-family: bt;
    src: url(font/IRANSANS_BOLD.TTF);
}
@font-face {
    font-family: 'Vazir';
    src: url(font/Vazir-FD.ttf);
}
@font-face {
    font-family: 'Vazir';
    src: url(font/Vazir-FD.eot);
}
@font-face {
    font-family: 'Vazir';
    src: url(font/Vazir-FD.woff2);
}
@font-face {
    font-family: 'Vazir';
    src: url(font/Vazir-FD.woff);
}

body {
    background-color: #daf5ff;
    margin: 0 auto;
    font-family: IRANSans !important;
    font-size: 15px;
    color: #000 !important;
    outline: none !important;
    border-color: inherit !important;
}

@media (max-width:670px) {

    .containerBox {
        margin: 15% auto;
        width: 65%;
    }
}

.main-Form {
    margin: 0 auto !important;
    width: 800px;
}

@media (max-width:750px) {
    .main-Form {
        float: right;
        width: 100%;
    }
    .container {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}

.containerBox div {
    text-align: center;
    line-height: 4em;
    width: 100%;
    color: #D0FFEF;
    font-weight: bold;
    transition: all .2s ease-in-out;
    cursor: pointer;
    text-decoration: none;
}

.a1 {
    background-color: #00b8ff;
}

.a2 {
    background-color: #009bd6;
}

.a3 {
    background-color: #00719c;
}

.containerBox div:hover {
    transform: scale(1.4);
}

.containerBox div a {
    text-decoration: none;
    color: #D0FFEF;
}

a:focus,
button:focus,
input:focus,
textarea:focus {
    outline: none !important;
}
/*******************/
.main-listBox {
    margin-top: 15px;
    float: right;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.bs-wizard {
    margin-top: 40px;
}

/*Form Wizard*/
.bs-wizard {
    border-bottom: solid 1px #e0e0e0;
    padding: 0 0 10px 0;
}

    .bs-wizard > .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard > .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 16px;
            margin-bottom: 5px;
        }
        /*.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}*/
        .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #5cb85c;
            top: 45px;
            right: 50%;
            margin-top: -15px;
            margin-right: -15px;
            border-radius: 50%;
        }

            .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
                content: ' ';
                width: 14px;
                height: 14px;
                background: #11d611;
                border-radius: 50px;
                position: absolute;
                top: 8px;
                right: 8px;
            }

        .bs-wizard > .bs-wizard-step > .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard > .bs-wizard-step > .progress > .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #5cb85c;
            }

        .bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {
            float: right;
            direction: rtl;
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {
            float: right;
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {
            width: 0%;
        }

        .bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {
            width: 50%;
        }

        .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {
            background-color: #f5f5f5;
        }

            .bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard > .bs-wizard-step:first-child > .progress {
            right: 50%;
            width: 100%;
        }

        .bs-wizard > .bs-wizard-step:last-child > .progress {
            left: 43%;
            width: 95%;
        }

        .bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }

@media(max-width:400px) {
    .wizard-Box {
        display: none !important;
    }
}

@media(max-width:340px) {

    .bs-wizard > .bs-wizard-step .bs-wizard-stepnum {
        color: #595959;
        font-size: 13px;
        margin-bottom: 5px;
    }
    /*.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #999; font-size: 14px;}*/
    .bs-wizard > .bs-wizard-step > .bs-wizard-dot {
        position: absolute;
        width: 25px;
        height: 25px;
        display: block;
        background: #5cb85c;
        top: 45px;
        right: 50%;
        margin-top: -15px;
        margin-right: -18px;
        border-radius: 50%;
    }

        .bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {
            content: ' ';
            width: 12px;
            height: 12px;
            background: #11d611;
            border-radius: 50px;
            position: absolute;
            top: 6px;
            right: 6px;
        }

    .bs-wizard > .bs-wizard-step > .progress {
        position: relative;
        border-radius: 0px;
        height: 8px;
        box-shadow: none;
        margin: 20px 0;
    }
}
/*******************/

fieldset {
    padding: 0 15px 3em;
    border: 0;
}

legend {
    font-size: 1.4em;
    font-weight: bold;
    padding: .2em 5px;
}


/*********برای موزاییکی استفاده می شود***********/
.ServiceList {
    float: right;
    width: 100%;
    height: 100px;
    color: #A8B1B6;
    text-align: center;
    cursor: pointer;
    list-style-type: none;
    font-size: 20px;
    border: 1px solid #A8B1B6;
    margin: 3px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

    .ServiceList:hover {
        color: #FFF;
        border: 1px solid #199CDB;
        background-color: #199CDB;
    }

    .ServiceList .iconServiceList {
        text-align: center;
        padding: 20px 10px 0px 10px;
    }
/*******End**برای موزاییکی استفاده می شود***********/
.textServiceList {
    direction: rtl;
    text-align: center;
    cursor: pointer;
    padding-top: 8px !important;
    color: #000 !important;
}

.ServiceListSelected {
    color: #FFF;
    border: 1px solid #199CDB;
    background-color: #199CDB;
}

.ServiceListSelected2 {
    color: #A8B1B6;
    border: 1px solid #A8B1B6;
    background-color: #FFF;
}

.chkBoxSelect {
    display: none;
    position: absolute;
    bottom: 5px;
    float: left;
    margin-left: 5px;
    width: 24px;
    height: 24px;
}
/**************BoxTittle******************/
.BoxTittle {
    float: right;
    direction: rtl;
    width: 100%;
    margin: 0px 0px 10px 0px;
    background-color: #099cc1;
}

    .BoxTittle .SpanTitle {
        font-size: 18px;
        float: right;
        padding: 5px;
        color: #FFF;
        margin-right: 10px;
    }

/**************buttonNext|buttonPreviouse******************/
@media (max-width:770px) {
    .NextSpan {
        visibility: hidden;
        margin-bottom: -50px !important;
    }

    .buttonNext {
        padding: 1px !important;
        margin: 0px !important;
        cursor: pointer;
    }

    .buttonPreviouse {
        padding: 1px !important;
        margin: 0px !important;
        cursor: pointer;
    }

    .PreviouseSpan {
        /*font-size:13px !important;*/
        visibility: hidden;
    }

    .buttonNext img {
        float: left;
        margin-right: 12px;
        border: none;
        width: 55px !important;
        height: 55px !important;
        animation: ripple 1600ms infinite;
    }

    .buttonPreviouse img {
        float: right;
        margin-left: 12px;
        border: none;
        width: 55px !important;
        height: 55px !important;
    }
}

.buttonNext {
    outline: none !important;
    padding: 4px;
    position: relative;
    margin: 20px;
    float: left;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

.NextSpan {
    color: #199CDB;
    font-size: 22px;
    margin: 20px -8px 0px 0px;
    direction: rtl;
    float: left;
    width: 80px;
}
.progressButton {
    float: right;
    margin-top: 10px;
    text-align: left;
    width: 250px;
    padding-left: 15px;
    color: #199CDB;
}
.progressDiv {
    outline: none !important;
    padding: 4px;
    position: relative;
    margin: 20px;
    float: left;
    cursor: pointer;
}
.buttonPreviouse {
    outline: none !important;
    padding: 4px;
    position: relative;
    margin: 20px;
    float: right;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
}

.PreviouseSpan {
    color: #199CDB;
    font-size: 22px;
    margin: 20px 0px 0px -8px;
    direction: rtl;
    float: right;
    width: 80px;
}

.buttonNext img {
    border: none;
    width: 75px;
    height: 75px;
    animation: ripple 1600ms infinite;
}

.buttonPreviouse img {
    border: none;
    width: 75px;
    height: 75px;
}


@keyframes ripple {
    0% {
        border-radius: 100%;
        box-shadow: 0 0 0 0px #daf5ff, 0 0 0 0px #199CDB, 0 0 0 0px #daf5ff, 0 0 0 0px #199CDB, 0 0 0 0px #daf5ff;
    }

    100% {
        border-radius: 50%;
        box-shadow: 0 0 0 1px #199CDB, 0 0 0 3px #daf5ff, 0 0 0 5px #199CDB, 0 0 0 7px #daf5ff, 0 0 0 9px #199CDB;
    }
}
/********************************************************/
.AdvisorList {
    float: right;
    width: 100%;
    /*height: 80px;*/
    color: #A8B1B6;
    text-align: center;
    cursor: pointer;
    list-style-type: none;
    font-size: 16px;
    border: 1px solid #A8B1B6;
    margin: 3px !important;
}

    .AdvisorList:hover {
        box-shadow: 0 2px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    }

@media screen and (max-width: 1025) {
    .AdvisorList {
        height: auto !important;
    }
}

.AdvisorListSelected {
    color: #FFF;
    border: 1px solid #199CDB;
    background-color: #199CDB;
}

.AdvisorListSelected2 {
    color: #A8B1B6;
    border: 1px solid #A8B1B6;
    background-color: #FFF;
}

/*********************************Table***********************************/

table .th-Table {
    text-align: center;
    direction: rtl;
}

table .td-Table {
    text-align: center !important;
    padding: 10px !important;
    direction: rtl;
}

table tr:nth-child(even) {
    background-color: #eee;
}

.th-Table {
    background: #0079a5;
    color: #fff;
}

tbody tr td a {
    font-size: 12px !important;
}

tr td a {
    cursor: pointer;
    color: #000;
    list-style-type: none;
    text-decoration: none;
}

    tr td a:hover {
        color: #3c76c1 !important;
        text-decoration: none;
    }

    tr td a:active {
        color: #5cb85c !important;
    }

/**************************Checkbox**************************/
.selected .chkBoxSelect {
    display: block !important;
}
/******************************Selected**********************************/
.itemSelectClicked {
    border: 1px solid #099cc1 !important; /*#07995f*/
    background-color: #d0e9ff; /* #D0FFEF;*/
}

/******************************index**********************************/
.index-body {
    background-color: #daf5ff;
}

.img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    animation: 1.5s ease-out 0s 1 slideInFromTop;
}

.icon-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

.Image {
    padding: 8px 1px 1px 1px;
}

.Box-Responsive-Pone {
    float: right;
    border: solid 1px #ccc;
    background-color: #FFF;
    border-radius: 5px;
    width: 100%;
    margin: 14px 5px;
}

    .Box-Responsive-Pone a {
        list-style-type: none;
        text-decoration: none;
        color: #000;
        cursor: pointer;
    }

    .Box-Responsive-Pone:hover {
        box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.12), 1px 1px 2px 1px rgba(0,0,0,0.24);
    }

@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(0);
    }
}

#GetServiceAppointment:hover .icon-responsive {
    animation: rippleBox 1100ms infinite;
}

#ShowServiceAppointment:hover .icon-responsive {
    animation: rippleBox 1100ms infinite;
}

#CancelServiceAppointment:hover .icon-responsive {
    animation: rippleBox 900ms infinite;
}
#GetServiceOnSite:hover .icon-responsive {
    animation: rippleBox 900ms infinite;
}
#GetServiceReports:hover .icon-responsive {
    animation: rippleBox 900ms infinite;
}
#GetUnFinishedServiceReports:hover .icon-responsive {
    animation: rippleBox 900ms infinite;
}
@keyframes rippleBox {
    0% {
        border-radius: 100%;
        box-shadow: 0 0 0 0px #FFF, 0 0 0 0px #199CDB, 0 0 0 0px #FFF, 0 0 0 0px #199CDB;
    }

    100% {
        border-radius: 50%;
        box-shadow: 0 0 0 1px #FFF, 0 0 0 5px rgba(255,255,255,0), 0 0 0 6px #FFF, 0 0 0 8px rgba(255,255,255,0);
    }
}
/******************************End index**********************************/
/*****************************Plate************************************/
.PlateDiv {
    width: 62%;
    height: 70px;
    float: right;
}

    .PlateDiv .in-PlateDiv {
        width: 95%;
        font-size: 28px !important;
        margin: 0 auto;
        margin-top: 2px;
        height: 65px;
        border-radius: 3px;
        text-align: center;
    }

.formPlate {
    background: transparent;
    font-family: 'B Titr' !important;
    width: 100%;
    font-weight: bold;
    height: 46px;
    padding: 1px;
    font-size: 40px;
    line-height: 1.428571429;
    text-align: center;
    border: none !important;
}
.ShowformPlate {
    background: transparent;
    font-family: 'B Titr' !important;
    width: 100%;
    font-weight: bold;
    height: 46px;
    padding: 1px;
    font-size: 30px;
    line-height: 1.428571429;
    text-align: center;
    border: none !important;
}
.formPlateCricketing {
    background: transparent;
    font-family: 'B Titr' !important;
    width: 100%;
    font-weight: bold;
    padding: 1px;
    line-height: 1.428571429;
    border: none !important;
    font-size: 22px !important;
    height: 23px !important;
    float: right;
    text-align: center;
}

.ShowformPlateCricketing {
    background: transparent;
    font-family: 'B Titr' !important;
    width: 100%;
    font-weight: bold;
    padding: 1px;
    line-height: 1.428571429;
    border: none !important;
    font-size: 20px !important;
    height: 23px !important;
    float: right;
    text-align: center;
}
input.formPlateCricketing::-webkit-input-placeholder {
    font-size: 22px !important;
    text-align: center;
}

input.formPlate::-webkit-input-placeholder {
    color: #000;
}

.imgec {
    position: relative;
    text-align: center;
    color: white;
    width: 350px;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 6px;
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 6px;
}

.Top-right {
    position: absolute;
    top: 5px;
    right: 2px;
}

#platecharachter {
    margin-top: 13px;
}

@media (max-width:500px) {
    .PlateDiv {
        width: 100%;
    }

        .PlateDiv .in-PlateDiv {
            width: 100%;
            font-size: 13px !important;
        }

    .imgec {
        position: relative;
        float: right;
        color: white;
        width: 240px;
    }

        .imgec img {
            width: 230px !important;
            float: right !important;
            margin-left: -20px;
        }

    .centered {
        left: 50%;
    }

    .bottom-right {
        bottom: 2px;
        left: 47% !important;
    }

    .formPlate {
        height: 36px !important;
        font-size: 25px !important;
    }

    #txtPlate4, #platecharachter, txtPlate2 {
        margin-top: 10px;
    }

    #txtPlate1 {
        margin-top: 15px !important;
    }
}

@media (max-width:400px) {
    .imgec {
        position: relative;
        float: left;
        color: white;
        width: 230px !important;
    }

    .centered {
        left: 50%;
    }

    .bottom-right {
        margin-top: 15px;
        left: 84% !important;
    }

    .formPlate {
        height: 36px !important;
        font-size: 30px !important;
    }

    #txtPlate4, txtPlate2 {
        margin-top: 10px;
    }

    #platecharachter {
        margin-top: 0px !important;
    }

    #txtPlate1 {
        margin-top: 15px !important;
    }
}

@media (max-width:350px) {
    .imgec {
        position: relative;
        float: right;
        color: white;
        width: 180px !important;
    }

        .imgec img {
            width: 180px !important;
            float: right !important;
        }

    .centered {
        left: 40%;
        transform: translate(-45%, -50%);
    }

    .bottom-right {
        margin-top: 15px;
        left: 74% !important;
    }

    .formPlate {
        height: 25px !important;
        font-size: 18px !important;
    }

    #platecharachter {
        margin-top: 0 !important
    }

    #txtPlate1 {
        text-align: right !important;
        margin-top: 18px !important;
    }
}

@media (max-width:300px) {
    .imgec {
        position: relative;
        float: left;
        color: white;
        width: 180px !important;
    }

        .imgec img {
            width: 150px !important;
            float: right !important;
            margin-left: -20px;
        }

    .centered {
        transform: translate(-50%, -50%);
        left: 55%;
        margin-left: -3px;
    }

    #txtPlate4, #platecharachter, txtPlate2 {
        margin-top: 10px;
    }

    #txtPlate1 {
        text-align: left !important;
        margin-top: 15px !important;
    }

    txtPlate5 {
        width: 60% !important;
        text-align: left;
    }

    .bottom-right {
        left: 58% !important;
    }

    .formPlate {
        height: 23px !important;
        font-size: 13px !important;
    }
}


/*****************************End Plate************************************/

.ColumnsColor a {
    color: #adadad !important;
    opacity: 0.3;
    cursor: not-allowed;
}

    .ColumnsColor a:hover {
        color: #adadad !important;
        cursor: default !important;
        opacity: 0.3 !important;
    }

/********End of Confirmed popop****************/

.div-center {
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 0;
    align-items: center;
    justify-content: space-around;
    display: flex;
    float: none;
}

    .div-center .mine-btn-circle {
        width: 100px;
        height: 100px;
        text-align: center;
        padding: 6px 0;
        font-size: 15px;
        line-height: 1.428571429;
        border-radius: 50%;
    }
.mine-btn-circle:hover {
    top: -10px;
    left: -10px;
    padding: 7px;
    box-shadow: 0 0 0 2px #787878;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(1);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(1);
}

    .mine-btn-circle-Selected {
        color: #333 !important;
        background-color: #e6e6e6 !important;
        border-color: #8c8c8c !important;
    }
.mine-btn-success {
    color: #FFF !important;
    background-color: #5cb85c !important;
    border-color: #5cb85c !important;
}
#IdentificationText {
    float: right;
    margin-top: 10px;
}

.mine-input {
    height: 32px;
    padding: 0 8px;
    float: right;
    margin-right: 5px;
    width: 60px;
    background: #0c4da2;
    border-radius: 0;
    color: #FFF;
    border: 1px solid #eaeaea;
}

    .mine-input:hover {
        background: #032f68;
        color: #fff;
    }

.mine-input-close {
    height: 32px;
    padding: 0 8px;
    float: right;
    margin-right: 5px;
    width: 60px;
    background: #a1130b;
    border-radius: 0;
    color: #FFF;
    border: 1px solid #eaeaea;
}

    .mine-input-close:hover {
        background: #680d03;
        color: #fff;
    }

.mine-btn-Alert {
    height: 32px;
    padding: 0 8px;
    float: right;
    margin-right: 5px;
    width: 60px;
    border-radius: 0;
    color: #FFF;
    border: 1px solid;
}

    .mine-btn-Alert:hover {
        color: #fff;
    }

.btn-Green {
    margin-top: 5px;
    background: #5cb85c !important;
    border: solid 1px #3f9b3f !important;
}

.btn-Red {
    background: #e64848 !important;
    border: solid 1px #972929 !important;
    margin-top: 5px;
}

.btn-Green:hover {
    background: #2e902e !important;
    color: #fff !important;
}

.btn-Red:hover {
    background: #8f1111 !important;
    color: #fff !important;
}

/*#IdentificationInputDiv input[type="button"] {
    height: 34px;
    padding: 0 5px;
    width: 90px;
    float: right;
    margin-right: 5px;
    color: #fff;
    background: #0c4da2;
    border-radius: 0;
    border: 1px solid #eaeaea;
}*/

.btn-mine {
    height: 34px;
    padding: 0 7px;
    width: 90px;
    float: right;
    margin-right: 5px;
    color: #fff;
    background: #4d90fe;
    border-radius: 0;
    border: 1px solid #eaeaea;
    margin-top: 5px
}

    .btn-mine:hover {
        background: #357ae8;
    }

.form-control {
    direction: rtl !important;
    font-size: 15px !important;
}

@media(max-width:350px) {
    .form-control {
        font-size: 11px !important;
    }
}

input[disabled] {
    cursor: not-allowed !important;
}

.center_div {
    float: right;
    width: 80%;
}

    .center_div .fl {
        margin: 0 auto;
    }
/*
#IdentificationInputDiv input[type="button"]:hover {
    background: #032f68;
}*/
.btn-primary{
    min-width:70px !important;
}
hr.message-inner-separator {
    border: 0;
    height: 100px;
    width: 1px;
    background-image: -webkit-linear-gradient(top,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(top,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}

hr.vertical {
    clear: both;
    margin-top: 10px;
    margin-bottom: 13px;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}

.horizontalLine {
    clear: both;
    margin-top: 10px;
    margin-bottom: 13px;
    border: 0;
    height: 100%;
    width: 1px;
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
    background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}

.icon-confirmed {
    border-radius: 100%;
    border: solid 1px #000;
    background-color: aliceblue;
}


.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .20s linear;
    -o-transition: all .20s linear;
    transition: all .20s linear;
}

    .fade-scale.in {
        opacity: 1;
        transform: scale(1);
    }


/**********************Style To Class*******************************/
.mk-Font-Size-15 {
    font-size: 15px !important;
}

.mk-Font-Size-24 {
    font-size: 24px !important;
}

.mk-Font-Size-28 {
    font-size: 28px !important;
}

.mk-Font-Size-32 {
    font-size: 32px !important;
}

.mk-Border-S-3-FFF {
    border: solid 3px #FFF !important;
}

.mk-Border-S-1-CCC {
    border: solid 1px #CCC !important;
}

.mk-Border-S-05-72 {
    border: solid 0.5px #727679 !important;
}

.mk-Border-s-05-a5 {
    border: solid 0.5px #0079a5 !important;
}

.mk-Border-Radius-5 {
    border-radius: 5px !important;
}

.mk-Border-Radius-100 {
    border-radius: 100% !important;
}

.mk-Margin-5 {
    margin: 5px !important;
}

.mk-Margin-Top-10 {
    margin-top: 10px !important;
}

.mk-Margin-Top-5 {
    margin-top: 5px !important;
}

.mk-Margin-Top-3 {
    margin-top: 3px !important;
}
.mk-Margin-Right-3 {
    margin-right: 3px !important;
}
.mk-Margin-Right-5 {
    margin-right: 5px !important;
}
.mk-Margin-Right-8 {
    margin-right: 8px !important;
}

.mk-Margin-Left-8 {
    margin-left: 8px !important;
}

.mk-Margin-Bottom-5 {
    margin-bottom: 5px !important;
}

.mk-Padding-10 {
    padding: 10px !important;
}

.mk-Padding-8 {
    padding: 8px !important;
}

.mk-Padding-5 {
    padding: 5px !important;
}

.mk-Direction-rtl {
    direction: rtl !important;
}

.mk-Direction-ltr {
    direction: ltr !important;
}

.mk-Color {
    color: #199CDB !important;
}

.mk-TextAlign-Center {
    text-align: center !important;
}

.mk-TextAlign-Left {
    text-align: left !important;
}

.mk-TextAlign-Right {
    text-align: right !important;
}

.mk-width-100Per {
    width: 100% !important;
    float: right !important;
}

@media (max-width:350px) {
    .mk-Display-Mobile {
        display: none !important;
    }

    .mk-Font-Alert-Mobile {
        font-size: 11px !important;
    }
}

.table thead tr td {
    padding: 1px !important;
}

.table tbody tr td {
    padding: 1px !important;
}

.table tfoot tr td {
    padding: 1px !important;
}

#dropdownMenuPersianYear {
    padding: 0 !important;
    font-size: 11px !important;
}

#dropdownMenuPersianMonths {
    padding: 0 !important;
    font-size: 11px !important;
}
#modal-btn-si:focus{
    color:#fff !important;
} 
.popover {
    text-align: center !important;
    direction: rtl !important;
    font-family: IRANSans !important;
}


/*****************Load******************/
#loader {
    bottom: 0;
    height: 175px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 175px;
}

#loader {
    bottom: 0;
    height: 175px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 175px;
}

    #loader .dot {
        bottom: 0;
        height: 100%;
        left: 0;
        margin: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 87.5px;
    }

        #loader .dot::before {
            border-radius: 100%;
            content: "";
            height: 87.5px;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            transform: scale(0);
            width: 87.5px;
        }

        #loader .dot:nth-child(7n+1) {
            transform: rotate(45deg);
        }

            #loader .dot:nth-child(7n+1)::before {
                animation: 0.8s linear 0.1s normal none infinite running load;
                background: #00ff80 none repeat scroll 0 0;
            }

        #loader .dot:nth-child(7n+2) {
            transform: rotate(90deg);
        }

            #loader .dot:nth-child(7n+2)::before {
                animation: 0.8s linear 0.2s normal none infinite running load;
                background: #00ffea none repeat scroll 0 0;
            }

        #loader .dot:nth-child(7n+3) {
            transform: rotate(135deg);
        }

            #loader .dot:nth-child(7n+3)::before {
                animation: 0.8s linear 0.3s normal none infinite running load;
                background: #00aaff none repeat scroll 0 0;
            }

        #loader .dot:nth-child(7n+4) {
            transform: rotate(180deg);
        }

            #loader .dot:nth-child(7n+4)::before {
                animation: 0.8s linear 0.4s normal none infinite running load;
                background: #0040ff none repeat scroll 0 0;
            }

        #loader .dot:nth-child(7n+5) {
            transform: rotate(225deg);
        }

            #loader .dot:nth-child(7n+5)::before {
                animation: 0.8s linear 0.5s normal none infinite running load;
                background: #2a00ff none repeat scroll 0 0;
            }

        #loader .dot:nth-child(7n+6) {
            transform: rotate(270deg);
        }

            #loader .dot:nth-child(7n+6)::before {
                animation: 0.8s linear 0.6s normal none infinite running load;
                background: #9500ff none repeat scroll 0 0;
            }

        #loader .dot:nth-child(7n+7) {
            transform: rotate(315deg);
        }

            #loader .dot:nth-child(7n+7)::before {
                animation: 0.8s linear 0.7s normal none infinite running load;
                background: magenta none repeat scroll 0 0;
            }

        #loader .dot:nth-child(7n+8) {
            transform: rotate(360deg);
        }

            #loader .dot:nth-child(7n+8)::before {
                animation: 0.8s linear 0.8s normal none infinite running load;
                background: #ff0095 none repeat scroll 0 0;
            }

    #loader .lading {
        background-image: url("../images/loading.gif");
        background-position: 50% 50%;
        background-repeat: no-repeat;
        bottom: -40px;
        height: 20px;
        left: 0;
        position: absolute;
        right: 0;
        width: 180px;
    }

@keyframes load {
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

@keyframes load {
    100% {
        opacity: 0;
        transform: scale(1);
    }
}

/*****************End-Load******************/

/*/*****************************Pie Chart*********************************/
svg {
    width: 50px;
    height: 50px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    border-radius: 50%;
}

circle {
    fill: #d30000;
    stroke: #00a700;
    stroke-width: 32;
}

.pie {
    margin: 3px;
    float: left;
    display: inline-block;
}
/****************End Pie Chart*******************/*/


/*********************Calendar**********************/
.input-group-addon {
    font-size: 10px !important;
    width: 10px !important;
    padding: 0px !important;
}

.mk-Margin-Bottom-0 {
    margin-bottom: 0 !important;
}
/****************End Calendar**********************/

.active-td {
    background-color: #d30000;
    font-weight: bold !important;
    background-image: url(../images/chk1.png);
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: right bottom;
}

    .active-td a {
        color: #FFF !important;
        /*font-weight: bold !important;*/
    }
.active-td a:hover{
    color :#FFF !important;
}
.col-lg-2-4 {
    width: 20% !important;
}
.col-lg-2-3 {
    width: 25% !important;
}
.popupTableTd {
    cursor: pointer;
}

    .popupTableTd:hover {
        background-color: #5cb85c !important;
        color:#FFF !important;
    }

ul {
    text-decoration: none;
    list-style-type: none;
}

.RemoveLiClass {
    width: 16px;
    height: 16px;
    float: right;
    margin: 3px 3px 0 3px;
    background-image: url(../../images/Edit.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.RemoveTreeLiClass {
    width: 16px;
    height: 16px;
    float: right;
    margin: 3px 3px 0 3px;
   // background-image: url(../../images/CancelAssign.png);
    background-repeat: no-repeat;
    cursor: pointer;
}
.ClaimsSpanText {
    display: block;
    width: 300px;
    word-wrap: break-word;
}
#searchclear {
    position: absolute;
    left: 18px;
    top: 10px;
    height: 14px;
    margin: auto;
    font-size: 14px;
    cursor: pointer;
    color: #f8b8b8;
}

.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: IRANSans !important;
}

    .loginmodal-container h1 {
        text-align: center;
        font-size: 1.8em;
        font-family: IRANSans !important;
    }

    .loginmodal-container input[type=submit] {
        width: 100%;
        display: block;
        margin-bottom: 10px;
        position: relative;
        font-family: IRANSans !important;
    }

    .loginmodal-container input[type=text], input[type=password] {
        height: 44px;
        font-family: IRANSans !important;
        width: 100%;
        margin-bottom: 10px;
        -webkit-appearance: none;
        background: #fff;
        border: 1px solid #d9d9d9;
        border-top: 1px solid #c0c0c0;
        /* border-radius: 2px; */
        padding: 0 8px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
    }

        .loginmodal-container input[type=text]:hover, input[type=password]:hover {
            border: 1px solid #b9b9b9;
            border-top: 1px solid #a0a0a0;
            -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
            font-family: IRANSans !important;
        }

.loginmodal {
    text-align: center;
    font-size: 14px;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0,0,0,0.1);
    background-color: #4d90fe;
    padding: 17px 0px;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

    .loginmodal-submit:hover {
        /* border: 1px solid #2f5bb7; */
        border: 0px;
        text-shadow: 0 1px rgba(0,0,0,0.3);
        background-color: #357ae8;
        /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
    }

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-help {
    font-size: 12px;
}
.btn-logout{
height: 30px; padding: 0 4px; width: 70px; float: left; margin-right: 5px;
color: #fff; background: #ff4c4c; border-radius: 0; border: 1px solid #eaeaea; margin-top: 5px
}

    .btn-logout:hover {
        background: #e93636;
    }
.bg-success-bold {
    color: #fff !important;
    background-color: #08a532;
}

a.bg-success-bold:hover,
a.bg-success-bold:focus {
    background-color: #9ef579;
}

.active-Highlight{
    background-color:#199CDB !important;
    color:#fff;
}

.waiting {
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: fixed !important;
    z-index: 999999 !important;
    background-color: rgba(100, 100, 100, 0.53); /* for demonstration */
}

.red {
    color: red !important
}
#progressBar {
    width: 100%;
    margin: 4px auto;
    height: 6px;
    background-color: #FFF;
}

    #progressBar div {
        height: 100%;
        text-align: right;
        line-height: 6px; /* same as #progressBar height if we want text middle aligned */
        width: 0;
        background-color: #bb0909;
        box-sizing: border-box;
        border-radius: 2px;
    }

.treejs .treejs-nodes{
    padding-left:0 !important;
}
.treejs .treejs-checkbox{
    width:15px !important;
}
.treejs .treejs-label {
    margin-right: 5px !important;
}
.treejs .treejs-node.treejs-placeholder {
    padding-left: 0 !important;
}