﻿

@font-face {
    font-family: "NegarCMS";
    src: url("/fonts/Iran/IRANSansWeb(FaNum).eot?#") format("eot"), url("/fonts/Iran/IRANSansWeb(FaNum).woff") format("woff"), url("/fonts/Iran/IRANSansWeb(FaNum).ttf") format("truetype");
}

body {
    margin: 0;
    font-family: "NegarCMS";
    font-size: 9pt;
}
 

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: 600;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: .67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    color: #47639E;
    text-decoration: none;
}

    a:hover,
    a:focus {
        text-decoration: underline;
    }

    a:focus {
        outline: thin dotted;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    height: auto;
    max-width: 100%;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    -o-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: inline-block;
    height: auto;
    line-height: 1.42857143;
    max-width: 100%;
    padding: 4px;
    transition: all .2s ease-in-out;
}

.img-circle {
    border-radius: 50%;
}

hr {
    border: 0;
    border-top: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 20px;
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

[role="button"] {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: inherit;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}

    h1 small,
    h2 small,
    h3 small,
    h4 small,
    h5 small,
    h6 small,
    .h1 small,
    .h2 small,
    .h3 small,
    .h4 small,
    .h5 small,
    .h6 small,
    h1 .small,
    h2 .small,
    h3 .small,
    h4 .small,
    h5 .small,
    h6 .small,
    .h1 .small,
    .h2 .small,
    .h3 .small,
    .h4 .small,
    .h5 .small,
    .h6 .small {
        color: #777;
        font-weight: normal;
        line-height: 1;
    }

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-bottom: 10px;
    margin-top: 20px;
}

    h1 small,
    .h1 small,
    h2 small,
    .h2 small,
    h3 small,
    .h3 small,
    h1 .small,
    .h1 .small,
    h2 .small,
    .h2 .small,
    h3 .small,
    .h3 .small {
        font-size: 65%;
    }

h4,
.h4,
h5,
.h5,
h6,
.h6 {
    margin-bottom: 10px;
    margin-top: 10px;
}

    h4 small,
    .h4 small,
    h5 small,
    .h5 small,
    h6 small,
    .h6 small,
    h4 .small,
    .h4 .small,
    h5 .small,
    .h5 .small,
    h6 .small,
    .h6 .small {
        font-size: 75%;
    }

h1,
.h1 {
    font-size: 20px;
}



h2,
.h2 {
    font-size: 18px;
}

h3,
.h3 {
    font-size: 16px;
}

h4,
.h4 {
    font-size: 15px;
}

h5,
.h5 {
    font-size: 14px;
}

h6,
.h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    background-color: #337ab7;
    color: #fff;
}

.bg-greenlight {
    background-color: #EBEBBF;
    color: #BAB71E;
}



a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
   
    --bs-info-rgb: 138, 187, 255;
    background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    border-bottom: 1px solid #eee;
    margin: 40px 0 20px;
    padding-bottom: 9px;
}

ul,
ol {
    margin-bottom: 10px;
    margin-top: 0;
}

    ul ul,
    ol ul,
    ul ol,
    ol ol {
        margin-bottom: 0;
    }

.list-unstyled {
    list-style: none;
    padding-right: 0;
}

.list-inline {
    list-style: none;
    margin-right: -5px;
    padding-right: 0;
}

    .list-inline > li {
        display: inline-block;
        padding-left: 5px;
        padding-right: 5px;
    }

dl {
    margin-bottom: 20px;
    margin-top: 0;
}

dt,
dd {
    line-height: 1.42857143;
}

dt {
    font-weight: bold;
}

dd {
    margin-right: 0;
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        clear: right;
        float: right;
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 160px;
    }

    .dl-horizontal dd {
        margin-right: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    border-bottom: 1px dotted #777;
    cursor: help;
}

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

blockquote {
    border-right: 5px solid #eee;
    font-size: 17.5px;
    margin: 0 0 20px;
    padding: 10px 20px;
}

    blockquote p:last-child,
    blockquote ul:last-child,
    blockquote ol:last-child {
        margin-bottom: 0;
    }

    blockquote footer,
    blockquote small,
    blockquote .small {
        color: #777;
        display: block;
        font-size: 80%;
        line-height: 1.42857143;
    }

        blockquote footer:before,
        blockquote small:before,
        blockquote .small:before {
            content: '\2014 \00A0';
        }

    .blockquote-reverse,
    blockquote.pull-right {
        border-left: 0;
        border-right: 5px solid #eee;
        padding-left: 0;
        padding-right: 15px;
        text-align: right;
    }

        .blockquote-reverse footer:before,
        blockquote.pull-right footer:before,
        .blockquote-reverse small:before,
        blockquote.pull-right small:before,
        .blockquote-reverse .small:before,
        blockquote.pull-right .small:before {
            content: '';
        }

        .blockquote-reverse footer:after,
        blockquote.pull-right footer:after,
        .blockquote-reverse small:after,
        blockquote.pull-right small:after,
        .blockquote-reverse .small:after,
        blockquote.pull-right .small:after {
            content: '\00A0 \2014';
        }

