﻿@charset "UTF-8";

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb.eot');
    src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb.eot');
    src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: IRANSansPersianNumber;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/persiannumber/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/persiannumber/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/persiannumber/woff2/IRANSansWeb(FaNum).woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/persiannumber/woff/IRANSansWeb(FaNum).woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/persiannumber/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: IRANSansPersianNumber;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/persiannumber/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/persiannumber/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('../fonts/persiannumber/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('../fonts/persiannumber/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('../fonts/persiannumber/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

body {
    background-color: #fcfcfc;
    background-image: url("../images/bodybg.png");
}

*, *:hover, *:focus, *:active {
    outline: none !important;
}

a,
a:hover,
a:visited,
a:active {
    transition: all ease 0.3s;
}

.persiannumber, .fanum {
    font-family: IRANSansPersianNumber;
}

.ltr {
    direction: ltr;
}

.text-center .img-responsive {
    margin: 0 auto;
    display: block;
}

p {
    text-align: justify;
    line-height: 1.7;
}

body pre {
    text-align: justify;
    line-height: 1.7;
    border: none;
    border-radius: 0px;
    background-color: rgb(0 0 0 / 0.00);
    font-family: IRANSans;
    font-size: 13px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 25px !important;
    margin-bottom: 15px !important;
}

h1 {
    font-size: 26px !important;
}

.form-control:focus {
    border-color: rgba(222, 0, 33, 0.6);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 2px rgba(222, 0, 33, 0.4);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 2px rgba(222, 0, 33, 0.4);
}

.my-4 {
    margin: 40px 0;
}

.btn,
.btn:hover,
.btn:focus,
.btn:active {
    transition: all ease 0.3s;
}

.btn {
    border-width: 2px;
    border-radius: 15px;
}

    .btn:hover,
    .btn:focus,
    .btn:active {
        box-shadow: 0 0 0 3px rgba(222, 0, 33, 0.4);
        outline: none;
    }

    .btn.btn-link:hover,
    .btn.btn-link:focus,
    .btn.btn-link:active {
        box-shadow: none;
        outline: none;
    }

body .btn-danger,
body .btn-primary {
    border-color: #de0021;
    background-color: #de0021;
}

.btn-danger:hover,
.btn-primary:hover {
    background-color: #e11a38;
    border-color: #de0021;
}

body .btn-info {
    border-color: #00bcd4;
    background-color: #00bcd4;
    border-color: #00a5bb;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active {
    border-color: #1ac3d8;
    background-color: #1ac3d8;
    box-shadow: 0 0 0 3px rgba(26, 195, 216, 0.4);
}

.btn-danger:active,
.btn-danger:focus,
.btn-primary:active,
.btn-primary:focus {
    border-color: #e11a38;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    border-color: #ccc;
    background-color: #f7f7f7;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active {
    border-color: #90bf5a;
    background-color: #9ccf61;
    box-shadow: 0 0 0 3px rgba(139, 195, 74, 0.4);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
    border-color: #ff9800;
    background-color: #ffb74d;
    box-shadow: 0 0 0 3px rgba(255, 183, 77, 0.4);
}

body .btn-warning {
    color: #fff;
    background-color: #ff9800;
    border-color: #e68900;
}

body ol, body ul, body menu {
     padding: revert-layer; 
}

body .btn-success {
    color: #fff;
    background-color: #8bc34a;
    border-color: #7eb73d;
}

label {
    cursor: pointer;
}

.align-middle {
    vertical-align: middle;
}

/* Utilities */

.affix {
    top: 10px;
}

.m-0 {
    margin: 0 !important;
}

.mt-0,
.my-0 {
    margin-top: 0 !important;
}

.mr-0,
.mx-0 {
    margin-right: 0 !important;
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: 0.25rem !important;
}

.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}

.m-2 {
    margin: 0.5rem !important;
}

.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3,
.my-3 {
    margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}

.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5,
.my-5 {
    margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}

.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0,
.py-0 {
    padding-top: 0 !important;
}

.pr-0,
.px-0 {
    padding-right: 0 !important;
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: 0.25rem !important;
}

.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}

.p-2 {
    padding: 0.5rem !important;
}

.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3,
.py-3 {
    padding-top: 1rem !important;
}

.pr-3,
.px-3 {
    padding-right: 1rem !important;
}

.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5,
.py-5 {
    padding-top: 3rem !important;
}

.pr-5,
.px-5 {
    padding-right: 3rem !important;
}

.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto,
.my-auto {
    margin-top: auto !important;
}

.mr-auto,
.mx-auto {
    margin-right: auto !important;
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
    margin-left: auto !important;
}

@media (min-width: 576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: 0.25rem !important;
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }

    .m-sm-2 {
        margin: 0.5rem !important;
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: 0.25rem !important;
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }

    .p-sm-2 {
        padding: 0.5rem !important;
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0,
    .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0,
    .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0,
    .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: 0.25rem !important;
    }

    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }

    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }

    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }

    .m-md-2 {
        margin: 0.5rem !important;
    }

    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }

    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }

    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0,
    .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0,
    .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0,
    .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: 0.25rem !important;
    }

    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }

    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }

    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }

    .p-md-2 {
        padding: 0.5rem !important;
    }

    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }

    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }

    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto,
    .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: 0.25rem !important;
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }

    .m-lg-2 {
        margin: 0.5rem !important;
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: 0.25rem !important;
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }

    .p-lg-2 {
        padding: 0.5rem !important;
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width: 1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: 0.25rem !important;
    }

    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }

    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }

    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }

    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }

    .m-xl-2 {
        margin: 0.5rem !important;
    }

    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }

    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }

    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }

    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: 0.25rem !important;
    }

    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }

    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }

    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }

    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }

    .p-xl-2 {
        padding: 0.5rem !important;
    }

    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }

    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }

    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }

    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto !important;
    }
}

/* Header */

header {
    margin: 15px 0;
}

    header .panel > .panel-body {
        position: relative;
    }

    header .largeheader-menu {
        padding: 15px 15px;
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 110px;
    }

@media (max-width: 480px) {
    header .largeheader-menu {
        padding: 8px;
        height: 100px;
    }
}

header .largeheader-menu .servicedetails {
    text-align: center;
    margin-top: 8px;
    font-size: 13px;
}

    header .largeheader-menu .servicedetails > .fa {
        font-size: 17px;
    }

