﻿body {
    margin: 0;
    padding: 0;
    font-family: IRANSans;
    font-size: 12px;
}
.loding-group{
    position:relative;
    width:100%;
    height:5px;
    border-top:#ddd solid 1px;
}
.loading{
    width:100%;
    height:5px;
    background:#1baaf1;
    position:absolute;
    top:0;
    left:0;
    animation-name:Loading;
    animation-duration:1s;
    animation-iteration-count:infinite;
}
@keyframes Loading{
    0%{width:0;}
    100%{width:100%;}
}
.treeview {
    font-family: IRANSans !important;
    font-size: 12px;
}

.visHiden {
    visibility: hidden;
}

.rtl {
    direction: rtl !important;
}

.ltr {
    direction: ltr !important;
}

.textCenter {
    text-align: center;
}

.Textcolor {
    color: #666;
}

    .textcolor a {
        color: #666;
    }

.TextcolorMenu a {
    color: #f2f2f2;
}

.padding_0 {
    padding-left: 0;
    padding-right: 0;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442 !important;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.cart, .cart2 {
    width: 100%;
    height: auto;
    min-height: 1px;
    margin-bottom: 10px;
    position: relative;
    background: #fff;
    float:right;
    padding-bottom:10px;
}

.cart2{
    border: #ddd solid 1px;
}

.btn{
    font-family: IRANSans;
    border-radius: 0px;
    height: 35px;
    text-decoration: none;
    outline: 0;
}

.alert{
    width: 100%;
    display: block;
    padding: 10px 0px;
    text-align: center;
    position: relative;
    float: right;
}

.Error{
    width: 100%;
    color: #cd595a;
    text-align: center;
    animation-name: fadeIn;
    animation-duration: 1s;
    font-weight: bold;
    line-height: 40px;
}

.Success{
    animation-name: fadeIn;
    width: 100%;
    color: #387b30;
    text-align: center;
    font-weight: bold;
    line-height: 40px;
}

.InalertBox{
    background: #fff;
    border-top: #e62626 solid 6px;
    width: 300px;
    max-width: 300px;
    height: auto;
    min-height: 50px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    opacity: 0.8;
}

.alertBox {
    position: absolute;
    bottom: 30%;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 50px;
    z-index: 20;
    animation-name: alertSlide;
    animation-duration: 1s;
}

.Alert_left {
    position: fixed;
    width: 300px;
    min-height: 100px;
    height: auto;
    text-align: center;
    left: 0;
    top: 30%;
    z-index: 10000;
    cursor: pointer;
    font-weight:bold;
}

.Alert_left_error{
    display: none;
    background: #F2DEDE;
    color: #A94442;
    line-height: 30px;
    padding:20px;
}

.Alert_left_success{
    display: none;
    background: #DFF0D8;
    color: #3C763D;
    line-height: 30px;
    padding:20px;
}

.btnIcon {
    display: inline-block;
}

.btnIcon > .glyphicon {
    z-index: 20;
    margin-left: -7px;
    font-size: 12px;
    color: #666666;
}
.hidden{
    display:none;
}
@media (max-width: 767px) {
    .hidden-xs {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none;
    }
}

@keyframes BackSlide {
    0% {
        width: 0%;
    }

    100% {
        width: 50%;
    }
}

@keyframes alertSlide {
    0% {
        bottom: 0%;
    }

    100% {
        bottom: 30%;
    }
}

@keyframes DeleteSlide {
    0% {
        height: 0%;
    }

    100% {
        height: 35px;
    }
}

@keyframes addServiceSlide {

    0% {
        background-size: 0px 0px;
    }

    100% {
        background-size: 200% 200%;
    }
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: table;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/*******************************  Nav Nav-tabs  *****************************************/

.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover,
            .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #777;
        }

            .nav > li.disabled > a:hover,
            .nav > li.disabled > a:focus {
                color: #777;
                text-decoration: none;
                cursor: not-allowed;
                background-color: transparent;
            }

    .nav .open > a,
    .nav .open > a:hover,
    .nav .open > a:focus {
        background-color: #eee;
        border-color: #337ab7;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

    .nav-tabs > li {
        float: right;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
            text-decoration: none;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #555;
            cursor: default;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                margin-bottom: 5px;
                text-align: center;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a,
    .nav-pills > li.active > a:hover,
    .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #337ab7;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            margin-bottom: 5px;
            text-align: center;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width: 768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}


/********************************** Alert ***********************************************/

.alert2 {
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

    .alert > p + p {
        margin-top: 5px;
    }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.alert-defult {
    color: #444;
    background-color: #f8f8f8;
    border-color: #ddd;
}

.alert-info2 {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
    border-top: #31708f solid 1px;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }


/****************** scrollbar *************************************/


.phancy-scrollbar {
    width: 5px;
    border-radius: 4px;
    top: 0;
    position: absolute;
    background: #fff;
    -moz-transition: opacity .2s;
    -webkit-transition: opacity .2s;
    -o-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-transition-delay: 1s;
    opacity: 0;
}

.phancy-scroller .phancy-scrollbar:active, .phancy-scroller:hover .phancy-scrollbar {
    opacity: 1;
    -webkit-transition-delay: 0s;
}

.phancy-scrollbarbutton {
    width: 100%;
    border-radius: 4px;
    top: 0;
    position: absolute;
    background-color: #fff;
}


/****************** wickedpicker *************************************/

.timepicker {
    direction: ltr !important;
}

.wickedpicker {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 0 0 1px rgba(14, 41, 57, 0.12), 0 2px 5px rgba(14, 41, 57, 0.44), inset 0 -1px 2px rgba(14, 41, 57, 0.15);
    background: #fefefe;
    margin: 0 auto;
    border-radius: 0.1px;
    width: 255px;
    height: 145px;
    font-size: 14px;
    display: none;
    z-index: 100511;
}

.wickedpicker__title {
    background-image: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
    background-image: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);
    position: relative;
    background: #f2f2f2;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
    padding: 12px 11px 10px 15px;
    color: #4C4C4C;
    font-size: inherit;
}

.wickedpicker__close {
    -webkit-transform: translateY(-25%);
    -moz-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    -o-transform: translateY(-25%);
    transform: translateY(-25%);
    position: absolute;
    top: 25%;
    right: 10px;
    color: #34495e;
    cursor: pointer;
}

    .wickedpicker__close:before {
        content: '\00d7';
    }

.wickedpicker__controls {
    padding: 10px 0;
    line-height: normal;
    margin: 0;
}

.wickedpicker__controls__control, .wickedpicker__controls__control--separator {
    vertical-align: middle;
    display: inline-block;
    font-size: inherit;
    margin: 0 auto;
    width: 35px;
    letter-spacing: 1.3px;
}

.wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
    color: #34495e;
    position: relative;
    display: block;
    margin: 3px auto;
    font-size: 18px;
    cursor: pointer;
}

    .wickedpicker__controls__control-up:before {
        content: '\e113';
    }

    .wickedpicker__controls__control-down:after {
        content: '\e114';
    }

.wickedpicker__controls__control--separator {
    width: 5px;
}

.wickedpicker__controls__control--hours:focus, .wickedpicker__controls__control--minutes {
    outline: 0;
}

.text-center, .wickedpicker__title, .wickedpicker__controls, .wickedpicker__controls__control, .wickedpicker__controls__control--separator, .wickedpicker__controls__control-up, .wickedpicker__controls__control-down {
    text-align: center;
}

.hover-state {
    color: #3498db;
}

.fontello:before, .wickedpicker__controls__control-up:before, .fontello-after:after, .wickedpicker__controls__control-down:after,.prev:before,.next:before {
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
}


/********************** TimePicker2  ***********************/

.ti_tx,
.mi_tx,
.mer_tx {
	width: 100%;
	text-align: center;
}

.time,
.mins,
.meridian {
	width: 60px;
	float: left;
	margin: 0 10px;
	font-size: 20px;
	color: #2d2e2e;
	font-weight: 700;
}

.prev,
.next {
	cursor: pointer;
	padding: 2px 18px;
	width: 28%;
	border: 1px solid #ccc;
	margin: auto;
	border-radius: 2px;
    position:relative;
    height:30px;
}
    .prev:before,.next:before{
        position:absolute;
        top:0;
        right:0;
        padding-top:8px;
        width:100%;
        color:#666;
        text-align:center;
        margin:0;
        font-size:15px;
    }
    .prev:before {
        content: '\e113';
    }

    .next:before {
        content: '\e114';
    }

.prev:hover,
.next:hover {
	background-color: #ccc;
}

.next {
	background-position: 50% 150%;
}

.prev {
	background-position: 50% -50%;
}

.time_pick {
	position: relative;
}

.timepicker_wrap {
	border-radius: 0px;
	z-index: 998;
	display: none;
	box-shadow: 2px 2px 5px 0 rgba(50,50,50,0.35);
	background: #f6f6f6;
	border: 1px solid #ccc;
	float: left;
	position: absolute;
	top: 30px;
	left: 0;
}

.arrow_top {
	position: absolute;
	top: -10px;
	left: 20px;
	width: 18px;
	height: 10px;
	z-index: 999;
}
input.timepicki-input {
	background: none repeat scroll 0 0 #FFFFFF;
    	border: 1px solid #CCCCCC;
    	border-radius:2px;
    	float: none;
    	margin: 0;
    	text-align: center;
    	width: 65%;

}
.timepicker_wrap .timepicki-input:focus,.timepicker_wrap .timepicki-input:active{
    outline:0;
}
a.reset_time {
	float: left;
	margin-top: 5px;
	color: #000;
}


/*******CheckBox*********/
.checkBox label {
    padding-right: 5px;
}





/***********************نمایش عکس های کاربرگ************************************/
.rpt_Img {
    width: 100px;
    height: 100px;
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    padding: 2px;
}

    .rpt_Img:hover {
        opacity: 0.7;
    }

/* The Modal (background) */
.img_modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 9999; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (image) */
.img_modal-content {
    width: 100%;
    height: 100%;
    position: fixed;
    max-width: 100%;
    max-height: 100%;
    background-size: 90% 90%;
}


/* Caption of Modal Image */
/*#img_Karbarg_caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}*/

/* Add Animation */
.img_modal-content, #img_Karbarg_caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {
        -webkit-transform: scale(0);
    }

    to {
        -webkit-transform: scale(1);
    }
}

@keyframes zoom {
    from {
        transform: scale(0);
    }

    to {
        transform: scale(1);
    }
}

/* The Close Button */
.img_Karbarg_close {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 10000;
}

    .img_Karbarg_close:hover,
    .img_Karbarg_close:focus {
        color: #bbb;
        text-decoration: none;
        cursor: pointer;
    }


/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
    .img_modal-content {
        width: 100%;
    }
}



.Card {
    border-radius: 6px;
    box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
    background-color: #FFFFFF;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    padding: 15px 0px 15px 0px;
    /*margin: 5px;*/
}

@keyframes Show {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.div_Hide {
    display: none !important;
}