﻿@font-face {
    font-family: 'tahoma';
    src: url('/app-talar/fonts/775b712c01cdf4eb7f15d9180567345060f700291901931.eot');
    src: url('/app-talar/fonts/775b712c01cdf4eb7f15d9180567345060f700291901931.otf') format('opentype');
    src: local('âک؛'),
    local('BNazanin'),
    url('/app-talar/fonts/775b712c01cdf4eb7f15d9180567345060f700291901931.woff') format('woff'),
    url('/app-talar/fonts/775b712c01cdf4eb7f15d9180567345060f700291901931.ttf') format('truetype'),
    url('/app-talar/fonts/775b712c01cdf4eb7f15d9180567345060f700291901931.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body 
{
    padding:0px;
    margin:0px;
    text-align:0px;
    font:16px tahoma;
    direction:rtl;
    color:#000000;
    margin-bottom:65px;
    margin-top:48px;

    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;      
    
        -webkit-animation: fadein 1s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 1s; /* Firefox < 16 */
        -ms-animation: fadein 1s; /* Internet Explorer */
         -o-animation: fadein 1s; /* Opera < 12.1 */
            animation: fadein 1s;

}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

html {
  scroll-behavior: smooth;
}

a
{
    color:#000000;
    text-decoration:none;
}
a:hover
{
    
}

.task-item
{
    padding-top:8px;
    padding-bottom:8px;
    border-bottom:solid 1px #e0e0e0;
}

.task-item-tick
{
    float:right;
    padding-right:5px;
    padding-left:5px;
    width:42px;
}

.task-item-tick img
{
    width: 32px;
}

.hazine-item-tick
{
    float:right;
    padding-right:5px;
    padding-left:5px;
    width:42px;
    margin-top:7px;
}

.hazine-item-tick img
{
    width: 32px;
}

.task-item-text
{
    float:right;
    width:-webkit-(100% - 64px);
    width:-moz-calc(100% - 64px);
    width:calc(100% - 64px);
    min-height:32px;
}

.task-item-text2
{
    float:right;
    width:-webkit-(100% - 94px);
    width:-moz-calc(100% - 94px);
    width:calc(100% - 94px);
    height:32px;
}

.seperator-thick
{
    background-color:#f4f4f4;
    height:8px; 
    margin-bottom:10px;
}

.seperator-thick2
{
    background-color:#f4f4f4;
    height:8px; 
}

.task-title
{
    font-size:18px;
    padding-right:10px; 
    padding-left:10px;
    font-weight:bold;
    margin-bottom:5px;
}

.task-subtitle
{
    color:#808080;
    padding-right:10px; 
    padding-left:10px;
}

.task-warning
{
    margin-top:10px;
    margin-bottom:10px;
    /*background-color:#f3f3a9; */
    background-color: #ffc600;
    border-top:solid 1px #cccccc; 
    padding:10px;
    color: #695b0c;
}

.task-tab-item
{
    float:left;
    padding-bottom:5px;
    border-bottom:solid 2px #f0f0f0; 
    width:30%; 
    text-align:center;
}

.task-tab-item-menu
{
    float:left;
    padding-bottom:5px;
    border-bottom:solid 2px #f0f0f0; 
    width:30%; 
    text-align:center;
    height:80px !important;
    width:10% !important;
}

.task-tab-selected
{
    border-bottom:solid 2px #0e8a0e !important;
}

.ptab
{
    display:none;
    min-height:300px;
}

.ptab-selected
{
    display:block;
    /*min-height:300px;*/
}

#popup-right-mm ul li span
{
    float:left;
}

#footer
{
    border-top:solid 1px #cccccc;
    margin-top:5px;
    padding-top:8px;
    /*margin-bottom:5px;*/
    position: fixed;
    width: 100%;
    bottom: 0px;  
    background-color:#ffffff;  
}

.footer-item
{
    float:right;
    width:18%;
    text-align:center;
}
.footer-item img
{
    width:32px;
}

input[type=text], input[type=password], textarea, select, input[type=number]
{
    border-radius:4px;
    border:solid 1px #dddddd;
    padding:10px;
    margin-top:5px;
    margin-bottom:5px;
    width:93%;
    font: 17px tahoma;
}

textarea
{
    height:80px;
}

input[type=button], input[type=submit]
{
    font:16px tahoma; 
    font-weight:bold; 
    background-color:#ca0962; 
    /*border:solid 1px #a86207;*/ 
    text-align:center; 
    height:30px; 
    color:#ffffff;
    border-radius:5px;
    border:none;
    margin-top:5px;
    margin-right:5px;
    -moz-box-shadow: 0px 1px 10px 1px #cccccc;
    -webkit-box-shadow: 0px 1px 10px 1px #cccccc;
    box-shadow: 3px 5px 10px 1px #cccccc;    
    cursor: pointer;
    width:93%;
}

.undone-btn
{
    font:16px tahoma; 
    font-weight:bold; 
    background-color:#ea039e !important; 
    text-align:center; 
    height:30px; 
    color:#fff1df;
    border-radius:5px;
    border:none;
    margin-top:5px;
    margin-right:5px;
    -moz-box-shadow: 0px 1px 10px 1px #cccccc;
    -webkit-box-shadow: 0px 1px 10px 1px #cccccc;
    box-shadow: 3px 5px 10px 1px #cccccc;    
    cursor: pointer;
    width:45% !important;
    float:right;
    magin-left:5px;
}


.done-btn
{
    font:16px tahoma; 
    font-weight:bold; 
    background-color:#00c909 !important; 
    text-align:center; 
    height:30px; 
    color:#fff1df;
    border-radius:5px;
    border:none;
    margin-top:5px;
    margin-right:5px;
    -moz-box-shadow: 0px 1px 10px 1px #cccccc;
    -webkit-box-shadow: 0px 1px 10px 1px #cccccc;
    box-shadow: 3px 5px 10px 1px #cccccc;    
    cursor: pointer;
    width:45% !important;
    float:right;
    magin-left:5px;
}

.btn-inactive
{
    background-color:#8d8080 !important; 
}

.sex-but
{
    font:16px tahoma; 
    font-weight:bold; 
    background-color:#f7f7f7 !important; 
    text-align:center; 
    height:30px; 
    color:#202020 !important;
    border-radius:3px !important;
    border:solid 1px #cccccc !important;
    margin-top:5px;
    margin-right:5px;  
    cursor: pointer;
    width:45% !important;
    float:right;
    magin-left:5px;    
}

.two-item
{
    float:right;
    width:41% !important;
    margin-left:5px;
}

.popup
{
    position:fixed;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.5);
    display:none;
    top:0px;
    right:0px;
    z-index:1000;
}

.popup-inner
{
    background-color:#ffffff;
    color:#000000;
    padding:15px;
    margin:15px;
    border-radius:3px;
    margin-top:150px;
}

@media (max-device-width: 800px)
{
    .popup-inner
    {
        background-color:#ffffff;
        color:#000000;
        padding:15px;
        margin:15px;
        border-radius:3px;
        margin-top:50%;
    }
}

.btn-login
{
    float:right;
    width:43% !important;
    margin-left:5px;
    background-color:#ca0962 !important;
}

.btn-register
{
    float:right;
    width:43% !important;
    margin-left:5px;
    background-color:#ffffff !important;
    color:#ca0962 !important;
    border:solid 1px #ca0962 !important;
}

.btn-login2
{
    float:right;
    width:50% !important;
    background-color:#ffffff !important;
    color:#ca0962 !important;
    border:solid 1px #dddddd !important;
    border-radius:0px !important;
    border-bottom-left-radius:5px !important;
    border-bottom-right-radius:5px !important;
    margin: 0px !important;
    box-shadow: none !important;
    height:40px !important;
}

.clock-item
{
    width:30px;
    float:left;
}

.clock-item2
{
    width:10px;
    float:left;    
}

.panel-uicons
{
    float:right;
    margin-left:8px;
    text-align:center;
    outline:none;
}

.panel-uicons img
{
    width:60px;
    border-radius:3px;
    border:solid 1px #f0f0f0;
    padding:3px;
    margin:5px 1px 5px 1px;
    height:53px;
}

.panel-uicons2
{
    float:right;
    margin-left:8px;
    text-align:center;
    width:90px;
}

.panel-uicons2 img
{
    width:60px;
    border-radius:3px;
    border:solid 1px #cecece;
    padding:3px;
    margin:5px 1px 5px 1px;
}

.panel-title
{
    margin-right:10px;
}

.header
{
    background-color:#e70707;
    padding:20px 15px 8px 15px;
    color:#ffffff;
    border-bottom: solid 1px #bc1616;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1000;   
    width:-webkit-(100% - 30px);
    width:-moz-calc(100% - 30px);
    width:calc(100% - 30px);    
}

#header-1
{
    float:left;
    width:32px;
    margin-top:-13px;
}

#header-2
{
    float:left;
    width:32px;
    margin-top:-7px;
}

#header-3
{
    float:right;
    width:32px;
    margin-top:-13px;
}

#header-4
{
    float:right;
    width:100px;
    margin-top:-10px;
    margin-right:10px;
    font-size:19px;
    font-weight:bold;
}

.two-item-b
{
    float:right; 
    width:50%;
}

#budget-top1
{
    border-left:solid 1px #cccccc;
    text-align:center;
}

#budget-top2
{
    text-align:center;
}

.budget-price-bold
{
    color:#000000;
    font-weight:bold;
}
.budget-price-small
{
    color:#808080;
    font-size:12px;
}

.budget-item
{
    padding-left:10px;
    padding-right:10px;
    padding-bottom:8px;
    padding-top:8px;
}

.budget-subitem
{
    padding:10px;
    border-top:solid 1px #cccccc;
}

.budget-subitem1
{
    font-weight:bold;
    margin-bottom:5px;
}

.budget-subitem2
{
    float:right;
    display:inline;
}

.budget-subitem3
{
    float:left;
    display:inline;
}




.hazine-item
{
    padding-left:10px;
    padding-right:10px;
    padding-bottom:8px;
}

.hazine-subitem
{
    padding:10px;
    border-top:solid 1px #cccccc;

    width:-webkit-(100% - 30px);
    width:-moz-calc(100% - 30px);
    width:calc(100% - 30px);    
}

.hazine-subitem1
{
    font-weight:bold;
    margin-bottom:5px;
}

.hazine-subitem2
{
    float:right;
    display:inline;
}

.hazine-subitem3
{
    float:left;
    display:inline;
}



.budget-item1
{
    float:right;
    width:32px;
}

.budget-item2
{
    float:right;
    width:-webkit-(100% - 74px);
    width:-moz-calc(100% - 74px);
    width:calc(100% - 74px);
    margin-top:10px;
    padding-right:10px;
}

.budget-item3
{
    float:right;
    color:#03b6b6; 
    font-size:24px;
    width:24px;
    margin-top:4px;
}

.budget-item4
{
    float:right;
    width:8px;
    margin-top:15px;
}

.budget-item4 img
{
    width:8px;
}

.budget-item1 img
{
    width:32px;
}

#budget-top1 img
{
    width:32px;
}

#budget-top2 img
{
    width:32px;
}

.budget-category-item
{
    padding-left:10px;
    padding-right:10px;
    padding-bottom:4px;
    border-bottom:solid 1px #e0e0e0;
}

.budget-category-item1
{
    float:right;
    width:32px;
}

.budget-category-item2
{
    float:right;
    width:-webkit-(100% - 48px);
    width:-moz-calc(100% - 48px);
    width:calc(100% - 48px);
    margin-top:10px;
    padding-right:10px;
}

.budget-category-item3
{
    float:right;
    color:#03b6b6; 
    font-size:24px;
    width:24px;
    margin-top:4px;
}

.budget-category-item4
{
    float:right;
    width:8px;
    margin-top:10px;
}

.budget-category-item4 img
{
    width:32px;
}

.budget-category-item1 img
{
    width:32px;
}

.popup-menu
{
    padding:0px;
    margin:0px;
    list-style-type:none;
}

.popup-menu li
{
    padding-top:10px;
    padding-bottom:10px;
    border-bottom:solid 1px #f0f0f0;
    font-weight:bold;
    padding-right:5px;
}

.popup-menu li a
{
    color:#000000;
    display:block;
}

#menu-right-wrapper
{
    position:fixed;
    width:100%;
    height:100%;
    background-color:rgba(0, 0, 0, 0.7);
    z-index:1001;
    top:0px;
    right:0px;
    display:none;
}

#menu-right
{
    position:absolute;
    width:250px;
    background-color:#ffffff;
    height:100%;    
    z-index:1;
    top:0px;
    right:0px;
}

.menu-right-ul 
{
    margin:0px;
    padding:0px;
}

.menu-right-ul li
{
    font-size:20px;
    padding:4px 20px 4px 20px;
    margin-right:20px;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px;    
    list-style-type: none;
    border-bottom: solid 1px #e4e1e1;
}
.menu-right-ul li a
{
    font-size:20px;
    color:#6f0350;
    font-weight:bold;
    text-decoration:none;
    list-style-type:none;
}

.menu-right-title
{
    font-weight:bold;
    font-size:21px;
    border-bottom:solid 1px #b05db6;
    padding:4px 20px 10px 20px
}

.menu-right-wrapper-close
{
	opacity: 1;
	animation-name: fadeOutOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.2s;            
}

.menu-right-wrapper-open
{
	opacity: 1;
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.2s;       
}

@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fadeOutOpacity {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

.menu-right-close
{
    display:block;
	animation-name: menu-right-fadeout;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.2s;      
}

.menu-right-open
{
    display:block;
    animation-name: menu-right-fadein;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.2s;   
}

@keyframes menu-right-fadein
{
    from 
    {
        right:-300px;
    }
    to
    {
        right:0px;
    }
}

@keyframes menu-right-fadeout
{
    from 
    {
        right:0px;
    }
    to
    {
        right:-300px;
    }
}

.ana-h3
{
    margin-right:10px;
    margin-left:10px;
    color:#a40074;
}

.ana-item
{
    border-top:solid 1px #e0e0e0;
    padding:10px 20px 10px 10px;
}

.ana-bullet
{
    float:right;
    width:6px;
    height:6px;
    border-radius:50%;
    margin-top:6px;
}

.ana-name
{
    float:right; 
    width:-webkit-(100% - 42px);
    width:-moz-calc(100% - 42px);
    width:calc(100% - 42px);

    margin-right:8px;
    font-weight:bold;
}

.ana-num
{
    float:right;
    width:20px;
    margin-right:8px;
    font-size:12px; 
    color:#808080;
}

select.ui-datepicker-month
{
    padding:0px !important;
}

.account-select
{
    margin-right: -13px;
    display: inline-block;
    margin-top: 7px;
    float: right;
    margin-left: 10px;
}

.menu-disabled
{
    color:#d2acc7 !important;
}

.suggest-provider
{
    float:right;
    width:-webkit-(50% - 8px);
    width:-moz-calc(50% - 8px);
    width:calc(50% - 8px);
    margin-left:3px;
    margin-right:3px;
    margin-bottom:10px;
}

.suggest-provider img
{
    width:100%;
    height:auto;
    border-radius:5px 5px 0px 0px;
    height:130px;
}

.suggest-provider div
{
    border-right:solid 1px #eeeeee;
    border-left:solid 1px #eeeeee;
    border-bottom:solid 1px #eeeeee;
    padding:15px;
    border-radius: 0px 0px 5px 5px;
}

#ostans
{
    position:fixed;
    width:100%;
    height:100%;
    overflow-y:auto;
    background-color:#f6ddf4;
    top:0px;
    right:0px;
    z-index:1500;
    display:none;
}

.ostans-ul
{
    padding:0px;
    margin:0px;
}

.ostans-ul li
{
    list-style-type:none;
    padding:10px 20px 10px 10px;
    border-bottom:solid 1px #ffffff;
    color:#000000;
    font-weight:bold;
    font-size:20px;
}

.ostans-ul li span
{
    float:left;
    font-weight:bold;
    font-size:20px;
    color:#404040;
}

.ostan-close
{
	animation-name: ostan-fadeout;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.2s;      
}

.ostan-open
{
    animation-name: ostan-fadein;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 0.2s;   
}

.loading-img
{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 48px;
    height: 48px;
}

.provider-no-img
{
    border: solid 1px #f0f0f0;
    width: -webkit-(100% - 2px) !important;
    width: -moz-calc(100% - 2px) !important;
    width: calc(100% - 2px) !important;
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;    
}

@keyframes ostan-fadein
{
    from 
    {
        right:-1000px;
    }
    to
    {
        right:0px;
    }
}

@keyframes ostan-fadeout
{
    from 
    {
        right:0px;
    }
    to
    {
        right:-1000px;
    }
}

.coln1
{
    border-bottom:solid 1px #000000;
    height:42px;
}

#popup-takhfif-inner4
{
    background-color:#ffffff;
    color:#724679;
    padding:15px;
    margin:15px;
    border-radius:5px;
    margin-top:50%;
}

#header-4
{
    width:160px;
}


@media (min-device-width: 800px)
{
    body
    {
        width:900px !important;
        margin-left:auto;
        margin-right:auto;
        background-image: none !important;
    }
    
    .header
    {
        width: 870px;
        margin-right: auto;
        margin-left: auto;
        left: -webkit-(50% - 450px);
        left: -moz-calc(50% - 450px);
        left: calc(50% - 450px);        
    }
    #footer
    {
        width:900px;
        left: -webkit-(50% - 450px);
        left: -moz-calc(50% - 450px);
        left: calc(50% - 450px);    
        border: solid 1px #dddddd;    
    }
    
    .popup-inner    
    {
        max-width: 400px;
        margin-left: auto !important;
        margin-right: auto !important;        
    }
    
    #iMsgs
    {
        background-image: url(/app-plan/images/wbg.gif);
    }
    #iLogin11
    {
        right: -webkit-(50% - 200px);
        right: -moz-calc(50% - 200px);
        right: calc(50% - 200px);        
    }
    
    #ostans
    {
        max-width:400px;
    }
    
    .suggest-provider img
    {
        height:300px;
    }
    
    .wrapper-all
    {
        border-right:solid 1px #f0f0f0;
        border-left:solid 1px #f0f0f0;
    -moz-box-shadow: 0px 1px 10px 1px #cccccc;
    -webkit-box-shadow: 0px 1px 10px 1px #cccccc;
    box-shadow: 3px 5px 10px 1px #cccccc;    
        
    }
    
    #popup-takhfif-inner4
    {
        margin-top:200px;
        max-width: 400px;
        margin-right: auto;
        margin-left: auto;
    }
}