header .userdetails {
    height: auto;
    overflow: hidden;
    cursor: pointer;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    padding-bottom: 8px;
}

    header .userdetails > .userdetails-icon {
        height: 45px;
        width: 45px;
        border: 2px solid #fff;
        border-radius: 50%;
        float: right;
        text-align: center;
        font-size: 24px;
        padding: 7px 0 0 0;
        margin-left: 5px;
        line-height: 10px;
    }

@media (max-width: 480px) {
    header .userdetails > .userdetails-icon {
        height: 37px;
        width: 37px;
        font-size: 18px;
        margin-top: 5px;
    }
}

@media (max-width: 320px) {
    header .userdetails > .userdetails-icon {
        height: 33px;
        width: 33px;
        font-size: 15px;
        margin-top: 5px;
    }
}

header .userdetails-content {
    float: right;
    text-align: center;
}

header .userdetails > .userdetails-content > .userdetails-name {
    font-size: 15px;
    margin-bottom: 5px;
    width: 150px;
    text-align: center;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 480px) {
    header .userdetails > .userdetails-content > .userdetails-name {
        width: 110px;
        text-align: right;
    }
}

@media (max-width: 320px) {
    header .userdetails > .userdetails-content > .userdetails-name {
        font-size: 13px;
        width: 100px;
        text-align: right;
    }

    header .userdetails > .userdetails-content > .userdetails-score {
        font-size: 12px;
    }
}

header .userdetails > .userdetails-arrow {
    font-size: 16px;
    position: absolute;
    left: 8px;
    top: 15px;
}

@media (max-width: 480px) {
    header .userdetails > .userdetails-arrow {
        top: 10px;
        font-size: 18px;
    }
}

header .userdetails .userdetails-arrow .icofont,
header .userdetails:hover .userdetails-arrow .icofont {
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
}

header .userdetails:hover .userdetails-arrow .icofont {
    transform: rotate(10deg);
}

header .userdetails .popover {
    font-family: IRANSansPersianNumber;
}

header a.logo {
    display: inline-block;
}

@media (max-width: 480px) {
    header a.logo img {
        max-height: 70px;
    }
}

@media (max-width: 320px) {
    header a.logo img {
        max-height: 60px;
    }
}

header a {
    color: #fff;
}

    header a:hover {
        color: #fff;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
    }

.sidebarfix {
    /*position: -webkit-sticky;*/
    /*position: sticky;*/
    /*top: 0;*/
    margin-bottom: 15px;
}

.affix {
    z-index: 999;
    left: 5px;
    right: 5px;
    top: 5px;
}

#mainsidebar {
    top: 15px;
    z-index: 1020;
    position: -webkit-sticky !important;
    position: sticky !important;
}

ul.userstars {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 150px;
    height: auto;
    overflow: hidden;
}

    ul.userstars > li {
        display: inline-block;
        background-image: url('../images/stars.png');
        background-repeat: no-repeat;
        height: 16px;
        width: 16px;
        background-position: 0 -16px;
    }

        ul.userstars > li.active {
            background-position: 0 0;
        }

/* Main Carousel */

.carousel-control.right,
.carousel-control.left {
    background-image: none !important;
    opacity: 0.7;
}

.carousel-control:hover {
    opacity: 1;
}

.carousel-control > .icofont {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 35px;
    width: 35px;
    background-color: rgba(255, 255, 255, 0.9);
    font-size: 28px;
    color: #333;
    border-radius: 50%;
    opacity: 1;
    text-shadow: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.3);
    padding: 3px 0;
    line-height: 1;
    right: 0;
    left: 0;
}

@media (max-width: 768px) {
    .carousel-control > .icofont {
        height: 25px;
        width: 25px;
        font-size: 20px;
        padding: 2px 0;
    }
}

/* BS3 Panel */

.panel {
    box-shadow: 1px 3px 15px 1px rgba(0, 0, 0, 0.07);
    border-color: #eee;
}

.panel-danger {
    background-color: #de0021;
    border-color: #de0021;
    color: #fff;
}

.panel-info {
    background-color: #00BCD4;
    color: #fff;
}

.panel-success {
    background-color: #8BC34A;
    color: #fff;
}

.panel-warning {
    background-color: #FF9800;
    color: #fff;
}

.panel-gray {
    background-color: #607D8B;
    color: #fff;
}

/* Custom Panel */

.panel-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .panel-menu > li {
        margin: 2px 0;
    }

        .panel-menu > li > a {
            font-size: 14px;
            display: block;
            padding: 15px;
            border-radius: 15px;
            color: #333333;
        }

            .panel-menu > li > a:hover {
                background-color: #f5f5f5;
            }

        .panel-menu > li.active > a {
            background-color: #de0021;
            color: #fff;
        }

        .panel-menu > li > a > .icofont {
            font-size: 22px;
            vertical-align: middle;
            margin-left: 5px;
        }

        .panel-menu > li > ul.panel-menu-submenu {
            list-style: none;
            margin-top: 10px;
            position: relative;
            display: none;
        }

        .panel-menu > li.active > ul.panel-menu-submenu {
            display: block;
        }

        .panel-menu > li > ul.panel-menu-submenu > li {
            position: relative;
            margin: 3px 0;
        }

            .panel-menu > li > ul.panel-menu-submenu > li > a {
                display: block;
                padding: 8px 5px;
                border-radius: 10px;
                color: #696969;
            }

                .panel-menu > li > ul.panel-menu-submenu > li.active > a,
                .panel-menu > li > ul.panel-menu-submenu > li > a:hover {
                    background-color: #f5f5f5;
                }

        .panel-menu > li > ul.panel-menu-submenu:before {
            content: "";
            display: block;
            position: absolute;
            border-right: 1px dotted #999;
            right: 27px;
            height: auto;
            top: -10px;
            bottom: 15px;
        }

        .panel-menu > li > ul.panel-menu-submenu > li:before {
            content: "\eb54";
            font-family: 'IcoFont' !important;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            position: absolute;
            right: -15px;
            top: 0;
            bottom: 0;
            margin: auto;
            height: 10px;
            color: #999;
        }

