﻿
@import url("fonts.css");

/*=========================================================================*/
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

.float-left {
    float: left;
}
/*=========================================================================*/
/* ==================== Base Styles ====================*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: iranyekan, Tahoma;
}

h1, .h1 {
    font-size: 26px;
}

h2, .h2 {
    font-size: 24px;
}

h3, .h3 {
    font-size: 22px;
}

.bg-grey {
    background: #b6c2c9 !important;
}

.bg-grey-darker {
    background: #929ba1 !important;
}

.bg-grey-lighter {
    background: #e4e4e4 !important;
}

.text-gray {
    color: #808080;
}

.text-white {
    color: #fff;
}

.text-red {
    color: #e43734;
}

label {
    font-weight: normal;
    cursor: pointer;
}

img {
    max-width: 100%;
}

a, a:active, a:hover, a:focus, a:visited {
    text-decoration: none;
}

*.no-padding {
    padding: 0;
}

.text-justify {
    text-align: justify;
}

.text-bold, .text-bold > label {
    font-weight: bold;
    margin-bottom: 0;
}

.mt-0 {
    margin-top: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mt-20 {
    margin-top: 20px !important;
}

.mb-20 {
    margin-bottom: 20px !important;
}

.pl-0 {
    padding-left: 0 !important;
}

.pr-0 {
    padding-right: 0 !important;
}
.badge {
    font-size: inherit;
    font-weight: normal;
}

.badge.badge-primary {
    background-color: #337ab7;
    border-color: #337ab7;
}

.badge.badge-info {
    background-color: #31b0d5;
    border-color: #31b0d5;
}

.badge.badge-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

.badge.badge-warning {
    background-color: #ff9614;
    border-color: #ff9614;
}

.badge.badge-danger {
    background-color: #d9534f !important;
    border-color: #d9534f !important;
}
/* ==================== Layout ====================*/
body {
    font-family: IRANSans;
    font-size: 10pt;
    color: #333;
    padding-top: 161px;
    padding-bottom: 45px;
    line-height: 1.8;
    background: url("../Content/images/body-bg.png") repeat;
}

.full-content {
    width: 100%;
    padding: 20px 25px;
}