address {
    font-style: normal;
    line-height: 1.42857143;
    margin-bottom: 20px;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    background-color: #f9f2f4;
    border-radius: 4px;
    color: #c7254e;
    font-size: 90%;
    padding: 2px 4px;
}

kbd {
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .25);
    color: #fff;
    font-size: 90%;
    padding: 2px 4px;
}

    kbd kbd {
        -webkit-box-shadow: none;
        box-shadow: none;
        font-size: 100%;
        font-weight: bold;
        padding: 0;
    }

pre {
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #333;
    display: block;
    font-size: 13px;
    line-height: 1.42857143;
    margin: 0 0 10px;
    padding: 9.5px;
    word-break: break-all;
    word-wrap: break-word;
}

    pre code {
        background-color: transparent;
        border-radius: 0;
        color: inherit;
        font-size: inherit;
        padding: 0;
        white-space: pre-wrap;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}


.settings_field {
    margin-top: 5px;
}



.help-block {
    color: #737373;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

        .form-inline .input-group .input-group-addon,
        .form-inline .input-group .input-group-btn,
        .form-inline .input-group .form-control {
            width: auto;
        }

        .form-inline .input-group > .form-control {
            width: 100%;
        }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-bottom: 0;
        margin-top: 0;
        vertical-align: middle;
    }

        .form-inline .radio label,
        .form-inline .checkbox label {
            padding-right: 0;
        }

        .form-inline .radio input[type="radio"],
        .form-inline .checkbox input[type="checkbox"] {
            margin-right: 0;
            position: relative;
        }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        margin-bottom: 0;
        padding-top: 7px;
        text-align: right;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        font-size: 18px;
        padding-top: 11px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        font-size: 12px;
        padding-top: 6px;
    }
}


section > div {
    padding: 5px 0;
}

.custom-select, .custom-select-dynamic {
    width: auto;
    /* max-width: 130px;*/
    display: inline-block;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .custom-select, .custom-select-dynamic {
        width: auto;
        max-width: 100px;
        display: block;
    }
}



/*Daniel*/

.breadcrumb {
    background-color: #f5f5f5;
    border-radius: 4px;
    list-style: none;
    margin-bottom: 20px;
    padding: 8px 15px;
}

    .breadcrumb > li {
        display: inline-block;
    }

        .breadcrumb > li + li:before {
            color: #ccc;
            content: "/\00a0";
            padding: 0 5px;
        }

    .breadcrumb > .active {
        color: #777;
    }

.pagination {
    border-radius: 4px;
    display: inline-block;
    margin: 20px 0;
    padding-right: 0;
}

    .pagination > li {
        display: inline;
    }

        .pagination > li > a,
        .pagination > li > span {
            background-color: #fff;
            border: 1px solid #ddd;
            color: #337ab7;
            float: right;
            line-height: 1.42857143;
            margin-right: -1px;
            padding: 6px 12px;
            position: relative;
            text-decoration: none;
        }

        .pagination > li:first-child > a,
        .pagination > li:first-child > span {
            border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
            margin-right: 0;
        }

        .pagination > li:last-child > a,
        .pagination > li:last-child > span {
            border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
        }

        .pagination > li > a:hover,
        .pagination > li > span:hover,
        .pagination > li > a:focus,
        .pagination > li > span:focus {
            background-color: #eee;
            border-color: #ddd;
            color: #23527c;
            z-index: 2;
        }

    .pagination > .active > a,
    .pagination > .active > span,
    .pagination > .active > a:hover,
    .pagination > .active > span:hover,
    .pagination > .active > a:focus,
    .pagination > .active > span:focus {
        background-color: #337ab7;
        border-color: #337ab7;
        color: #fff;
        cursor: default;
        z-index: 3;
    }

    .pagination > .disabled > span,
    .pagination > .disabled > span:hover,
    .pagination > .disabled > span:focus,
    .pagination > .disabled > a,
    .pagination > .disabled > a:hover,
    .pagination > .disabled > a:focus {
        background-color: #fff;
        border-color: #ddd;
        color: #777;
        cursor: not-allowed;
    }