.panel-servicedetails {
    /* margin: 10px 0 30px 0; */
    border: 0;
    box-shadow: 1px 3px 15px 1px rgba(0, 0, 0, 0.2);
    cursor: default;
}

    .panel-servicedetails .servicedate {
        position: absolute;
        z-index: 3;
        left: 0;
        right: 0;
        top: 8px;
        text-align: center;
        cursor: default;
        transition: all ease 0.2s;
    }

@media (max-width: 768px) {
    .panel-servicedetails .servicedate {
        left: auto;
        right: 8px;
        top: 8px !important;
    }
}

.panel-servicedetails .servicedate > span {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    padding: 2px 10px;
    color: #fff;
}

.panel-servicedetails:hover .servicedate {
    top: 8px !important;
    transition: all ease 0.2s;
}

.panel-servicedetails .panel-body {
    position: relative;
    overflow: hidden;
}

.panel-servicedetails .media {
    position: relative;
    z-index: 2;
    margin: 0;
}

    .panel-servicedetails .media > .media-left {
        padding-top: 10px;
    }

@media (max-width: 480px) {
    .panel-servicedetails .media > .media-left {
        display: none;
    }
}

.panel-servicedetails .text {
    margin: 5px 0 0 0;
    padding: 0;
}

.panel-servicedetails .title {
    font-size: 16px;
    color: #f0f0f0;
    padding: 0;
    /*ADD*/
    text-align: center;
    margin: 0px 0px 10px 0px;
}

/*ADD*/
body .panel-servicedetails .media-body {
    vertical-align: middle;
}


.panel-servicedetails .text {
    /*  font-size: 20px;*/
    /*ADD*/
    font-size: 17px;
}

@media (max-width: 480px) {
    .panel-servicedetails .title {
        font-size: 13px;
    }

    .panel-servicedetails .text {
        font-size: 17px;
    }
}

.panel-servicedetails .servicedetails-progressbar {
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 25px;
    overflow: hidden;
}

    .panel-servicedetails .servicedetails-progressbar .servicedetails-progressbar-inner {
        height: 3px;
        background-color: rgba(255, 255, 255, 0.8);
        float: left;
    }

.panel .panel-heading .nav-tabs {
    border-bottom: 0;
}

    .panel .panel-heading .nav-tabs > li > a {
        color: #666;
    }

    .panel .panel-heading .nav-tabs > li.active > a {
        color: #333;
    }

.package-slider .slick-list:before, .package-slider .slick-list:after {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    background-color: rgba(252, 252, 252, 0.7);
    top: 0;
    bottom: 0;
    left: -1px;
    z-index: 9999999999999;
}

.package-slider .slick-list:before {
    right: 0;
}

.package {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 5px #b9b9b9;
    border-top: 1px solid #eee;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin: 10px 0;
}

    .package:hover {
        box-shadow: 0 5px 15px #999;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        transition: all ease 0.5s;
    }

    .package .package-title {
        text-align: center;
        padding: 15px 10px;
        font-size: 17px;
        border-bottom: 1px solid #ccc;
        font-weight: 500;
        height: 55px;
        color: #333;
    }

    .package.type2 .package-title {
        text-align: center;
        padding: 15px 10px;
        font-size: 17px;
        border-bottom: 1px solid #ccc;
        font-weight: 500;
        height: 80px;
        background-color: #eee;
        color: #333;
    }

    .package.package-imgheader > .package-title {
        border-radius: 0;
        padding: 10px 5px;
        background-color: transparent;
        color: #333;
        border-bottom: 0;
        height: 45px;
    }

    .package .package-body {
        padding: 8px;
        text-align: center;
        font-size: 14px;
        color: #666;
        line-height: 25px;
        position: relative;
    }

        .package .package-body ul {
            padding: 0;
        }

            .package .package-body ul li {
                margin: 3px;
            }

                .package .package-body ul li:before {
                    display: none;
                }

                .package .package-body ul li .fa {
                    font-size: 16px;
                    vertical-align: inherit;
                }

        .package .package-body .package-body-price {
            text-align: center;
            padding: 5px;
            color: #de0021;
            font-weight: 500;
            font-size: 16px;
        }

    .package > .package-image {
        background-color: #eee;
        -webkit-transition: all ease 0.4s;
        -moz-transition: all ease 0.4s;
        transition: all ease 0.4s;
        height: 180px;
        position: relative;
        padding: 8px 0;
    }

.packagetabs .tab-content .package > .package-image {
    background-color: #ccc;
}

.package:hover > .package-image {
    padding-top: 0px;
    padding-bottom: 16px;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.package > .package-image > a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.package > .package-image img {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    max-height: 150px;
    display: block;
    margin: auto;
    -webkit-transition: all ease 0.3s 0.1s;
    -moz-transition: all ease 0.3s 0.1s;
    transition: all ease 0.3s 0.1s;
}

.package:hover > .package-image img {
    bottom: 12px;
    -webkit-transition: all ease 0.3s 0.1s;
    -moz-transition: all ease 0.3s 0.1s;
    transition: all ease 0.3s 0.1s;
}

.package .package-body .package-body-title {
    margin: 15px -8px;
    font-size: 14px;
    background-color: #eee;
    padding: 11px 0;
    color: #de0022;
    font-weight: 400;
}

.package .package-body .validationlink {
    background-color: #fcf8e3;
    border-color: #faebcc;
    padding: 5px;
    margin: 15px -8px;
    min-height: 42px;
}


.package .package-body .package-body-title {
    margin: 15px -8px;
    font-size: 14px;
    background-color: #eee;
    padding: 11px 0;
    color: #de0022;
    font-weight: 400;
}

    .package .package-body .package-body-title small {
        font-size: 78%;
    }

.package.type2 .package-body .package-body-title {
    background-color: #df0022;
    color: #fff;
    max-height: 65px;
    padding: 5px;
}

.package .package-body .package-body-content {
    height: 75px;
    margin: 10px 0;
    line-height: 25px;
}

.package-time {
    margin: 15px -8px 15px -8px;
    position: relative;
}

.package .package-time > .package-time-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 8px;
    text-align: center;
}

    .package .package-time > .package-time-title > .title {
        display: inline-block;
        padding: 0px 5px;
        background-color: #fff;
        border-radius: 4px;
        font-size: 16px;
        border: 1px solid #df0022;
        color: #df0022;
        height: 25px;
        font-weight: 400;
    }