.content-wrapper {
    margin-right: 275px;
    padding: 20px 25px;
}
/*---------- header ----------*/
.logo-wrapper {
    height: 120px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: rgba(3,61,115,1);
    background: -moz-linear-gradient(left, rgba(3,61,115,1) 0%, rgba(2,89,156,1) 36%, rgba(2,89,156,1) 62%, rgba(3,61,115,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(3,61,115,1)), color-stop(36%, rgba(2,89,156,1)), color-stop(62%, rgba(2,89,156,1)), color-stop(100%, rgba(3,61,115,1)));
    background: -webkit-linear-gradient(left, rgba(3,61,115,1) 0%, rgba(2,89,156,1) 36%, rgba(2,89,156,1) 62%, rgba(3,61,115,1) 100%);
    background: -o-linear-gradient(left, rgba(3,61,115,1) 0%, rgba(2,89,156,1) 36%, rgba(2,89,156,1) 62%, rgba(3,61,115,1) 100%);
    background: -ms-linear-gradient(left, rgba(3,61,115,1) 0%, rgba(2,89,156,1) 36%, rgba(2,89,156,1) 62%, rgba(3,61,115,1) 100%);
    background: linear-gradient(to right, rgba(3,61,115,1) 0%, rgba(2,89,156,1) 36%, rgba(2,89,156,1) 62%, rgba(3,61,115,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033d73', endColorstr='#033d73', GradientType=1 );
}

    .logo-wrapper .logo-pics img {
        position: absolute;
        margin: 5px 10px;
        z-index: 2;
    }

        .logo-wrapper .logo-pics img:first-child {
            right: 0;
        }

        .logo-wrapper .logo-pics img:last-child {
            left: 0;
        }

        .logo-wrapper .logo-pics img.center-img {
            position: relative;
        }

.navbar {
    background-image: linear-gradient(#54b4eb, #2fa4e7 60%, #1d9ce5);
    background-repeat: no-repeat;
    border-bottom: 1px solid #178acc;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    filter: none;
    min-height: 40px;
}

    .navbar a {
        color: #fff;
    }

@media(max-width:1400px) {
    .logo-wrapper .logo-pics img.center-img {
        max-width: 50%;
    }
}

@media screen and (max-width:900px) {
    #Ofset {
        display: none;
    }

    #Imam {
        display: none;
    }

    .logo-wrapper {
        display: none;
    }

    body {
        padding-top: 50px;
    }

    .navbar {
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background: rgba(3,61,115,1);
        background: -moz-linear-gradient(left, rgba(3,61,115,1) 0%, rgba(2,89,156,1) 36%, rgba(2,89,156,1) 62%, rgba(3,61,115,1) 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, rgba(3,61,115,1)), color-stop(36%, rgba(2,89,156,1)), color-stop(62%, rgba(2,89,156,1)), color-stop(100%, rgba(3,61,115,1)));
        background: -webkit-linear-gradient(left, rgba(3,61,115,1) 0%, rgba(2,89,156,1) 36%, rgba(2,89,156,1) 62%, rgba(3,61,115,1) 100%);
        background: -o-linear-gradient(left, rgba(3,61,115,1) 0%, rgba(2,89,156,1) 36%, rgba(2,89,156,1) 62%, rgba(3,61,115,1) 100%);
        background: -ms-linear-gradient(left, rgba(3,61,115,1) 0%, rgba(2,89,156,1) 36%, rgba(2,89,156,1) 62%, rgba(3,61,115,1) 100%);
        background: linear-gradient(to right, rgba(3,61,115,1) 0%, rgba(2,89,156,1) 36%, rgba(2,89,156,1) 62%, rgba(3,61,115,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#033d73', endColorstr='#033d73', GradientType=1 );
    }
}

@media(max-width:999px) {
    .logo-wrapper .logo-pics img:first-child {
        display: none;
    }

    .logo-wrapper .logo-pics img.center-img {
        max-width: 50%;
    }

    .logo-wrapper .logo-pics img:last-child {
        display: none;
    }
}


.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #178acc;
}

.navbar-nav > .active > a,
.navbar-nav > .active > a:hover,
.navbar-nav > .active > a:focus {
    background-color: #178acc;
}

.nav .caret {
    border-bottom-color: #fff;
    border-top-color: #fff;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: #178acc;
}
/*---------- submenu ----------*/
.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0px;
        right: 100%;
        margin-top: -6px;
        margin-left: -1px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: left;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 5px 5px 0;
        border-right-color: #cccccc;
        margin-top: 5px;
        margin-left: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
            -webkit-border-radius: 6px 0 6px 6px;
            -moz-border-radius: 6px 0 6px 6px;
            border-radius: 6px 0 6px 6px;
        }
/*---------- account menu ----------*/
.navbar-nav.account {
    float: left;
}

.dropdown-menu.account {
    float: right;
    right: auto;
    left: 0;
    text-align: right;
}

@media(max-width:768px) {
    .navbar-nav.account {
        float: right;
    }
}
/* ---------- sidebar ----------*/
#sidebar {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    padding-bottom: 45px;
}

.sidebar, .sidebar-bg {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, rgb(3, 61, 115) 0%, rgb(2, 89, 156) 36%, rgb(2, 89, 156) 62%, rgb(3, 61, 115) 100%) repeat scroll 0 0;
    width: 265px;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
}