.pagination-lg > li > a,
.pagination-lg > li > span {
    font-size: 18px;
    line-height: 1.3333333;
    padding: 10px 16px;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pager {
    list-style: none;
    margin: 20px 0;
    padding-right: 0;
    text-align: center;
}

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            background-color: #fff;
            border: 1px solid #ddd;
            border-radius: 15px;
            display: inline-block;
            padding: 5px 14px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                background-color: #eee;
                text-decoration: none;
            }

    .pager .next > a,
    .pager .next > span {
        float: left;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: right;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        background-color: #fff;
        color: #777;
        cursor: not-allowed;
    }



.carousel {
    position: relative;
}

.carousel-inner {
    overflow: hidden;
    position: relative;
    width: 100%;
}

    .carousel-inner > .item {
        -o-transition: .6s ease-in-out left;
        -webkit-transition: .6s ease-in-out left;
        display: none;
        position: relative;
        transition: .6s ease-in-out left;
    }

        .carousel-inner > .item > img,
        .carousel-inner > .item > a > img {
            line-height: 1;
        }

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -o-transition: -o-transform .6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -webkit-transition: -webkit-transform .6s ease-in-out;
        backface-visibility: hidden;
        perspective: 1000px;
        transition: transform .6s ease-in-out;
    }

        .carousel-inner > .item.next,
        .carousel-inner > .item.active.right {
            -webkit-transform: translate3d(100%, 0, 0);
            right: 0;
            transform: translate3d(100%, 0, 0);
        }

        .carousel-inner > .item.prev,
        .carousel-inner > .item.active.left {
            -webkit-transform: translate3d(-100%, 0, 0);
            right: 0;
            transform: translate3d(-100%, 0, 0);
        }

            .carousel-inner > .item.next.left,
            .carousel-inner > .item.prev.right,
            .carousel-inner > .item.active {
                -webkit-transform: translate3d(0, 0, 0);
                right: 0;
                transform: translate3d(0, 0, 0);
            }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    right: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    right: 100%;
}

.carousel-inner > .prev {
    right: -100%;
}

    .carousel-inner > .next.left,
    .carousel-inner > .prev.right {
        right: 0;
    }

.carousel-inner > .active.left {
    right: -100%;
}

.carousel-inner > .active.right {
    right: 100%;
}

.carousel-control {
    background-color: rgba(0, 0, 0, 0);
    bottom: 0;
    color: #fff;
    filter: alpha(opacity=50);
    font-size: 20px;
    opacity: .5;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    top: 0;
    width: 15%;
}

    .carousel-control.left {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    }

    .carousel-control.right {
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
        left: 0;
        right: auto;
    }

    .carousel-control:hover,
    .carousel-control:focus {
        color: #fff;
        filter: alpha(opacity=90);
        opacity: .9;
        outline: 0;
        text-decoration: none;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right {
        display: inline-block;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        z-index: 5;
    }

    .carousel-control .icon-prev,
    .carousel-control .glyphicon-chevron-left {
        margin-right: -10px;
        right: 50%;
    }

    .carousel-control .icon-next,
    .carousel-control .glyphicon-chevron-right {
        left: 50%;
        margin-left: -10px;
    }

    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        font-family: serif;
        height: 20px;
        line-height: 1;
        width: 20px;
    }

        .carousel-control .icon-prev:before {
            content: '\203a';
        }

        .carousel-control .icon-next:before {
            content: '\2039';
        }

.carousel-indicators {
    bottom: 10px;
    list-style: none;
    margin-right: -30%;
    padding-right: 0;
    position: absolute;
    right: 50%;
    text-align: center;
    width: 60%;
    z-index: 15;
}

    .carousel-indicators li {
        background-color: #000 \9;
        background-color: rgba(0, 0, 0, 0);
        border: 1px solid #fff;
        border-radius: 10px;
        cursor: pointer;
        display: inline-block;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        width: 10px;
    }

    .carousel-indicators .active {
        background-color: #fff;
        height: 12px;
        margin: 0;
        width: 12px;
    }

.carousel-caption {
    bottom: 20px;
    color: #fff;
    left: 15%;
    left: 15%;
    padding-bottom: 20px;
    padding-top: 20px;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    z-index: 10;
}

    .carousel-caption .btn {
        text-shadow: none;
    }

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        font-size: 30px;
        height: 30px;
        margin-top: -10px;
        width: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-right: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-left: -10px;
    }

    .carousel-caption {
        padding-bottom: 30px;
        right: 20%;
        right: 20%;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}
 