.package .package-time > .package-time-inner {
    display: flex;
}

    .package .package-time > .package-time-inner > div {
        flex: 1;
        height: 40px;
        background-color: #eee;
        border-left: 1px solid #dddddd;
    }

        .package .package-time > .package-time-inner > div:last-child {
            border-left: 0;
        }

        .package .package-time > .package-time-inner > div.active {
            background-color: #df0022;
            border-color: #ec4861;
        }

.package .package-footer {
    padding: 8px 10px;
    height: auto;
    overflow: hidden;
    border-top: 1px solid #eee;
}

    .package .package-footer > .package-footer-price,
    .package .package-footer > .package-footer-action {
        display: inline-block;
    }

        .package .package-footer > .package-footer-action:last-child {
            float: left;
        }

        .package .package-footer > .package-footer-action .btn {
            padding: 3px 12px;
        }

/* BS3 Popover */

.popover {
    background-color: #37474F;
    border: 0;
    box-shadow: 1px 3px 5px rgba(0, 0, 0, 0.1);
    padding: 0;
    color: #fff;
    margin-top: 0 !important;
}

    .popover > .arrow {
        border-color: transparent !important;
    }

    .popover.bottom > .arrow:after {
        border-bottom-color: #263238;
    }

    .popover > .popover-title {
        color: #fff;
        background-color: #263238;
        border: 0;
        text-align: center;
        font-family: iransans;
        font-weight: 200;
    }

    .popover > .popover-content {
        font-size: 13px;
    }

        .popover > .popover-content > table {
            width: 100%;
        }

            .popover > .popover-content > table > tbody > tr > th,
            .popover > .popover-content > table > tbody > tr > td {
                padding: 3px 5px;
                white-space: nowrap;
            }

            .popover > .popover-content > table > tbody > tr > th {
                font-weight: 400;
            }

            .popover > .popover-content > table > tbody > tr > td {
                text-align: center;
            }

.media-checkbox {
    background-color: #fcfcfc;
    border: 2px dotted #ddd;
    padding: 8px;
    margin: 15px 0;
    cursor: pointer;
    transition: all ease 0.3s;
}

    .media-checkbox.active {
        background-color: #607D8B;
        color: #fff;
        border-color: #eeeeee;
        border-style: dot-dash;
        transition: all ease 0.3s;
    }

    .media-checkbox .media img {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: all ease 0.3s;
    }

    .media-checkbox:hover .media img,
    .media-checkbox.active .media img {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        transition: all ease 0.3s;
    }

a.alert {
    display: block;
}

    a.alert:focus,
    a.alert:hover {
        color: #333;
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
    }

.alert .btn.pull-left {
    margin-top: -3px;
}

@media (max-width: 550px) {
    .alert .btn.pull-left {
        display: none;
    }
}

.nav-step {
    display: block;
    text-align: center;
}

    .nav-step > li {
        display: inline-block;
        margin: 0 10px;
        min-width: 100px;
    }

        .nav-step > li > a {
            display: block;
            text-align: center;
            color: #666;
            border-radius: 10px;
            background-color: #fff;
            box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
        }

            .nav-step > li.active > a,
            .nav-step > li > a:hover {
                background-color: #fff;
                box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
            }

                .nav-step > li.active > a > .title,
                .nav-step > li > a:hover > .title,
                .nav-step > li.active > a > .icon,
                .nav-step > li > a:hover > .icon {
                    background-color: #de0021;
                    color: #fff;
                    transition: all ease 0.5s;
                }

            .nav-step > li > a > .icon {
                display: block;
                background-color: #fff;
                border-radius: 50%;
                height: 45px;
                width: 45px;
                box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
                font-size: 25px;
                margin: auto;
                margin-bottom: 10px;
                position: relative;
                transition: all ease 0.5s;
            }

                .nav-step > li > a > .icon > i {
                    position: absolute;
                    left: 0;
                    right: 0;
                    top: 2px;
                    bottom: 0;
                    height: 32px;
                    margin: auto;
                }

            .nav-step > li > a > .title {
                background-color: #fff;
                display: inline-block;
                padding: 2px 8px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
                box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
                transition: all ease 0.5s;
            }

ul.list > li {
    margin: 5px 0;
    line-height: 23px;
}

.navbar {
    min-height: 40px;
}

    .navbar.navbar-default {
        background-color: #fff;
        border-color: #f7f7f7;
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
    }

.navbar-brand {
    height: 40px;
    padding: 10px 15px;
    font-size: 15px;
}

.navbar-toggle {
    margin: 4px 5px;
}

    .navbar-toggle .icon-bar {
        height: 1px;
    }