.sidebar {
    position: fixed;
    padding-top: 165px;
    z-index: 1010;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

    .sidebar a {
        color: #fff;
        -o-transition: color .1s ease-in-out;
        -ms-transition: color .1s ease-in-out;
        -moz-transition: color .1s ease-in-out;
        -webkit-transition: color .1s ease-in-out;
        transition: color .1s ease-in-out;
        cursor: pointer;
    }

        .sidebar a:hover, a:focus, a:active {
            color: #fff;
            text-decoration: none;
            outline: 0;
        }

.sidebar-bg {
    position: fixed;
    z-index: 1000;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.sidebar .nav > li:after, .sidebar .nav > li:before, .sidebar .nav > li > a:after, .sidebar .nav > li > a:before {
    content: '';
    clear: both;
    display: table;
}

.sidebar .nav > li > a {
    padding: 10px 20px;
    line-height: 20px;
    border-right: 2px solid transparent;
    border-bottom: 1px solid #0d47a1;
    font-family: iranyekan;
    font-size: 9.5pt;
}

a.active .text-success,
li.active > a .text-success,
li.active > a {
    color: #fff;
}

.sidebar .nav > li > a.active,
.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:focus,
.sidebar .nav > li.active > a:hover {
    background-color: #0d47a1;
    color: #fff;
}

.sidebar .nav > li.active a.active {
    color: #fff;
}

    .sidebar .nav > li.active a.active:before {
        color: #ffffff;
    }

.sidebar .nav > li.expand > a,
.sidebar .nav > li > a:focus,
.sidebar .nav > li > a:hover {
    background: #0d47a1;
    border-right: 2px solid red;
    /*color: #fff;*/
}

.sidebar .nav > li.active > a,
.sidebar .nav > li.active > a:hover,
.sidebar .nav > li.active > a:focus,
.sidebar .nav > li > a.active,
.sidebar .nav > li > a.active:hover,
.sidebar .nav > li > a.active:focus {
    color: #fff;
    background: #0d47a1;
    border-right: 2px solid red;
}

.sidebar .nav > li > a i {
    float: right;
    margin-left: 15px;
    width: 14px;
    text-align: center;
    line-height: 20px;
    /*font-size: 14px;*/
}

.sidebar .nav > li > a:hover i {
    color: #fff;
}

.sidebar .has-sub.active > .sub-menu {
    display: block;
}

.sidebar .sub-menu {
    padding: 10px 18px 10px 0;
    margin: 0;
    background: #64b5f6;
    position: relative;
    display: none;
}

    .sidebar .sub-menu:before {
        content: '';
        position: absolute;
        right: 26px;
        top: 0;
        bottom: 0;
        width: 2px;
        background: #10181F;
    }

    .sidebar .sub-menu .sub-menu {
        padding: 0 18px 0 0;
        background: 0 0;
    }

    .sidebar .sub-menu > li > a {
        padding: 5px 31px 5px 20px;
        display: block;
        font-weight: 300;
        color: #000;
        text-decoration: none;
        position: relative;
        font-family: iranyekan;
    }

    .sidebar .sub-menu > li:not(:last-child) {
        border-bottom: 1px solid #42a5f5;
    }

    .sidebar .sub-menu > li > a:before {
        content: '\f111';
        font-family: FontAwesome;
        position: absolute;
        right: 0;
        font-size: 7px;
        color: #bbdefb;
        top: 50%;
        margin-top: -4px;
        margin-right: 6px;
    }

    .sidebar .sub-menu > li > a:hover:before {
        color: #fff;
    }

    .sidebar .sub-menu > li.active > a,
    .sidebar .sub-menu > li.active > a:focus,
    .sidebar .sub-menu > li.active > a:hover,
    .sidebar .sub-menu > li > a:focus,
    .sidebar .sub-menu > li > a:hover {
        color: #fff;
    }

    .sidebar .sub-menu li.has-sub ul {
        background: #42a5f5;
    }

.sidebar .nav > li li.has-sub.active > a {
    color: #fff;
}

.sidebar .sub-menu > li.active > a:before {
    color: #fff;
}

.sidebar .nav > li.nav-profile {
    padding: 10px 20px;
    color: #fff;
    /*background: #212121;*/
    border-bottom: 1px solid #ddd;
    background: rgba(0, 0, 0, 0) url("../images/body-bg.jpg?v=1");
}

    .sidebar .nav > li.nav-profile a {
        padding: 0;
    }

    .sidebar .nav > li.nav-profile .image {
        float: right;
        height: 60px;
        margin-top: 7px;
        margin-left: 30px;
        overflow: hidden;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
    }

        .sidebar .nav > li.nav-profile .image img {
            max-width: 100%;
            max-height: 100%;
        }

    .sidebar .nav > li.nav-profile .info {
        font-family: iranyekan;
        margin-top: 10px;
    }

        .sidebar .nav > li.nav-profile .info p {
            margin-bottom: 5px;
        }

        .sidebar .nav > li.nav-profile .info a {
            color: #fff;
        }

            .sidebar .nav > li.nav-profile .info a:hover {
                color: #bbdefb;
            }

        .sidebar .nav > li.nav-profile .info small {
            display: block;
            color: #889097;
        }

.sidebar .nav .caret {
    float: left;
    margin-top: 9px;
    border-bottom-color: #999;
    border-top-color: #999;
}

.sidebar .nav > li.active > a > .caret, .sidebar .nav > li a:hover > .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.page-sidebar-minified .sidebar {
    width: 65px;
    position: fixed;
}

.page-sidebar-minified .sidebar-bg {
    width: 50px;
}

.page-sidebar-minified .page-content {
    margin-right: 100px;
    margin-left: 0;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-content {
    margin-right: 290px;
    margin-top: 20px;
    margin-left: 15px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-sidebar-minified .footer {
    right: 0;
    margin-left: 25px;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.page-sidebar-minified .sidebar .slimScrollDiv, .page-sidebar-minified .sidebar .slimScrollDiv > div {
    overflow: visible !important;
}

.page-sidebar-minified .sidebar.sidebar-right .slimScrollDiv, .page-sidebar-minified .sidebar.sidebar-right .slimScrollDiv > div {
    overflow: hidden !important;
}

.page-sidebar-minified .sidebar .nav > li > a {
    padding: 12px 20px;
}

    .page-sidebar-minified .sidebar .nav-profile, .page-sidebar-minified .sidebar .nav > li > a > span {
        display: none;
    }

.page-sidebar-minified .sidebar .caret {
    position: absolute;
    top: 9px;
    left: 5px;
    border: 4px solid transparent;
    border-right: 4px solid;
}

.page-sidebar-minified .sidebar .sub-menu .caret {
    left: 10px;
    top: 2px;
    border-left: 4px solid transparent !important;
    border-right: 4px solid !important;
}

.page-sidebar-minified .sidebar .nav > li.active > a > .caret,
.page-sidebar-minified .sidebar .nav > li a:hover > .caret {
    border-color: transparent #fff transparent transparent;
}

.page-sidebar-minified .sidebar .nav > li > a > i {
    margin: 0;
}

.page-sidebar-minified .sidebar .nav li.has-sub > .sub-menu {
    position: absolute;
    left: 100%;
    top: 0;
    width: 300px;
    display: none;
    padding: 10px 30px 10px 0;
    margin: 0;
    background: #64b5f6;
    border-radius: 15px 0 0 15px;
    border: solid 1px #0d47a1;
}

.page-sidebar-minified .sidebar .nav > li.has-sub:focus > a, .page-sidebar-minified .sidebar .nav > li.has-sub:hover > a {
    background: #232a2f;
}

.page-sidebar-minified .sidebar li.has-sub > .sub-menu {
    display: none !important;
}

.page-sidebar-minified .sidebar li.has-sub:focus > .sub-menu, .page-sidebar-minified .sidebar li.has-sub:hover > .sub-menu {
    display: block !important;
    overflow: visible !important;
}

.page-sidebar-minified .sidebar .nav li.has-sub {
    position: relative;
}

.page-sidebar-minified .sidebar .nav > li.has-sub li.has-sub .sub-menu {
    margin-top: -10px;
}

/* .page-with-right-sidebar */
.page-sidebar-minified .sub-menu {
    left: auto !important;
    right: 100%;
}

.page-sidebar-minified .sidebar .sub-menu:before {
    right: 26px;
    left: auto;
}

.page-sidebar-minified .sidebar .sub-menu > li > a:before {
    right: 0;
    left: auto;
    margin-right: -6px;
    margin-left: 0;
}
/* end .page-with-right-sidebar */

.page-sidebar-minified .sidebar .slimScrollBar, .page-sidebar-minified .sidebar .slimScrollRail {
    display: none !important;
}

.page-sidebar-minified .sidebar.sidebar-right .slimScrollBar {
    display: block !important;
}

.sidebar-minify-btn {
    background: #232a2f none repeat scroll 0 0;
    border-radius: 20px 0 0 20px;
    color: #fff;
    float: right;
    margin: 10px 0;
    padding: 5px 20px 5px 10px !important;
}

.page-sidebar-minified .sidebar-minify-btn i::before {
    content: "\f100";
}

@media (max-width:767px) {
    .sidebar, .sidebar-bg {
        left: auto;
        right: -265px;
    }

    .sidebar {
        position: fixed;
        padding-top: 0;
        z-index: 1030;
        margin-top: 45px;
    }

    .sidebar-bg {
        z-index: 1020;
    }

    .nav > li > a.sidebar-minify-btn {
        display: none;
    }

    @-moz-keyframes sidebarSlideInLeft {
        from {
            left: -250px;
        }

        to {
            left: 0;
        }
    }

    @keyframes sidebarSlideInLeft {
        from {
            left: -250px;
        }

        to {
            left: 0;
        }
    }

    @-webkit-keyframes sidebarSlideInLeft {
        from {
            left: -250px;
        }

        to {
            left: 0;
        }
    }

    @-moz-keyframes sidebarSlideInRight {
        from {
            right: -220px;
        }

        to {
            right: 0;
        }
    }

    @keyframes sidebarSlideInRight {
        from {
            right: -220px;
        }

        to {
            right: 0;
        }
    }

    @-webkit-keyframes sidebarSlideInRight {
        from {
            right: -220px;
        }

        to {
            right: 0;
        }
    }

    .page-sidebar-toggled .sidebar-bg {
        position: fixed;
        background: #2d353c;
    }

    .page-sidebar-toggled .sidebar, .page-sidebar-toggled .sidebar-bg {
        left: auto;
        right: 0;
        -moz-animation: sidebarSlideInRight .2s;
        -o-animation: sidebarSlideInRight .2s;
        -webkit-animation: sidebarSlideInRight .2s;
        animation: sidebarSlideInRight .2s;
    }

    .page-sidebar-minified.page-sidebar-minified .sidebar {
        position: fixed !important;
    }

    .page-sidebar-toggled.page-sidebar-minified .sidebar-bg {
        position: fixed;
        background: #2d353c;
        z-index: 1010;
        left: auto;
        right: 0;
        -moz-animation: sidebarSlideInRight .2s;
        -o-animation: sidebarSlideInRight .2s;
        -webkit-animation: sidebarSlideInRight .2s;
        animation: sidebarSlideInRight .2s;
    }
}
/* ---------- end sidebar ----------*/

/*---------- footer ---------*/
/*.footer-wrapper {
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: rgba(236, 239, 241, 0.94);
    border-top: 3px solid #039BE5;
}

    .footer-wrapper hr {
        margin-top: 1px;
        margin-bottom: 5px;
    }

    .footer-wrapper p {
        width: 50%;
        float: right;
        margin-bottom: 5px;
        padding: 0 20px;
        font-size: 10pt;
    }

        .footer-wrapper p.inner-page {
            width: 41%;
        }

    .footer-wrapper.inner-page {
        margin-right: 275px;
    }*/
.footer-wrapper {
    width: 100%;
    position: fixed;
    bottom: 0;
    right: 0;
    background: url("../Content/images/body-bg.png") repeat;
    z-index: 3000;
}

    .footer-wrapper hr {
        margin-top: 1px;
        margin-bottom: 5px;
    }

    .footer-wrapper p {
        width: 50%;
        float: right;
        margin-top: 8px;
        margin-bottom: 5px;
        padding: 0 20px;
        font-size: 8pt;
    }

        .footer-wrapper p.inner-page {
            width: 41%;
        }

    .footer-wrapper.inner-page {
        margin-right: 275px;
    }

@media screen and (max-width:900px) {
    .footer-wrapper p {
        width: 100%;
        font-size: 7pt;
        margin-top: 0;
        margin-bottom: 0;
        text-align: right;
    }
}

@media print {
    .content-wrapper, .footer-wrapper.inner-page {
        margin-right: 0;
    }

    .navbar, .sidebar {
        display: none;
    }
}
/*==================== UI Elements ====================*/
/*---------- panel ---------*/
.panel-blue {
    border-color: #dddddd;
}

    .panel-blue .panel-heading {
        border-color: #dddddd;
        color: #fff;
        background-color: #2fa4e7;
    }

    .panel-blue a {
        color: #2fa4e7;
    }

        .panel-blue a:hover {
            color: #2fa4e7;
        }

.panel-grey {
    border-color: #dddddd;
}

    .panel-grey .panel-heading {
        border-color: #dddddd;
        color: #fff;
        background-color: #78909c;
    }

    .panel-grey a {
        color: #78909c;
    }

        .panel-grey a:hover {
            color: #78909c;
        }

.panel-group .panel-grey .panel-heading a {
    color: #fff;
}

.panel-green {
    border-color: #dddddd;
}

    .panel-green .panel-heading {
        border-color: #dddddd;
        color: #fff;
        background-color: #73a839;
    }

    .panel-green a {
        color: #5cb85c;
    }

        .panel-green a:hover {
            color: #3d8b3d;
        }

.panel-sub-heading {
    padding: 6px 20px;
    background-color: #f9fcfd;
    border-bottom: 1px solid #c3ddec;
    -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
    /* FF3.5+ */
    -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
    /* Saf3.0+, Chrome */
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.04);
    /* Opera 10.5, IE9 */
    font-size: 8.5pt;
    text-align: right;
}

    .panel-sub-heading a {
        color: #79b3d5;
    }

        .panel-sub-heading a:hover {
            color: #a4db79;
        }

        .panel-sub-heading a.excel-icon {
            color: #fff;
        }

.panel-info > .panel-sub-heading {
    background-color: #f9fcfd;
    border-bottom: 1px solid #c3ddec;
}

    .panel-info > .panel-sub-heading a {
        color: #79b3d5;
    }

        .panel-info > .panel-sub-heading a:hover {
            color: #a4db79;
        }

.panel-warning > .panel-sub-heading {
    background-color: #fef8f4;
    border-bottom: 1px solid #fdeadc;
}

    .panel-warning > .panel-sub-heading a {
        color: #f49041;
    }

        .panel-warning > .panel-sub-heading a:hover {
            color: #f38733;
        }

.panel-success > .panel-sub-heading {
    background-color: #f6fbf2;
    border-bottom: 1px solid #dbf1c9;
}

    .panel-success > .panel-sub-heading a {
        color: #b2e08d;
    }

        .panel-success > .panel-sub-heading a:hover {
            color: #a4db79;
        }

.panel-danger > .panel-sub-heading {
    background-color: #fef6f6;
    border-bottom: 1px solid #fbcbcb;
}

    .panel-danger > .panel-sub-heading a {
        color: #f78383;
    }

        .panel-danger > .panel-sub-heading a:hover {
            color: #f56b6b;
        }

.order-title {
    display: inline-block;
    width: 49%;
}
/*---------- button ---------*/
.btn-green {
    background-color: #388e3c;
}
/*---------- badge ---------*/
.badge-info {
    display: inline-block;
    min-width: 10px;
    padding: 6px 7px;
    font-size: 8pt;
    font-weight: bold;
    font-family: inherit;
    line-height: 1;
    color: #fff;
    text-align: center;
    /*white-space: nowrap;*/
    vertical-align: baseline;
    background-color: #428bca;
    border-radius: 10px;
}

    .badge-info.info-message {
        font-weight: normal;
        line-height: 1.5;
    }

        .badge-info.info-message.block {
            display: block;
        }

.badge-success {
    display: inline-block;
    min-width: 10px;
    padding: 6px 7px;
    font-weight: normal;
    font-family: inherit;
    line-height: 1;
    color: #0b532d;
    text-align: center;
    /*white-space: nowrap;*/
    vertical-align: baseline;
    background-color: #a4db79;
    border-radius: 10px;
}
/*---------- glyphicon ---------*/
.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-alert:before {
    content: "\e209";
}
/*==================== tables ====================*/
.table-bordered.gray-border th,
.table-bordered.gray-border td {
    border: 1px solid #c8c8c8 !important;
}

.table-striped.default-striped > thead {
    background-color: #d9d9d9;
}

.table-striped.default-striped > tbody > tr:nth-child(even) > td,
.table-striped.default-striped > tbody > tr:nth-child(even) > th {
    background-color: #fafafa;
}

.table-striped.primary-striped > thead {
    background-color: #348fe2;
    color: #fff;
}

.table-striped.primary-striped > tbody > tr:nth-child(even) > td,
.table-striped.primary-striped > tbody > tr:nth-child(even) > th {
    background-color: #d9edf7;
}

.table-hover.default-hover > tbody > tr:hover > td,
.table-hover.default-hover > tbody > tr:hover > th {
    background-color: #f5f5f5;
}

.table-hover.primary-hover > tbody > tr:hover > td,
.table-hover.primary-hover > tbody > tr:hover > th {
    background-color: #87C2F5;
}

.table > thead > tr > td.default,
.table > tbody > tr > td.default,
.table > tfoot > tr > td.default,
.table > thead > tr > th.default,
.table > tbody > tr > th.default,
.table > tfoot > tr > th.default,
.table > thead > tr.default > td,
.table > tbody > tr.default > td,
.table > tfoot > tr.default > td,
.table > thead > tr.default > th,
.table > tbody > tr.default > th,
.table > tfoot > tr.default > th {
    background-color: #d9d9d9;
}

.table-hover > tbody > tr > td.default:hover,
.table-hover > tbody > tr > th.default:hover,
.table-hover > tbody > tr.default:hover > td,
.table-hover > tbody > tr:hover > .default,
.table-hover > tbody > tr.default:hover > th {
    background-color: #d0e9c6;
}


.news-wrapper > a {
    display: block;
}

.caret {
    float: left;
    margin-top: 8px;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

label {
    cursor: pointer;
}

.red {
    color: red;
}

.green {
    color: green;
}

.form-group + .m-t-20 {
    margin-bottom: 20px;
}

.login-v2 .form-control.input-validation-error {
    border: 2px solid #f59c1a;
    margin-bottom: 0;
}

.field-validation-error {
    color: #e43734;
    font-size: 9pt;
}

ul.intro-items li {
    margin-bottom: 10px;
}

.order-steps {
    padding-right: 20px;
}

table.sheba tr td {
    padding-right: 5px;
    padding-left: 5px;
}


.navbar-brand {
    font-size: 12pt;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.breadcrumb {
    background-color: #ECEFF1;
    font-size: 9pt;
}

.nav-pills a:hover {
    color: #fff;
}

hr.under-title {
    height: 2px;
    border-top: 0;
    background-color: #545454;
    margin-top: 10px;
}

.panel .panel-body {
    text-align: justify;
}

    .panel .panel-body .form-group {
        text-align: right;
    }


@media screen and (max-width:900px) {
    .sidebar {
        padding-top: 0;
        margin-top: 44px;
    }
}

@media(max-width:766px) {
    .page-content {
        margin-right: 30px;
        margin-top: 10px;
    }
}

.navbar-toggle {
    border-color: #ddd;
}

.navbar-toggle {
    padding: 3px 8px;
    margin-top: 7px;
    margin-bottom: 5px;
    margin-left: 10px;
    color: #ddd;
    border-radius: 17px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:visited {
    color: #fff;
}

.btn.btn-link {
    white-space: normal;
}

.x-scrolled {
    overflow-x: auto;
}

hr.hDivider {
    border-top-color: #ddd;
}

.alert {
    padding: 10px 15px;
}


/* Callout */
.bs-callout {
    margin: 0 0 20px;
    border: 1px solid #eee;
    border-right-width: 5px;
    border-radius: 3px;
    background: #fff;
}

.bs-callout-body {
    padding: 20px;
}

.bs-callout-header {
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #dddddd;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.bs-callout-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.bs-callout h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.bs-callout h5 {
    margin-top: 0;
    margin-bottom: 0;
}


.bs-callout-ltr {
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    direction: ltr;
}

    .bs-callout-ltr h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

code {
    border-radius: 3px;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout + .bs-callout-ltr {
    margin-top: -5px;
}

.bs-callout-ltr-danger {
    border-left-color: #ce4844;
}

    .bs-callout-ltr-danger h4, .bs-callout-ltr-danger h5 {
        color: #ce4844;
    }

.bs-callout-danger {
    border-right-color: #ce4844;
}

    .bs-callout-danger h4, .bs-callout-danger h5 {
        color: #ce4844;
    }

.bs-callout-ltr-default {
    border-left-color: #ddd;
}

    .bs-callout-ltr-default h4, .bs-callout-ltr-default h5 {
        color: #ddd;
    }

.bs-callout-default {
    border-right-color: #ddd;
}

    .bs-callout-default h4, .bs-callout-default h5 {
        color: #ddd;
    }


.bs-callout-ltr-primary {
    border-left-color: #337ab7;
}

    .bs-callout-ltr-primary h4, .bs-callout-ltr-primary h5 {
        color: #337ab7;
    }

.bs-callout-primary {
    border-right-color: #337ab7;
}

    .bs-callout-primary h4, .bs-callout-primary h5 {
        color: #337ab7;
    }

.bs-callout-ltr-success {
    border-left-color: #5cb85c;
}

    .bs-callout-ltr-success h4, .bs-callout-ltr-success h5 {
        color: #5cb85c;
    }

.bs-callout-success {
    border-right-color: #5cb85c;
}

    .bs-callout-success h4, .bs-callout-success h5 {
        color: #5cb85c;
    }

.bs-callout-ltr-warning {
    border-left-color: #aa6708;
}

    .bs-callout-ltr-warning h4, .bs-callout-ltr-warning h5 {
        color: #aa6708;
    }

.bs-callout-warning {
    border-right-color: #aa6708;
}

    .bs-callout-warning h4, .bs-callout-warning h5 {
        color: #aa6708;
    }

.bs-callout-info {
    border-right-color: #1b809e;
}

    .bs-callout-info h4, .bs-callout-info h5 {
        color: #1b809e;
    }

.bs-callout-ltr-info {
    border-left-color: #1b809e;
}

    .bs-callout-ltr-info h4, .bs-callout-ltr-info h5 {
        color: #1b809e;
    }
/* icon buttons */
.btn-label {
    position: relative;
    right: -12px;
    display: inline-block;
    padding: 5px 10px;
    background: rgba(0,0,0,0.15);
    border-radius: 0 3px 3px 0;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

    .btn-labeled > a {
        color: #fff;
    }
/* info box */
.info-box {
    border: 1px solid rgba(3,61,115,1);
    border-radius: 5px;
    background-color: rgba(3,61,115,1);
    margin-bottom: 20px;
    min-height: 110px;
}

    .info-box .info-header {
        color: #fff;
        padding-top: 20px;
        text-align: center;
    }

    .info-box .info-content {
        padding: 20px;
        background-color: #fff;
    }

        .info-box .info-content .row div {
            margin-bottom: 10px;
        }

/* first page shortcuts */
.section-title {
    font-size: 11pt;
    font-weight: bold;
    font-family: iranyekan, Tahoma;
    padding-bottom: 5px;
}

    .section-title.primary {
        border-bottom: 2px solid #337ab7;
        color: #337ab7;
    }

    .section-title.danger {
        border-bottom: 2px solid #a94442;
        color: #a94442;
    }

.box-link {
    color: inherit;
}

    .box-link div {
        float: right;
    }

        .box-link div:first-child {
            margin-left: 15px;
        }

    .box-link i {
        color: #808080;
    }

    .box-link:hover i {
        color: green;
    }

    .box-link span {
        position: relative;
        bottom: 10px;
        padding: 0 10px;
        font-family: iranyekan, Tahoma;
        font-size: 11pt;
        color: #337ab7;
    }

.span-date {
    margin-top: 5px;
}