/*boot 5*/

.form-group {
    margin-bottom: 5px;
}

.label_form {
    font-family: 'BYekan';
    text-align: left;
    padding-left: 10px;
    background-color: #EBECF5 !important;
    vertical-align: middle; 
    color: #29487D;
    font-size: 10pt;
    position: relative;
    padding-left: 12px;
}

.answer_form {
    background-color: #EFF0F3 !important; 
    position: relative;
}
.answer_form .form-control {
    display: inline-block !important;
    }
.alert {
    padding: 3px 6px;
    margin-bottom: 3px;
    font-size: 9pt; 
}

    .alert .close {
        margin-left: 10px;
        font-size: 12pt;
        color: #E62525;
    }

.form-select {
    min-width:90px;
    display: inline-block;
    padding: 4px;
}

input[type="radio"] {
    margin-left: 2px !important;
}

 

.tb_form {
    width: 100%;
}

@media (max-width: 768px) {

    .col-form-label {
        text-align: right !important;
        border-left: none !important;
        border-right: none;
        margin-bottom: 4px;
        border-bottom: 1px solid #999DC9;
    }
}


.btn-flip:hover,
{
    transition: background-color 0.5s ease;
}

.btn-flip:hover,
.btn:hover, .button:focus, .button.focus, .button:hover, .button:active, .button.active, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, input[type="submit"]:focus, input[type="reset"]:focus, input[type="button"]:focus, .LinkButton:hover, input[type="submit"]:hover {
    transition: all 0.5s ease;
    background: #D60000;
    border-color: #C62B2B;
    color: #FFF;
}

.btn-warning {
    color: #FFF;
}

.btn { 
    font-weight: normal;
    white-space: nowrap;
}

.btn-sm-2 {
    padding: 1px 5px !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
}


.btn-xs {
    padding: 1px 4px !important;
    font-size: 10px !important;
    line-height: 1.5 !important;
    border-radius: 3px !important;
    margin-bottom: 3px;
}

.btn-info {
    color: #FFF;
}


.tablescroll table td {
    border: 1px solid #B6BBCA;
    font-size: 90%;
    padding:   4px;
}

.tablescroll tbody td {
    text-align: center;
    font-family: "NegarCMS"; 
}

.tablescroll_foot td {
    border: 1px solid #B6BBCA !important;
    background-color: #38497D;
    font-size: 90% !important;
    padding: 8px 0px !important;
    text-align: center !important;
}

#panelShow {
    padding: 20px;
    margin-bottom: 10px;
    background-color: #FFF;
}


@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container { 
        max-width: 90%;
    }
}

@media (min-width: 768px) {
    .container-md, .container-sm, .container { 
        max-width: 90%;
    }
}

@media (min-width: 576px) {
    .container-sm, .container { 
        max-width: 90%;
    }
}

.tablescroll table {
    width: 100% !important;
    margin: inherit;
    padding: inherit;
}

textarea.form-control {
    width: 100%;
}

input[type="checkbox"] { 
    margin-left: 5px;
}

.btn {
    vertical-align: top;
    font-family: "NegarCMS";
}

    .btn:disabled, .btn.disabled, fieldset:disabled .btn {
        color: #4D4D51;
        pointer-events: none;
        background-color: #B7B9BF;
        border-color: #B7B9BF;
        opacity: 0.5;
    }


.bg-primary {
    background-color: #38497D !important;
}

.input-group-text {
    font-family: 'Calibri','BYekan';
    letter-spacing: 1px;
    font-weight: 600;
}

.gridWarningRow td span, .gridAlternateRow td span, .gridRow td span {
    display: inline-block;
    max-height: 30px;
    line-height: 14px;
    vertical-align: middle;
}

.mytb td, .mytb th {
    padding: 3px;
    text-align: left;
}


#_trFormGeneratorInputField1, #_trFormGeneratorInputField1 > td {
    border-bottom: 0 !important;
}

.mytb textarea, .mytb input[type="text"] {
    direction: ltr;
}
 

.alert-dismissible .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #FF2E25; 
}


.input-group > :not(:first-child):not(.dropdownboot-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
   /* margin: 0;
    padding: 2px 7px;*/
}

.input-group .btn {
    position: relative;
     z-index: 0; 
}
 

.btn-close {
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
    background: transparent var(--bs-btn-close-bg) center/1em auto no-repeat;
}