#mobile-menu {
    border: 0;
}

    #mobile-menu .navbar-nav > li {
        width: 50%;
        float: right;
    }

        #mobile-menu .navbar-nav > li > a {
            border-radius: 15px;
        }

            #mobile-menu .navbar-nav > li > a > .icofont {
                font-size: 18px;
                vertical-align: middle;
            }

            #mobile-menu .navbar-nav > li > a:focus,
            #mobile-menu .navbar-nav > li > a:hover {
                background-color: #eee;
            }

    #mobile-menu .navbar-nav > .active > a,
    #mobile-menu .navbar-nav > .active > a:hover,
    #mobile-menu .navbar-nav > .active > a:focus {
        background-color: #de0021;
        color: #fff;
    }

    #mobile-menu .navbar-nav > li.mobilemenu-parent {
        position: static;
    }

    #mobile-menu .navbar-nav > li > ul.mobilemenu-submenu {
        list-style: none;
        padding: 8px;
        margin: 0;
        position: absolute;
        left: 0;
        right: 0;
        background-color: #fff;
        z-index: 2;
        top: 0;
        bottom: 0;
    }

        #mobile-menu .navbar-nav > li > ul.mobilemenu-submenu > li {
            float: right;
            width: 50%;
            padding: 0 3px;
            margin-bottom: 8px;
        }

            #mobile-menu .navbar-nav > li > ul.mobilemenu-submenu > li > a {
                display: block;
                border-radius: 15px;
                padding: 8px 15px;
                background-color: #fbfbfb;
                border: 1px solid #f7f7f7;
            }

            #mobile-menu .navbar-nav > li > ul.mobilemenu-submenu > li.active > a {
                background-color: #de0021;
                color: #fff;
            }

    #mobile-menu .navbar-nav {
        margin: 8px -13px;
        position: relative;
    }

    #mobile-menu .navbar-toggle .icon-bar {
        transition: .5s ease;
    }

    #mobile-menu .navbar-toggle.collapsed .icon-bar:nth-child(2) {
        transform: rotate(0) translateY(0) translateX(0);
    }

    #mobile-menu .navbar-toggle.collapsed .icon-bar:nth-child(3) {
        opacity: 1
    }

    #mobile-menu .navbar-toggle.collapsed .icon-bar:nth-child(4) {
        transform: rotate(0) translateY(0) translateX(0);
    }

    #mobile-menu .navbar-toggle .icon-bar:nth-child(2) {
        transform: rotate(-45deg) translateY(4px) translateX(-4px);
    }

    #mobile-menu .navbar-toggle .icon-bar:nth-child(3) {
        opacity: 0
    }

    #mobile-menu .navbar-toggle .icon-bar:nth-child(4) {
        transform: rotate(45deg) translateY(-3px) translateX(-3px);
    }

    #mobile-menu .navbar-toggle:hover,
    #mobile-menu .navbar-toggle:focus {
        background-color: transparent;
    }

    #mobile-menu.affix,
    #mobile-menu.affix-top {
        transition: all ease 0.3s;
        -moz-transition: all ease 0.3s;
        -webkit-transition: all ease 0.3s;
        -o-transition: all ease 0.3s;
    }

    #mobile-menu.affix {
        background-color: #de0021;
        color: #fff;
        border-color: #de0021;
        box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.3);
    }

        #mobile-menu.affix .navbar-brand {
            color: #fff;
        }

        #mobile-menu.affix .navbar-toggle {
            border-color: #fff;
            background-color: #fff;
            transition: all ease 0.3s;
            -moz-transition: all ease 0.3s;
            -webkit-transition: all ease 0.3s;
            -o-transition: all ease 0.3s;
        }

            #mobile-menu.affix .navbar-toggle.collapsed {
                background-color: transparent;
                transition: all ease 0.3s;
                -moz-transition: all ease 0.3s;
                -webkit-transition: all ease 0.3s;
                -o-transition: all ease 0.3s;
            }

            #mobile-menu.affix .navbar-toggle .icon-bar {
                background-color: #de0021;
            }

            #mobile-menu.affix .navbar-toggle.collapsed .icon-bar {
                background-color: #eee;
            }

        #mobile-menu.affix .navbar-collapse {
            background-color: #fff;
            border-radius: 0 0 13px 13px;
        }

.page-header {
    position: relative;
    margin-top: 10px;
}

    .page-header h2 {
        margin-top: 0;
    }

@media (max-width: 768px) {
    .page-header h2 {
        /*visibility: hidden;*/
        font-size: 14px;
        height: 25px;
        padding-top: 8px;
    }
}

@media (min-width: 768px) {
    .page-header .page-header-actions {
        position: absolute;
        left: 0px;
        top: 0px;
        bottom: 0;
        margin: auto;
    }
}

.page-header .page-header-actions .title {
    color: #999;
}

.page-header .page-header-actions .btn {
    margin-left: 1px;
}

.page-header .page-header-actions .active .btn {
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
    color: #de0021;
}

.page-header .page-header-actions .page-header-actions-items {
    display: inline-block;
}

    .page-header .page-header-actions .page-header-actions-items .tab {
        list-style: none;
        margin: 0;
        padding: 0;
        display: inline-block;
    }

        .page-header .page-header-actions .page-header-actions-items .tab > li {
            display: inline-block;
        }

