﻿@font-face {
    font-family: 'fontfa';
    src: url('../Theme/fonts/Yekan.eot?#iefix') format('eot'), url('../Theme/fonts/Yekan.ttf') format('ttf'), url('../Theme/fonts/Yekan.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'IRANSansWeb';
    src: url('../../../Theme/fonts/IRANSansWeb.eot') format('embedded-opentype'), url('../../../Theme/fonts/IRANSansWeb.ttf') format('truetype'), url('../../../Theme/fonts/IRANSansWeb.woff') format('woff'), url('../../../Theme/fonts/IRANSansWeb.woff2') format('woff2');
}


@font-face {
    font-family: BNazanin;
    src: url('/Theme/fonts/BNazanin.eot?#iefix') format('eot'), url('/Theme/fonts/BNazanin.ttf') format('ttf'), url('/Theme/fonts/BNazanin.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: BYekan;
    src: url('/Theme/fonts/BYekan.eot?#iefix') format('eot'), url('/Theme/fonts/BYekan.ttf') format('ttf'), url('/Theme/fonts/BYekan.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}



body {
    font-family: IRANSansWeb,fontfa,Tahoma;
}

.layoutCenter {
    width: 90%;
    text-align: center;
    margin: auto;
    background-color: rgba(255,255,255,.1);
}

.layoutRight {
    width: 90%;
    text-align: right;
    margin: auto;
    background-color: #efefef;
}

.layoutLeft {
    width: 90%;
    text-align: left;
    margin: auto;
}

div.footerNavid {
    font-size: 75%;
    font-family: IRANSansWeb,fontfa,Tahoma;
    background-color: #cacaca;
    position: fixed;
    height: 30px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding-top: 6px;
    z-index: 250000;
}


.holder-style {
    font-family: IRANSansWeb,fontfa,Tahoma;
    width: 100%;
    margin: auto;
    margin-bottom: 100px;
    background: linear-gradient(to bottom, #989898, #fdfdfd);
    /*background: linear-gradient(to bottom, #183a6c, #fdfdfd);*/
    /*background: linear-gradient(to bottom, lightsteelblue, #fdfdfd);*/
    /*background: linear-gradient(to bottom, #cfcfcf, #fdfdfd);*/
}


.divStyle {
    font-family: IRANSansWeb,fontfa,Tahoma;
    font-size: smaller;
    font-weight: normal;
    outline: none;
    margin: 2px 0 2px 0;
    color: #222;
    padding: 10px 10px 10px 10px;
    background-color: #fafafa; /*f2f0f0;*/
    border-radius: 5px;
    border: 1px solid #E7E7E7; /*cacaca;*/
    /*box-shadow: 0 0 5px rgba(0,0,0,.2);*/
}

    .divStyle header {
        background-color: #808080; /*rgb(154, 64, 64);*/
    }


/*====================================================================================Accordion*/

.divStyleAccordionHeader {
    font-family: IRANSansWeb, BNazanin, BYekan, fontfa, Tahoma;
    font-size: smaller;
    font-weight: normal;
    outline: none;
    margin-top: 2px;
    color: #fff;
    padding: 10px 10px 10px 10px;
    background-color: #39afea;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
    border: 2px solid #d3ddeb;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    cursor: pointer;
}

.divStyleAccordion {
    display: none;
    font-family: IRANSansWeb, BNazanin, BYekan, fontfa, Tahoma;
    font-size: smaller;
    font-weight: normal;
    outline: none;
    margin-bottom: 10px;
    color: #222;
    padding: 10px 10px 10px 10px;
    background-color: #fafafa;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #E7E7E7;
}

.divStyleAccordionShow {
    font-family: IRANSansWeb, BNazanin, BYekan, fontfa, Tahoma;
    font-size: smaller;
    font-weight: normal;
    outline: none;
    margin-bottom: 2px;
    color: #222;
    padding: 10px 10px 10px 10px;
    background-color: #fafafa;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #E7E7E7;
}

.divStyleAccordionPageHeader {
    font-family: IRANSansWeb, BNazanin, BYekan, fontfa, Tahoma;
    font-size: smaller;
    color: #fff;
    background-color: #39afea;
    padding: 10px 10px 10px 10px;
    border: 2px solid #d3ddeb;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/*====================================================================================Accordion END*/
.divWorkContractStyle {
    font-family: IRANSansWeb,fontfa,Tahoma;
    font-size: small;
    font-weight: normal;
    outline: none;
    margin: 2px 0 2px 0;
    color: #222;
    padding: 10px 10px 10px 10px;
    background-color: #fafafa;
    border-radius: 5px;
    border: 1px solid #E7E7E7;
    text-align: center;
    align-content: center;
}

.verticalAlignMiddle {
    vertical-align: middle;
}

.verticalAlignbottom {
    vertical-align: bottom;
}

.Alignbottom0 {
    bottom: 0;
}

.textAlignLeft {
    text-align: left;
}

.textAlignRight {
    text-align: right;
}

.textAlignCenter {
    text-align: center;
}

.divStyleLocation {
    font-family: IRANSansWeb,fontfa,Tahoma;
    font-size: small;
    font-weight: normal;
    outline: none;
    margin-top: 10px;
    color: #222;
    padding: 30px 0 30px 10px;
    float: left;
    width: 100%;
    background-color: #fafafa;
    border-radius: 5px;
    border: 1px solid #E7E7E7;
}

.divStyleSematGroup {
    font-family: IRANSansWeb,fontfa,Tahoma;
    font-size: 8pt;
    font-weight: normal;
    outline: none;
    margin: 0;
    color: #222;
    padding: 10px 10px 10px 10px;
    background-color: #fafafa;
    border-radius: 5px;
    border: 1px solid #E7E7E7;
}

.floatLeftHeaderImage {
    height: 50px;
    float: left;
}


.GroupSematpanelStyle {
    background-color: #86c3f6;
    border-radius: 3px;
    padding: 6px 15px 6px 15px;
    margin-bottom: 5px;
    color: yellow;
}

.WorkContractpanelStyle {
    background-color: #edd59c;
    border-radius: 3px;
    padding: 6px 15px 6px 15px;
    margin-bottom: 10px;
    text-align: right;
    color: #6fc0db;
}

.ContractDescription {
    background-color: #d3ddeb;
    padding-top: 5px;
    padding-bottom: 5px;
}

.ContractPredict {
    background-color: #9fbccb;
}
/*==============================================================Button */
.buttonNavid {
    background-color: #2da5da;
    opacity: 0.8;
    -ms-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

    .buttonNavid.button-secondary {
        background-color: #b3b3b3;
    }
/*=Table=============================================================*/
.tdLabelStyle {
    text-align: right;
    width: 150px;
}

.tdTxtStyle {
    width: 20%;
}

.TDright60 {
    width: 60px;
    text-align: right;
}

.TDright {
    text-align: right;
}

.TDMiddle {
    vertical-align: middle;
}

.width40 {
    width: 40px;
}

.width60 {
    width: 60px;
}

.width70 {
    width: 70px;
}

.width80 {
    width: 80px;
}

.width90 {
    width: 90px;
}

.width100 {
    width: 100px;
}

.width110 {
    width: 110px;
}

/*=TextBox=============================================================*/

.MytextBoxGradient1 {
    border: 1px solid #d1c7ac;
    width: 230px;
    color: #222;
    padding: 3px;
    margin-right: 4px;
    margin-bottom: 8px;
    font-size: 10pt;
    height: 28px;
}

.MytextBoxGradient2 {
    border-style: none;
    border-color: inherit;
    border-width: 0;
    width: 221px;
    background: url('../../Theme/css/images/bg.jpg') no-repeat;
    color: #747862;
    height: 20px;
    padding: 4px 8px;
    margin-bottom: 0px;
}
/*=TextBox=Animated============================================================*/
.fontSize11 {
    font-size: 11pt;
}

.fontSize10 {
    font-size: 10pt;
}

.fontSize8 {
    font-size: 8pt;
}

.fontSize7 {
    font-size: 7pt;
}

.fontSize6 {
    font-size: 6pt;
}

.txtSmall25 {
    width: 25%;
    font-family: fontfa;
    padding: 6px 5px 6px 5px;
}

.txtSmall50 {
    width: 50%;
    font-family: fontfa;
    padding: 6px 5px 6px 5px;
}

.txtSmall65 {
    width: 65%;
    font-family: fontfa;
    padding: 6px 5px 6px 5px;
}

.txtSmall75 {
    width: 75%;
    font-family: fontfa;
    padding: 6px 5px 6px 5px;
}

.txtSmall95 {
    width: 95%;
    font-family: fontfa;
    padding: 6px 5px 6px 5px;
}

.txtFix100 {
    width: 100px;
    font-family: fontfa;
    padding: 6px 5px 6px 5px;
}

.txtSmall95Description {
    height: 50px;
    width: 95%;
    font-family: fontfa;
    padding: 6px 5px 6px 5px;
}

input.textbox {
    Height: 27px;
    font-size: 12px;
    width: 85%;
    vertical-align: central;
    padding: 6px 5px 6px 5px;
}

input.drpDown {
    Height: 27px;
    Width: 85%;
    padding: 6px 5px 6px 5px;
}

input.textbox.address {
    Height: 40px;
    font-size: 12px;
    width: 99%;
    vertical-align: central;
    padding: 6px 5px 6px 5px;
}

input.textbox2 {
    Height: 34px;
    font-size: 12px;
    vertical-align: central;
    padding: 6px 5px 6px 5px;
}

input.textbox3 {
    padding: 6px 5px 6px 5px;
    Height: 33px;
    width: 120px;
}

.label.myInfo {
    font-weight: bold;
}

.ttt {
    padding-top: 10px;
}

.textboxCustomerList {
    Height: 30px;
    Width: 250px;
    position: absolute;
    margin-top: 9px;
    padding: 6px 5px 6px 5px;
}

.btnSearchCustomerList {
    position: inherit;
    margin-top: 5px;
    margin-right: 250px;
    padding: 6px 5px 6px 5px;
}

.gridviewPagerStyle {
    font-weight: bold;
    font-size: 20pt;
}

.txtMargin {
    margin-bottom: 10px;
}
/*=Gridview=============================================================*/

.mGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #414141;
        font-size: 10px;
    }

    .mGrid th {
        padding: 4px 2px;
        color: #fff;
        background: #424242;
        border-left: solid 1px #525252;
        font-size: 10px;
        font-weight: bold;
        text-align: right;
    }

    .mGrid tr:hover {
        background: #d3ddeb;
    }





.nGrid {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #c1c1c1;
    border-collapse: collapse;
}

    .nGrid td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #414141;
        font-size: 11px;
    }

    .nGrid th {
        padding: 4px 2px;
        color: #fff;
        background: #9ac2ff;
        border-left: solid 1px #c1c1c1;
        font-size: 12px;
        font-weight: bold;
        text-align: right;
    }

    .nGrid tr.rowHover:hover {
        background: #d3ddeb;
    }

    .nGrid tr.evenrow {
        background-color: #EFF3FB;
    }

        .nGrid tr.evenrow:hover {
            background-color: #F6F7F8;
        }


.mGridReport {
    min-width: 1300px;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
    font-family: BNazanin, BYekan, fontfa;
}

    .mGridReport td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #414141;
        font-size: 12px;
    }

    .mGridReport th {
        padding: 4px 2px;
        color: #fff;
        background: #424242;
        border-left: solid 1px #525252;
        font-size: 11px;
        font-weight: bold;
        text-align: center;
        vertical-align: bottom;
    }

    .mGridReport tr:hover {
        background: #d3ddeb;
    }



.nGridReport {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #c1c1c1;
    border-collapse: collapse;
}

    .nGridReport td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #414141;
        font-size: 8px;
    }

    .nGridReport th {
        padding: 4px 2px;
        color: #fff;
        background: #9ac2ff;
        border-left: solid 1px #c1c1c1;
        font-size: 8px;
        font-weight: bold;
        text-align: right;
    }

    .nGridReport tr.rowHover:hover {
        background: #d3ddeb;
    }

    .nGridReport tr.evenrow {
        background-color: #EFF3FB;
    }

        .nGridReport tr.evenrow:hover {
            background-color: #F6F7F8;
        }


.mGridWork {
    width: 100%;
    background-color: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #525252;
    border-collapse: collapse;
}

    .mGridWork td {
        padding: 2px;
        border: solid 1px #c1c1c1;
        color: #414141;
        font-size: 10px;
    }

    .mGridWork th {
        padding: 4px 2px;
        color: #fff;
        background: #424242;
        border-left: solid 1px #525252;
        font-size: 10px;
        font-weight: bold;
        text-align: center;
    }

    .mGridWork tr:hover {
        background: #d3ddeb;
    }
/*==============================================================*/

/*.mygridview {
    width: 100%;
    background: #fff;
    margin: 5px 0 10px 0;
    border: solid 1px #C5C1AA;
    border-collapse: collapse;
    font-size: 12px;
}*/
/*==============================================================*/

.imagePopupScreen {
    position: fixed;
    background-color: #ffe7b4;
    border: 2px solid #ffba2c;
    border-radius: 3px;
    opacity: 50;
    top: 10%;
    left: 5%;
    width: 75%; /*10%; */
    height: 75%;
    padding: 10px 10px 10px 30px;
    z-index: 10000;
}

.closeBtnPlace {
    margin: 5px 5px 0 0;
    float: right;
}
/*==============================================================*/

.EmployerTableStyle {
    width: 70%;
    text-align: center;
    border-collapse: separate;
    border-spacing: 0.7em;
    text-align: right;
}

/*==============================================================*/
.sky-form .icon-append,
.sky-form .icon-prepend {
    position: absolute;
    top: 5px;
    width: 29px;
    height: 29px;
    font-size: 15px;
    line-height: 29px;
    text-align: center;
}

.sky-form .icon-append {
    right: 5px;
    padding-left: 3px;
    border-left-width: 1px;
    border-left-style: solid;
}

.sky-form .icon-prepend {
    left: 5px;
    padding-right: 3px;
    border-right-width: 1px;
    border-right-style: solid;
}

.sky-form .input .icon-prepend + input,
.sky-form .textarea .icon-prepend + textarea {
    padding-left: 46px;
}

.sky-form .input .icon-append + input,
.sky-form .textarea .icon-append + textarea {
    padding-right: 46px;
}

.sky-form .input .icon-prepend + .icon-append + input,
.sky-form .textarea .icon-prepend + .icon-append + textarea {
    padding-left: 46px;
}
/*============================================================== DivHeader */
.leftIconHeader {
    float: left;
    margin: 0;
}

.lblHeader {
    Font-Size: 10pt;
    color: #fff; /*SteelBlue;*/
}

.dropdownEffect {
    width: 350px;
    padding: 5px 5px 5px 5px;
    margin-bottom: 2px;
    margin-top: -3px;
}

/*============================================================== textbox CSS */

.imageSavePersonelStyle {
    padding-left: 7px;
}

/*==============================================================*/
.divlocationRigth {
    right: 0;
    width: 300px;
    height: 100%;
}

.locationDIVmargin {
    margin-bottom: 10px;
}

.centerScreenNavid {
    position: absolute;
    background-color: lightsteelblue;
    opacity: 50;
    font-size: 12px;
    left: 30%;
    top: 25%;
    width: 40%;
    border-radius: 2px;
}

/*================================================== Picture Box */
.picteurbox {
    float: left;
    width: 220px;
    background: #EEEEEE;
    padding: 0;
    text-align: center;
}

    .picteurbox img {
        margin: 10px;
        border-radius: 5px;
    }

.choosefile {
    padding: 0 30px 10px;
}

.btn-default.bargozarifile {
    background: #34CCE6;
    border: 0;
    font-family: tahoma;
    color: white;
    font-size: 13px;
    padding: 5px 30px 7px;
    margin-bottom: 10px;
}

    .btn-default.bargozarifile:hover {
        background: #25ACC3;
    }

.custommenu.custommenu1 {
    background: #12AB65;
    border: 0;
    font-family: tahoma;
    color: white;
    font-size: 13px;
    padding: 5px 0 7px;
    width: 100%;
    float: right;
    border-radius: 3px 3px 3px 3px;
    text-align: center;
    /*margin-right: 4%;*/
    margin-bottom: 20px;
}

    /*.custommenu.custommenu2 {
    background: #9C9C9C;
    border: 0;
    font-family: tahoma;
    color: white;
    font-size: 13px;
    padding: 5px 0 7px;
    width: 46%;
    float: right;
    border-radius: 3px 0 0 3px;
    text-align: center;
    margin-left: 4%;
    margin-bottom: 20px;
}*/

    .custommenu.custommenu1:hover {
        background: #41C78A;
    }

.custommenu.custommenu2:hover {
    background: #828282;
}

/*================================================================= Treeview */

.locationTreeview {
    border: 1px solid #9fc5d5;
    background-color: #e3f0f6;
    border-radius: 2px;
    width: 300px;
}

.SematTreeview {
    border: 1px solid #9fc5d5;
    background-color: #e3f0f6;
    /*color:#ff8e8e*/
    border-radius: 2px;
    width: 500px;
}

/*================================================================= Work */
.WorkdivHeaderStyle {
    font-family: IRANSansWeb,fontfa,Tahoma;
    font-size: 8pt;
    font-weight: normal;
    outline: none;
    margin: 0;
    color: #222;
    padding: 10px 15px 10px 15px;
    background-color: #fafafa;
    border-radius: 5px;
    border: 1px solid #E7E7E7;
}



.workdivPart {
    width: 100%;
}

.workdivPartCenter {
    width: 100%;
    text-align: center;
    align-content: center;
    padding-top: 10px;
}

.HourRadio {
    border-collapse: separate;
    border-spacing: 0.5em;
}

.HourTBl {
    border-collapse: separate;
    border-spacing: 0.75em;
    width: 100%;
}

.tableStyle {
    border: 1px solid;
    font-family: BNazanin, BYekan, fontfa;
    /*background-color: white;*/
}

.rHeaderStyle {
    border: 1px solid;
    width: 220px;
    height: 20px;
    text-align: right;
    font-size: 7pt;
    padding: 5px 5px 5px 5px;
    background-color: #efefef;
    font-family: IRANSansWeb;
}

.rEndStyle {
    border: 1px solid;
    width: 70px;
    height: 20px;
    text-align: right;
    font-size: 11pt;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    background-color: #efefef;
}

.rLastRowStyle {
    border: 1px solid;
    width: 110px;
    height: 20px;
    text-align: right;
    font-size: 8pt;
    padding: 5px 5px 5px 5px;
    background-color: #efefef;
    font-family: IRANSansWeb;
}


.cellrow1 {
    width: 35px;
    height: 20px;
    text-align: right;
    font-size: 7pt;
    padding: 5px 5px 5px 5px;
    background-color: #efefef;
}

.cellrow2 {
    width: 35px;
    height: 20px;
    text-align: right;
    font-size: 7pt;
    padding: 5px 5px 5px 5px;
    background-color: #efefef;
}

.cellrow3 {
    border-bottom: 1px solid;
    width: 35px;
    height: 20px;
    text-align: right;
    font-size: 7pt;
    padding: 5px 5px 5px 5px;
    background-color: #efefef;
}

.cellrow {
    width: 35px;
    height: 20px;
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    padding: 5px 5px 5px 5px;
    background-color: #f7f7f7;
}


.tableTextStyle {
    width: 100%;
    height: 35px;
    text-align: center;
    font-size: 11pt;
    font-weight: lighter;
    border: 0;
    font-family: BNazanin, BYekan, fontfa;
}

.tableCellLastrowStyle {
    border: 1px solid;
    width: 38px;
    text-align: center;
    font-size: 10pt;
    font-weight: bold;
    vertical-align: central;
    background-color: #f7f7f7;
}

.tableCellStyle {
    border: 1px solid;
    width: 38px;
    text-align: center;
    font-size: 10pt;
    vertical-align: central;
    background-color: #efefef;
}

.tableCellStyleGreen {
    border: 1px solid;
    width: 38px;
    text-align: center;
    font-size: smaller;
    background-color: greenyellow;
    vertical-align: central;
}

.tableCellStyleSmall {
    border: 1px solid;
    width: 38px;
    text-align: center;
    font-size: 5pt;
    background-color: #efefef;
    font-family: IRANSansWeb;
}

.tableCellStyleSmallGreen {
    border: 1px solid;
    width: 38px;
    text-align: center;
    font-size: 8pt;
    background-color: greenyellow;
}

.rBudgetHeaderStyle {
    border: 1px solid;
    width: 170px;
    height: 20px;
    text-align: right;
    font-size: 6pt;
    padding: 0 5px 5px 5px;
    background-color: #efefef;
}

.tableCellBudgetSmall {
    border: 1px solid;
    width: 50px;
    text-align: center;
    font-size: 7pt;
    background-color: #efefef;
}

.tableCellSmallGreen {
    border: 1px solid;
    width: 50px;
    text-align: center;
    font-size: 7pt;
    background-color: greenyellow;
}

.tableCellStyleDanger {
    border: 1px solid;
    width: 38px;
    text-align: center;
    font-size: 7pt;
    background-color: #fb9737;
}


.HeaderStyle {
    border: 1px solid;
    width: 140px;
    text-align: right;
    font-size: 8pt;
    padding: 0 5px 5px 5px;
    background-color: #efefef;
}

.tableCellSmall {
    border: 1px solid;
    width: 80px;
    text-align: center;
    font-size: 7pt;
    background-color: #efefef;
}

.cellPriceStyle {
    border: 1px solid;
    height: 20px;
    /*text-align: right;*/
    font-size: 9pt;
    padding: 0 5px 5px 5px;
    background-color: #ffdddd;
}

.WorkTextStyle {
    font-size: 15pt;
    font-family: BNazanin, BYekan, fontfa;
}

.WorkTextStyleBold {
    font-family: BNazanin, BYekan, fontfa;
    font-weight: bolder;
    font-size: 15pt;
}


.ImageAddworkGroup {
    width: 30px;
    vertical-align: bottom;
}

.checkboxStyle {
    float: left;
}
/*================================================================= UserRequest */
.CheckListStyle {
    display: block;
    padding: 5px 5px 10px 10px;
}

.chkChoice input {
    margin-left: 5px;
}

.chkChoice td {
    padding-left: 30px;
}
/*================================================================= UserRequest END */

/*================================================================= Error Page */
.bodyErrorPage {
    background: #f3f3e1;
    text-align: center;
    vertical-align: middle;
    font-family: IRANSansWeb,fontfa,Tahoma;
}

.errorLabel {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 30px;
}

.errorLabelMargin {
    margin-bottom: 10px;
}
/*================================================================= Error Page END*/
/*================================================================= Default */
.panelMargin50 {
    margin-bottom: 50px;
}

.panelMargin20 {
    margin-bottom: 20px;
}

.marginBottom5 {
    margin-bottom: 5px;
}

.marginBottom5 {
    margin-bottom: 5px;
}

.marginBottom10 {
    margin-bottom: 10px;
}

.marginBottom15 {
    margin-bottom: 15px;
}

.marginBottom20 {
    margin-bottom: 20px;
}

.marginRight10 {
    margin-right: 10px;
}


.margintop-20 {
    margin-top: -25px;
}

.margintop20 {
    margin-top: 20px;
}

.paddingTop2 {
    padding-top: 2px;
}

.paddingTop4 {
    padding-top: 4px;
}

.paddingTop7 {
    padding-top: 7px;
}

.paddingTop15 {
    padding-top: 15px;
}

.padding10 {
    padding: 10px;
}

.padding5 {
    padding: 5px;
}

.paddingRight5 {
    padding-right: 5px;
}

.paddingRight10 {
    padding-right: 10px;
}

.paddingRight15 {
    padding-right: 15px;
}

.paddingRight30 {
    padding-right: 30px;
}

.paddingRight50 {
    padding-right: 50px;
}

.paddingRight100 {
    padding-right: 100px;
}

.paddingRight200 {
    padding-right: 200px;
}

.paddingLeft15 {
    padding-left: 15px;
}

.panelDefaultStyle {
    font-family: IRANSansWeb,fontfa,Tahoma;
    font-size: small;
    font-weight: normal;
    outline: none;
    color: #222;
    padding: 15px 20px 10px 20px;
    background-color: #fafafa; /*f2f0f0;*/
    border-radius: 5px;
    border: 1px solid #E7E7E7; /*cacaca;*/
    padding-bottom: 20px;
}
/*================================================================= Default END */
/*================================================================= Setting */
.PanelMargin {
    margin: 30px 0 20px 0;
}



.HeaderPanelAllpages {
    background-color: #958282; /*#95c066;*/ /*#1e7fd1;*/ /*#86c3f6;*/
    /*border: 2px solid #b5cbde;*/
    /*border-radius: 3px;*/
    overflow: hidden;
    padding: 8px 50px 0 40px;
    direction: rtl;
    margin-bottom: 5px;
}

.form-group > span {
    color: red !important;
}

.RoleSaveGroup {
    border-bottom: 1px solid #c1c1c1;
    border-radius: 3px;
    padding-bottom: 5px;
}
/*================================================================= Setting END */
/*================================================================= CHART dual line bar chart */

#container {
    min-width: 310px;
    height: 400px;
    margin: 0 auto;
}


/* .info-box
=================================================================== */
.info-box {
    min-height: 150px;
    margin-bottom: 30px;
    padding: 20px;
    color: white;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
}

    .info-box i {
        display: block;
        height: 100px;
        font-size: 60px;
        line-height: 100px;
        width: 100px;
        float: left;
        text-align: center;
        border-right: 2px solid rgba(255, 255, 255, 0.5);
        margin-right: 20px;
        padding-right: 20px;
        color: rgba(255, 255, 255, 0.75);
    }

    .info-box .count {
        margin-top: -10px;
        font-size: 20px;
        font-weight: 700;
    }

    .info-box .countNum {
        margin-top: -10px;
        font-size: 34px;
        font-weight: 700;
        font-family: BNazanin, BYekan, fontfa;
    }

    .info-box .countDesc {
        margin-top: -10px;
        font-size: 15px;
        font-weight: 400;
    }

    .info-box .titleBlack {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        color: #000;
    }

    .info-box .descBlack {
        margin-top: 10px;
        font-size: 12px;
        color: #000;
    }

    .info-box .title {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .info-box .desc {
        margin-top: 10px;
        font-size: 12px;
    }

    .info-box .descRating {
        /*margin-top: 160px;*/
        font-size: 12px;
    }

    .info-box.danger {
        background: #ff5454;
        border: 1px solid #ff2121;
    }

    .info-box.warning {
        background: #fabb3d;
        border: 1px solid #f9aa0b;
    }

    .info-box.primary {
        background: #20a8d8;
        border: 1px solid #1985ac;
    }

    .info-box.info {
        background: #67c2ef;
        border: 1px solid #39afea;
    }

    .info-box.success {
        background: #79c447;
        border: 1px solid #61a434;
    }

    .info-box.yellow {
        background: #ebed2c;
        border: 1px solid #61a434;
    }

.WhitePanel {
    background: #cad4e1;
    border: 1px solid #abb1b9;
}

.PurplePanel {
    background: #bd98e1;
    border: 1px solid #bd98e1;
}

.BluePanel {
    background: #1985ac;
    border: 1px solid #abb1b9;
}

.GreenPanel {
    background: #19ac25;
    border: 1px solid #abb1b9;
}

/* .info-box END
=================================================================== */



/* .info-boxWidth
=================================================================== */
.info-boxWidth {
    min-height: 400px;
    margin-bottom: 30px;
    padding: 10px;
    color: white;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
}

    .info-boxWidth i {
        display: block;
        height: 100px;
        font-size: 60px;
        line-height: 100px;
        width: 100px;
        float: left;
        text-align: center;
        border-right: 2px solid rgba(255, 255, 255, 0.5);
        margin-right: 20px;
        padding-right: 20px;
        color: rgba(255, 255, 255, 0.75);
    }

    .info-boxWidth .count {
        margin-top: -10px;
        font-size: 34px;
        font-weight: 700;
    }

    .info-boxWidth .title {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .info-boxWidth .desc {
        margin-top: 10px;
        font-size: 12px;
    }

    .info-boxWidth.danger {
        background: #ff5454;
        border: 1px solid #ff2121;
    }

    .info-boxWidth.warning {
        background: #fabb3d;
        border: 1px solid #f9aa0b;
    }

    .info-boxWidth.primary {
        background: #20a8d8;
        border: 1px solid #1985ac;
    }

    .info-boxWidth.info {
        background: #67c2ef;
        border: 1px solid #39afea;
    }

    .info-boxWidth.success {
        background: #79c447;
        border: 1px solid #61a434;
    }






.info-boxTakhsis {
    height: 40px;
    padding: 5px;
    color: white;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
}

    .info-boxTakhsis.TakhsisConfirm {
        background: #79c447;
        border: 1px solid #61a434;
    }





.info-boxWidthNoPadding {
    min-height: 400px;
    margin-bottom: 30px;
    padding: 10px;
    padding-top: 20px;
    color: white;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
}

    .info-boxWidthNoPadding i {
        display: block;
        height: 100px;
        font-size: 60px;
        line-height: 100px;
        width: 100px;
        float: left;
        text-align: center;
        border-right: 2px solid rgba(255, 255, 255, 0.5);
        margin-right: 20px;
        padding-right: 20px;
        color: rgba(255, 255, 255, 0.75);
    }

    .info-boxWidthNoPadding .count {
        margin-top: -10px;
        font-size: 34px;
        font-weight: 700;
    }

    .info-boxWidthNoPadding .title {
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
    }

    .info-boxWidthNoPadding .desc {
        margin-top: 10px;
        font-size: 12px;
    }

/* .info-boxWidth END
=================================================================== */
.info-boxReport {
    min-height: 400px;
    position: absolute;
    padding: 10px;
    color: white;
    opacity: 50;
    -webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, 0.35), 0 3px 1px -1px rgba(0, 0, 0, 0.1);
}


=================================================== */ .minheight300 {
    min-height: 300px;
}


.SevicebackgroundColorBlue {
    background-color: #85a2e9;
}

.SevicebackgroundColorRed {
    background-color: #ff2121;
}



.glyphiconNavid {
    width: 80px;
    height: 100px;
    background-color: #fff;
    float: left;
    position: relative;
    top: 1px;
    display: inline-block;
    border-radius: 10px;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}




.holder {
    height: 5px;
    background: #eaeaea;
    box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.4);
    position: relative;
    width: 100%;
    margin: 20px auto;
}

.bar {
    background: #2980b9;
    height: 5px;
    width: 0%;
    transition: width 2s, background .2s;
}

    .bar:hover {
        background: #409ad5;
    }





.btn-outline-primary {
    color: #36a9e1;
    background-color: transparent;
    background-image: none;
    border-color: #36a9e1;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #36a9e1;
        border-color: #36a9e1;
    }

    .btn-outline-primary:focus, .btn-outline-primary.focus {
        box-shadow: 0 0 0 3px rgba(54, 169, 225, 0.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #36a9e1;
        background-color: transparent;
    }

    .btn-outline-primary:active, .btn-outline-primary.active,
    .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #36a9e1;
        border-color: #36a9e1;
    }

.btn-outline-secondary {
    color: #c7cbd5;
    background-color: transparent;
    background-image: none;
    border-color: #c7cbd5;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #c7cbd5;
        border-color: #c7cbd5;
    }

    .btn-outline-secondary:focus, .btn-outline-secondary.focus {
        box-shadow: 0 0 0 3px rgba(199, 203, 213, 0.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #c7cbd5;
        background-color: transparent;
    }

    .btn-outline-secondary:active, .btn-outline-secondary.active,
    .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #c7cbd5;
        border-color: #c7cbd5;
    }

.btn-outline-success {
    color: #49ea52;
    background-color: transparent;
    background-image: none;
    border-color: #49ea52;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #49ea52;
        border-color: #49ea52;
    }

    .btn-outline-success:focus, .btn-outline-success.focus {
        box-shadow: 0 0 0 3px rgba(189, 234, 116, 0.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #bdea74;
        background-color: transparent;
    }

    .btn-outline-success:active, .btn-outline-success.active,
    .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #bdea74;
        border-color: #bdea74;
    }

.btn-outline-info {
    color: #67c2ef;
    background-color: transparent;
    background-image: none;
    border-color: #67c2ef;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #67c2ef;
        border-color: #67c2ef;
    }

    .btn-outline-info:focus, .btn-outline-info.focus {
        box-shadow: 0 0 0 3px rgba(103, 194, 239, 0.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #67c2ef;
        background-color: transparent;
    }

    .btn-outline-info:active, .btn-outline-info.active,
    .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #67c2ef;
        border-color: #67c2ef;
    }

.btn-outline-warning {
    color: #fabb3d;
    background-color: transparent;
    background-image: none;
    border-color: #fabb3d;
}

    .btn-outline-warning:hover {
        color: #fff;
        background-color: #fabb3d;
        border-color: #fabb3d;
    }

    .btn-outline-warning:focus, .btn-outline-warning.focus {
        box-shadow: 0 0 0 3px rgba(250, 187, 61, 0.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #fabb3d;
        background-color: transparent;
    }

    .btn-outline-warning:active, .btn-outline-warning.active,
    .show > .btn-outline-warning.dropdown-toggle {
        color: #fff;
        background-color: #fabb3d;
        border-color: #fabb3d;
    }

.btn-outline-danger {
    color: #ff5454;
    background-color: transparent;
    background-image: none;
    border-color: #ff5454;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #ff5454;
        border-color: #ff5454;
    }

    .btn-outline-danger:focus, .btn-outline-danger.focus {
        box-shadow: 0 0 0 3px rgba(255, 84, 84, 0.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #ff5454;
        background-color: transparent;
    }

    .btn-outline-danger:active, .btn-outline-danger.active,
    .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #ff5454;
        border-color: #ff5454;
    }

.btn-outline-light {
    color: #f0f2f7;
    background-color: transparent;
    background-image: none;
    border-color: #f0f2f7;
}

    .btn-outline-light:hover {
        color: #fff;
        background-color: #f0f2f7;
        border-color: #f0f2f7;
    }

    .btn-outline-light:focus, .btn-outline-light.focus {
        box-shadow: 0 0 0 3px rgba(240, 242, 247, 0.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f0f2f7;
        background-color: transparent;
    }

    .btn-outline-light:active, .btn-outline-light.active,
    .show > .btn-outline-light.dropdown-toggle {
        color: #fff;
        background-color: #f0f2f7;
        border-color: #f0f2f7;
    }

.btn-outline-dark {
    color: #383e4b;
    background-color: transparent;
    background-image: none;
    border-color: #383e4b;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #383e4b;
        border-color: #383e4b;
    }

    .btn-outline-dark:focus, .btn-outline-dark.focus {
        box-shadow: 0 0 0 3px rgba(56, 62, 75, 0.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #383e4b;
        background-color: transparent;
    }

    .btn-outline-dark:active, .btn-outline-dark.active,
    .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #383e4b;
        border-color: #383e4b;
    }


.badge {
    text-shadow: none;
}

.badge-danger {
    color: #fff;
    background-color: #ff5454;
}

    .badge-danger[href]:focus, .badge-danger[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #ff2121;
    }

.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}


.GroupEchelStyle {
    background-color: #424242;
    border-radius: 3px;
    padding: 10px 20px 10px 20px;
    margin-bottom: 5px;
    color: #fff;
}