.panel-sectiontitle {
    background-color: #CFD8DC;
    border: 1px solid #f2f2f2;
    position: relative;
    font-size: 16px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}

    .panel-sectiontitle .panel-sectiontitle-action {
        position: absolute;
        left: 10px;
        top: 10px;
    }

        .panel-sectiontitle .panel-sectiontitle-action .slick-arrow {
            cursor: pointer;
            float: left;
            position: relative;
            right: auto;
            top: 10px;
            left: 0;
            height: 20px;
            width: 20px;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

            .panel-sectiontitle .panel-sectiontitle-action .slick-arrow.slick-prev {
                left: auto;
                right: -30px;
            }

            .panel-sectiontitle .panel-sectiontitle-action .slick-arrow.slick-next {
                left: -20px;
            }

        .panel-sectiontitle .panel-sectiontitle-action .slick-prev:before, .panel-sectiontitle .panel-sectiontitle-action .slick-next:before {
            font-size: 20px;
        }

[data-toggle="collapse"].btn .icofont-ui-add {
    display: inline-block;
    transition: all ease 0.3s;
}

[data-toggle="collapse"].btn:not(.collapsed) .icofont-ui-add {
    transform: rotate(45deg);
    transition: all ease 0.3s;
}

.input-group .form-control {
    height: 38px;
}

@media (max-width: 768px) {
    .container .slick {
        margin-right: -15px;
        margin-left: -15px;
    }
}

.nav-tabs-center {
    text-align: center;
    border-bottom: 0;
}

    .nav-tabs-center > li {
        float: none;
        display: inline-block;
        margin: 0 5px;
    }

        .nav-tabs-center > li > a {
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            border-radius: 15px;
            background-color: #fff;
            box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
            border: 1px solid #eee;
            color: #666;
        }

        .nav-tabs-center > li.active > a,
        .nav-tabs-center > li.active > a:hover,
        .nav-tabs-center > li.active > a:focus {
            background-color: #de0021;
            color: #fff;
            border-color: #de0021;
        }

.tooltip {
    font-size: 11px;
}

    .tooltip .tooltip-inner {
        background-color: rgba(0, 0, 0, 0.9);
    }

    .tooltip .tooltip-arrow {
        border-top-color: rgba(0, 0, 0, 0.9);
    }

.ordercart {
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    min-width: 300px;
    max-width: 100%;
    border-radius: 15px 15px 0 0;
}

    .ordercart .ordercart-title {
        border-radius: 15px 15px 0 0;
        background-color: #263238;
        padding: 10px;
        color: #fff;
        position: relative;
    }

        .ordercart .ordercart-title .action {
            position: absolute;
            left: 8px;
            top: 0;
            bottom: 0;
            margin: auto;
            font-size: 18px;
            height: 25px;
            display: inline-block;
        }

            .ordercart .ordercart-title .action .badge {
                background-color: #fff;
                color: #de0021;
            }

            .ordercart .ordercart-title .action .icofont {
                display: inline-block;
                transition: all ease 0.3s;
                -moz-transition: all ease 0.3s;
                -webkit-transition: all ease 0.3s;
                cursor: pointer;
            }

    .ordercart.open .ordercart-title .action .icofont {
        border-bottom: 1px solid #fff;
    }

    .ordercart .ordercart-inner {
        padding: 8px;
    }

        .ordercart .ordercart-inner .ordercart-items {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .ordercart .ordercart-inner .ordercart-items > li {
                padding: 6px;
                border-bottom: 1px solid #eee;
                position: relative;
                transition: all ease 0.3s;
                -moz-transition: all ease 0.3s;
                -webkit-transition: all ease 0.3s;
                transition-delay: 0.1s;
            }

                .ordercart .ordercart-inner .ordercart-items > li:hover {
                    padding-right: 22px;
                }

                .ordercart .ordercart-inner .ordercart-items > li .action {
                    float: left;
                    display: inline-block;
                }

                .ordercart .ordercart-inner .ordercart-items > li > .remove {
                    font-size: 16px;
                    color: #de0021;
                    vertical-align: middle;
                    display: inline-block;
                    transform: scale(0);
                    visibility: hidden;
                    transition: all ease 0.3s;
                    -moz-transition: all ease 0.3s;
                    -webkit-transition: all ease 0.3s;
                    position: absolute;
                    height: 20px;
                    width: 20px;
                    right: 0;
                    top: 0;
                    bottom: 0;
                    margin: auto;
                    cursor: pointer;
                }

                .ordercart .ordercart-inner .ordercart-items > li:hover > .remove {
                    transform: scale(1);
                    visibility: visible;
                    transition-delay: 0.1s;
                }

        .ordercart .ordercart-inner .ordercart-total {
            text-align: left;
            padding: 5px 0;
            color: #666;
            color: #de0021;
        }

    .ordercart .ordercart-footer {
        padding: 5px;
    }

.ordercart-fix {
    position: fixed;
    bottom: 0;
    left: 20px;
    z-index: 9;
    transform: translateY(83%);
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    transition-delay: 0.3s;
}

    .ordercart-fix.open,
    .ordercart-fix:hover {
        transform: translateY(0);
    }

        .ordercart-fix.open .ordercart-title .action .icofont,
        .ordercart-fix:hover .ordercart-title .action .icofont {
            transform: rotate(180deg);
        }

.modal-header .close {
    margin: 0;
    font-size: 28px;
    position: absolute;
    left: 15px;
    transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
}

.login-container {
    display: flex;
    padding: 100px 0;
    align-content: center;
    align-items: center;
}

@media (max-width: 768px) {
    .login-container {
        padding: 50px 0 5px 0;
    }
}

.login-container .login-header-contact-info {
    font-size: 26px;
    display: inline-block;
    white-space: nowrap;
}


@media (max-width: 480px) {
    .login-container .login-header-contact-info {
        font-size: 22px;
    }
}

.login-container .login-container-header {
    display: inline-block;
    margin: 0;
    white-space: nowrap;
}

    .login-container .login-container-header a {
        display: block;
        border: 1px solid #ccc;
        padding: 8px 15px;
        border-radius: 15px;
        color: #666;
    }

        .login-container .login-container-header a:hover {
            color: #de0021;
            border-color: #de0021;
        }

@media (max-width: 768px) {
    .login-container .login-container-header {
        font-size: 17px;
    }
}

@media (max-width: 360px) {
    .login-container .login-container-header {
        font-size: 14px;
        float: right;
    }

        .login-container .login-container-header a {
            padding: 6px 10px;
        }
}

.font-weight-normal {
    font-weight: normal !important;
}

.d-inline-block {
    display: inline-block !important;
}

@media (max-width: 767px) {
    .d-xs-block {
        display: block !important;
    }
}

.d-flex {
    display: flex;
    align-items: center;
    align-content: center;
}

@media (min-width: 767px) {
    .align-items-center {
        display: flex;
        align-items: center;
    }
}

.filepond,
.filepond--drop-label,
.filepond--drop-label label {
    cursor: pointer !important;
}

.onpage-mobile-menu {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

    .onpage-mobile-menu:after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        width: 30px;
        background-image: linear-gradient(to right, #fcfcfc 20%, transparent);
    }

    .onpage-mobile-menu .onpage-mobile-menu-inner {
        white-space: nowrap;
        overflow-x: auto;
    }

.badge {
    font-weight: normal;
}

.table-responsive {
    border-radius: 15px;
}

.table.table-striped > thead > tr > th {
    background-color: #607D8B;
    color: #fff;
    border: 0;
}

.table.table-rounded > thead > tr > th:first-child,
.table.table-rounded > tbody > tr > td:first-child,
.table.table-rounded > tbody > tr > th:first-child {
    border-radius: 0 15px 15px 0;
}

.table.table-rounded > thead > tr > th:last-child,
.table.table-rounded > tbody > tr > td:last-child {
    border-radius: 15px 0 0 15px;
}

.table.table-rounded > tbody > tr > td {
    border: 0;
    vertical-align: middle;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 0 15px 15px 0;
}

    .input-group .form-control:last-child,
    .input-group-addon:last-child,
    .input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
    .input-group-btn:first-child > .btn:not(:first-child),
    .input-group-btn:last-child > .btn,
    .input-group-btn:last-child > .btn-group > .btn,
    .input-group-btn:last-child > .dropdown-toggle {
        border-radius: 15px 0 0 15px;
    }

.input-group-timepicker {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}

    .input-group-timepicker > span,
    .input-group-timepicker > input {
        flex: 1 auto;
        width: auto;
        height: 38px !important;
        align-items: center;
        align-content: center;
    }

    .input-group-timepicker .input-group-addon:first-child {
        border-radius: 0 15px 15px 0;
    }

    .input-group-timepicker .form-control:first-child {
        border-radius: 15px 0 0 15px !important;
    }

    .input-group-timepicker .clock-timepicker {
        display: block !important;
        direction: ltr;
        font-family: IRANSansPersianNumber;
    }

    .input-group-timepicker input.input-group-addon {
        background-color: #fff;
    }

        .input-group-timepicker input.input-group-addon:first-child {
            border-left: 1px solid #ccc !important;
        }

    .input-group-timepicker span.input-group-addon {
        display: flex;
        align-items: center;
    }

span.input-group-addon {
    background-color: #f7f7f7;
}

.border-0 {
    border: 0 !important;
}

.table-responsive .table {
    max-width: none;
    -webkit-overflow-scrolling: touch !important;
}

/* ----------- Footer ----------- */

footer {
    margin-top: 15px;
}

    footer p {
        margin: 0;
    }

    footer hr {
        margin: 15px 0;
    }

    footer ul.menu-horizontal {
        margin: 5px 0;
        padding: 0;
        list-style: none;
    }

        footer ul.menu-horizontal > li {
            display: inline-block;
            padding: 0 3px;
        }

@media (max-width: 992px) {
    footer ul.menu-horizontal > li {
        display: block;
        padding: 3px 5px;
    }
}

footer ul.menu-horizontal > li.title {
    color: #de0021;
}

footer ul.menu-horizontal > li > a {
    font-size: 12px;
    color: #666;
}

    footer ul.menu-horizontal > li > a:hover {
        color: #de0021;
    }


.table.in-processing {
    opacity: 0.4;
    position: relative;
}

    .table.in-processing tbody:before {
        content: "";
        display: inline-block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 9999999;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: url('/Content/images/grid-loading.gif') no-repeat;
        background-position: center;
    }


.input-validation-error {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}


.field-validation-error {
    display: inline-block;
    margin: 5px 5px auto auto;
}

    .field-validation-error span {
        color: #a94442;
        font-weight: bold;
    }



/* dataTables_wrapper */
.dataTables_wrapper {
}

    .dataTables_wrapper [data-action] {
        cursor: pointer;
        /*color: red;*/
    }

    .dataTables_wrapper .dataTables_info {
        clear: both;
        margin-bottom: 5px;
    }

    .dataTables_wrapper .table-info {
    }

        .dataTables_wrapper .table-info td {
            vertical-align: top;
            padding: 2px 3px;
        }

            .dataTables_wrapper .table-info td.success {
                background-color: #dff0d8;
            }

            .dataTables_wrapper .table-info td.td-title {
                text-align: left;
                color: #777;
            }

    .dataTables_wrapper .td-icon {
        width: 30px !important;
    }

    .dataTables_wrapper.in-processing {
        position: relative;
    }

        .dataTables_wrapper.in-processing table.dataTable {
            opacity: 0.4;
        }

        .dataTables_wrapper.in-processing:before {
            content: "";
            display: inline-block;
            width: 100%;
            height: 100%;
            position: absolute;
            z-index: 9999999;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: url('/Content/images/grid-loading.gif') no-repeat;
            background-position: top center;
        }


/* Chrome, Safari, Edge, Opera */
input.no-arrows-::-webkit-outer-spin-button,
input.no-arrows::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input.no-arrows[type=number] {
    -moz-appearance: textfield;
}


@media (min-width: 768px) AND (max-width: 992px) {
    .navbar-collapse.collapse:not(.in) {
        display: none !important;
        height: 1px !important;
    }

    #mobile-menu .navbar-header {
        /*display: block !important;*/
        clear: both;
        width: 100%;
    }

    #mobile-menu button[data-target="#mobilemenu"] {
        display: inline-block !important;
        float: left;
    }
}

.loader:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9999999;
    padding: auto;
    background-size: cover;
    top: auto;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(/Content/images/grid-loading.gif) no-repeat #9f9f9f40;
    background-position: center;
}

.activation-checkbox {
    background-color: #fcfcfc;
    border: 2px dotted #ddd;
    padding: 8px;
    margin: 15px 0;
    cursor: pointer;
    transition: all ease 0.3s;
}

    .activation-checkbox.active {
        background-color: #f3f3f3;
        border-color: #eeeeee;
        border-style: dot-dash;
        transition: all ease 0.3s;
        border: 1px solid #a9a6a6;
    }

    .activation-checkbox.disabled {
        cursor: not-allowed;
        pointer-events: none;
        color: #c0c0c0;
    }

        .activation-checkbox.disabled .alert-info {
            color: #c0c0c0;
            background: #e8e8e8;
            border: none;
        }



    .activation-checkbox .media img {
        opacity: 0.8;
        filter: alpha(opacity=80);
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%);
        transition: all ease 0.3s;
    }

    .activation-checkbox:hover .media img,
    .activation-checkbox.active .media img {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-filter: grayscale(0);
        filter: grayscale(0);
        transition: all ease 0.3s;
    }


.package-price {
    overflow: hidden;
    box-shadow: 0 3px 5px #b9b9b9;
    border-radius: 10px;
    transition: all ease 0.5s;
    min-height: 100px;
    justify-content: space-evenly;
    flex-direction: column;
    align-content: space-around;
    flex-wrap: wrap;
}

.package-discount {
    width: 200px;
    position: relative;
    rotate: -30deg;
    top: 15px;
    background: yellow;
    right: 60px;
    color: #080808;
    border: 1px solid #cfd8dc;
    font-size: 15px;
    transition: all ease 0.5s;
}

.package-score {
    z-index: 999;
    background: #df0022;
    border: 1px solid #eee;
    color: white;
    font-size: 15px;
    font-weight: bold;
    border-radius: 100%;
    width: 52px;
    height: 52px;
    vertical-align: middle;
    text-align: center;
    margin: auto;
    top: -15px;
    left: -15px;
    padding: 2px;
    position: absolute;
    box-shadow: 0 3px 5px #b9b9b9;
    transition: all ease 0.5s;
}

.package:hover {
    box-shadow: 0 5px 15px #999;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

    .package:hover .package-score {
        box-shadow: 0 5px 15px #999;
        -webkit-transition: all ease 0.5s;
        -moz-transition: all ease 0.5s;
        rotate: 2deg;
        transition: all ease 0.5s;
    }

    .package:hover .package-discount {
        font-size: 16px;
        transition: all ease 0.5s;
    }

.spinner {
    width: 15px;
    height: 15px;
    border: 3px solid #000000;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

    .spinner::after {
        content: '';
        position: absolute;
        box-sizing: border-box;
        left: 0px;
        top: 1px;
        border: 6px solid transparent;
        border-right-color: #000;
        transform: rotate(69deg);
    }

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


.checkbox-wrapper-42 input {
    display: none;
    visibility: hidden;
}

.checkbox-wrapper-42 {
    border: 1px solid #e0e0e0;
    padding: 5px;
    border-radius: 20px;
    margin-bottom: 10px;
}

    .checkbox-wrapper-42 label {
        display: inline-block;
    }

    .checkbox-wrapper-42 .cbx {
        position: relative;
        top: 1px;
        width: 25px;
        height: 25px;
        border: 1px solid #c8ccd4;
        border-radius: 3px;
        vertical-align: middle;
        transition: background 0.1s ease;
        cursor: pointer;
        margin: auto
    }

        .checkbox-wrapper-42 .cbx:after {
            content: '';
            position: absolute;
            top: 2px;
            left: 10px;
            width: 5px;
            height: 15px;
            opacity: 0;
            transform: rotate(45deg) scale(0);
            border-right: 2px solid #fff;
            border-bottom: 2px solid #fff;
            transition: all 0.3s ease;
            transition-delay: 0.15s;
        }

    .checkbox-wrapper-42 .lbl {
        margin-left: 5px;
        vertical-align: middle;
        cursor: pointer;
    }

.cbx.active {
    border-color: transparent;
    background: #6871f1;
    animation: jelly-42 0.6s ease;
}

    .cbx.active:after {
        opacity: 1;
        transform: rotate(45deg) scale(1);
    }

.checkbox-wrapper-42 .cntr {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
}

@@-moz-keyframes jelly-42 {
    from {
        transform: scale(1, 1);
    }

    30% {
        transform: scale(1.25, 0.75);
    }

    40% {
        transform: scale(0.75, 1.25);
    }

    50% {
        transform: scale(1.15, 0.85);
    }

    65% {
        transform: scale(0.95, 1.05);
    }

    75% {
        transform: scale(1.05, 0.95);
    }

    to {
        transform: scale(1, 1);
    }
}

@@-webkit-keyframes jelly-42 {
    from {
        transform: scale(1, 1);
    }

    30% {
        transform: scale(1.25, 0.75);
    }

    40% {
        transform: scale(0.75, 1.25);
    }

    50% {
        transform: scale(1.15, 0.85);
    }

    65% {
        transform: scale(0.95, 1.05);
    }

    75% {
        transform: scale(1.05, 0.95);
    }

    to {
        transform: scale(1, 1);
    }
}

@@-o-keyframes jelly-42 {
    from {
        transform: scale(1, 1);
    }

    30% {
        transform: scale(1.25, 0.75);
    }

    40% {
        transform: scale(0.75, 1.25);
    }

    50% {
        transform: scale(1.15, 0.85);
    }

    65% {
        transform: scale(0.95, 1.05);
    }

    75% {
        transform: scale(1.05, 0.95);
    }

    to {
        transform: scale(1, 1);
    }
}

@@keyframes jelly-42 {
    from {
        transform: scale(1, 1);
    }

    30% {
        transform: scale(1.25, 0.75);
    }

    40% {
        transform: scale(0.75, 1.25);
    }

    50% {
        transform: scale(1.15, 0.85);
    }

    65% {
        transform: scale(0.95, 1.05);
    }

    75% {
        transform: scale(1.05, 0.95);
    }

    to {
        transform: scale(1, 1);
    }
}

.code-moaref {
    display: block;
    font-size: 10px;
    margin-top: 4px;
}

.parenthide div:has(select.Canhide) {
    display: none;
}

.change-service {
    display: inline-block;
    float: right;
    border: 1px solid #a3a3a3;
    border-radius: 25px;
    padding: 0px 0px 0px 0px;
    color: black;
    font-weight: 500;
    width: 100%;
    background: white;
}

    .change-service:hover {
        color: #8f8f8f;
    }

        .change-service:hover b {
            color: #8f8f8f;
        }

        .change-service:hover button i {
            rotate: 360deg;
        }

    .change-service button {
        float: right;
        border-radius: 0px 20px 20px 0px;
        margin-left: 10px;
    }

        .change-service button i {
            position: relative;
            display: inline-block;
            transition: all ease 0.5s;
        }

    .change-service b {
        vertical-align: sub;
    }

.service-detail {
    font-size: 10px;
}

.select-service-body {
    overflow-x: hidden;
    overflow-y: scroll;
    height: 300px;
    padding: 10px
}

    .select-service-body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        border-radius: 10px;
        background-color: #F5F5F5;
    }

    .select-service-body::-webkit-scrollbar {
        width: 10px;
        background-color: #F5F5F5;
    }

    .select-service-body::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        background-color: #de0021;
    }

.page-header-actions-selectservice {
    background: #ededed;
    border: 1px solid #e0e0e0;
    border-radius: 20px;
    margin: 10px 0px;
    padding: 5px 15px;
}

    .page-header-actions-selectservice .page-header-actions-items {
        display: inline-block;
    }

        .page-header-actions-selectservice .page-header-actions-items span.title {
            width: 72px;
            display: inline-block;
        }

.go-basket-btn[href="#"] {
    display: none;
}

@media only screen and (max-width: 768px) {
    .select-service-info h3 {
        margin: 5px;
    }

        .select-service-info h3 i {
            display: none;
        }

        .select-service-info h3 small {
            margin-right: 0px !important;
        }

    .page-header-actions-selectservice .page-header-actions-items {
        margin-bottom: 5px;
    }

    .change-service {
        margin-bottom: 20px;
    }

    .productcategorytab li {
        border: 1px solid black;
        display: contents;
    }

    .package.type2 .package-title {
        font-size: 14px;
    }

    .package .package-body .package-body-title {
        font-size: 11px;
    }

    .package .package-footer {
        padding: 8px 2px;
    }

    .package-discount {
        top: 10px;
        right: 38px;
        font-size: 13px;
        width: 140px;
    }
}

.list-group-listNeighborhood:hover {
    background-color: #f8f9fa;
    color: #212529;
    transition: background-color 0.3s ease, color 0.3s ease;
}