﻿/*DashboardContent*/
.result-generated-url {
    display: none
}

/*DashboardCategory*/
.category .category-container .card-body {
    padding-bottom: 0px;
    padding-top: 5px;
    border-radius: 5px;
    padding-right: 5px;
    padding-left: 10px;
    background-color: #dedede;
}

.category .category-container .card-body.main-category {
    background-color: #c2c2c2;
}

.category .btn-list {
    text-align: left;
    padding-top: 5px;
}

.category .label-id {
    text-align: center;
    max-width: 50px;
    background-color: #ccc;
}

.category .input-relative {
    max-width: 50px;
}

.category .form-control {
    display: inline-block !important;
    margin-right: 5px;
}

.category .input-title {
    width: 60%
}

.category .btn.btn-sm,
.question-ops .btn.btn-sm {
    margin-left: 2px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.category .card-footer {
    text-align: center !important;
}

.category .btn-list form {
    display: inline-block;
}

/* Form Validation */
.field-validation-error,
.validation-summary-errors {
    width: 100%;
    margin-top: 0.25rem;
    color: #ec2d38;
}

.field-validation-error {
    font-size: 87.5%;
}

.validation-summary-errors {
    font-size: 100%;
}

/* Account */
.resend-code {
    display: none;
}

span.input-group-addon.addon-right {
    border-radius: 0 0.25rem 0.25rem 0 !important;
    border-right-color: rgba(107, 122, 144, 0.1)!important;
}

.form-control.addon-right {
    border-radius: 0.25rem 0 0 0.25rem !important;
}

input.form-control.addon-left {
    border-radius: 0 0.25rem 0.25rem 0 !important;
}

.ajax-loader {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1029;
    background: rgba(0, 0, 0, 0.35);
    text-align: center;
    display: none;
}

.ajax-loader.show{
    display:block;
} 

.transparent-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1029;
    background: rgb(0, 0, 0, 0.00);
    text-align: center;
}

.ajax-loader img {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 45%;
    margin: 0 auto;
}

.timer {
    height: 80px;
}

.coutndown-wrapper, .coutndown-wrapper-time {
    left: 50%;
    transform: translateX(-50%);
}

.account-logo {
    max-height: 60px;
}

/* Image */
.img-thumbnail{
    width: 150px;
    height: 150px;
}
.img-thumbnail.xs {
    width: 100px;
    height: 100px;
}
img.rounded-s {
    width: 75px;
    height: 75px;
}

/*Pagination*/
.pagination {
    direction: ltr;
}
#page-result-container {
    position: relative;
}

/* Blog */
#blog-menu-container img {
    width: 50px;
    padding-top: 13px;
}

#blog-menu-container {
    height: 72.656px;
}
.card-post .card-aside-column img {
    height: 100%;
    background-position: center;
}
.card-post .card-aside-column {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width:200px;
}
.card-post .ribbone {
    width: 0;
    right: 100%;
}

/* Index */

.item .card {
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 768px) {
    .about-us-image {
        max-width: 200px;
        margin:.5rem;
    }
}

/* Course */
.course-img:hover, .post-img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.course-img, .post-img {
    background: #1c2938;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.course-card, .post-card {
    max-width: 276px;
}

.course-card .course-title, .post-card .post-title{
        line-height: 1.4;
}

.course-data dt {
    width: 150px;
    color: #1753fc;
}

.course-data-wrapper {
    padding: 30px 0 0;
}

.course-data-wrapper dl {
    margin-bottom: 5px;
}

.course-data-wrapper .course-data dt {
    float: right;
}

.course-data-wrapper .course-data dd {
    margin-left: 2rem;
    margin-bottom: 0;
    vertical-align: baseline;
}

.variables .form-group{
    text-align:right;
}
.ribbone .pulse{
    cursor: default;
}
.ribbon1:after {
    top: 11.0px;
    position: relative !important;
    border-left: 24px solid transparent;
}

.ribbon1.active span {
    background: #22c03c;
}

.ribbon1.active:after {
    border-top: 13px solid #22c03c;
}

.search-form{
    display: inherit;
}
/* Commenting */
.post-links {
    font-size: 130%;
}
.vote-sum{
    direction: ltr;
}

.post-links > li + li:before {
    padding: 0 4px 0 1px !important;
}

.post-links li { 
    margin-top: 3px !important;
}

.input-reply {
    width: 100%;
    resize: none;
    height: 44px;
    border-radius: 0px 5px 5px 0px;
}

#form-independent textarea, .input-reply {
    padding: 12px 15px;
}

.btn-send-reply {
    border-radius: 5px 0px 0px 5px;
}

.form-reply {
    display: inherit;
    width: 100%;
}

.reply-container {
    display: none;
}

.btn-show-reply {
    margin-top: 7px;
}
/* Exam */
#questions-container textarea {
    height: calc(2.25rem + 2px)
}
.card-choice .big-round-number {
    height: 2.5em;
    width: 2.5em;
    min-width: 2.5em;
}
#questions-container .big-round-number p {
    font-size: 1.2rem;
    padding-top: 0.25rem !important;
}

.card.add-question button.disabled,
a.btn.disabled {
    cursor: not-allowed;
}
a.btn.disabled:active {
    pointer-events: none;
}
a.btn.disabled {
    pointer-events:unset;
}
/*اصلاح سوتی های تم*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}
.input-group-append button {
    border: 0;
}
.ribbon1.active span:after,
.ribbon1.active span:before {
    background: #17892a;
}
.expanel-body {
    border: 1px solid #1753fc;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%) !important;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05) !important;
}

.expanel-body {
    padding: 15px !important;
}

.expanel-primary > .expanel-heading {
    color: #fff !important;
    background-color: #1753fc !important;
    border-color: #1753fc !important;
}

.expanel-heading {
    padding: 10px 15px !important;
    border-bottom: 1px solid rgba(255,255,255,0.04);
}

strong label {
    font-weight: 600!important;
}

/* Circle Char */
.chart-circle {
    display: block;
    height: 7rem;
    width: 7rem;
    position: relative;
    margin: 0 auto;
}

.chart-circle canvas {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.chart-circle-value {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 1;
}

/* Report */
.stiJsViewerToolBarTable:first-of-type tr:first-child td:first-child {
    padding: .2rem;
}
.stiJsViewerToolBarTable:first-of-type {
    border-radius: 5px !important;
    border-color: #1753fc;
}
#NetCoreViewerReportPanel .stiJsViewerPage {
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-top: 1rem !important;
    border-color: #1753fc !important;
    border-radius: 5px !important;
}
.stiJsViewerClearAllStyles {
    direction: ltr !important
}
.stiJsViewerClearAllStyles {
    margin: auto !important
}
.stiJsViewerPage table {
    direction: ltr !important
}
.stiWatermarkText{
    min-width:unset!important;
}
.card-report {
    max-width: 880px;
}
.card-report .card-body {
    min-height: 400px;
}

/* About Us*/
.panel-contact {
    box-shadow: 0 0 30px 0 rgb(255 255 255 / 5%);
    border: 1px solid rgba(107,122,144,.1);
}
.panel-contact .list-group-item:first-child {
    border-top: 0;
}

/* OWL */
.owl-dots {
    text-align: center;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-carousel .owl-dots.disabled {
    display: block !important;
}

/* Other */
.state-valid.copy-content {
    padding-right: 2rem;
    background: url("data:image/svg+xml;charset=utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%235eba00' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='fa fa-file-picture-o'><path d='M17.391,2.406H7.266c-0.232,0-0.422,0.19-0.422,0.422v3.797H3.047c-0.232,0-0.422,0.19-0.422,0.422v10.125c0,0.232,0.19,0.422,0.422,0.422h10.125c0.231,0,0.422-0.189,0.422-0.422v-3.797h3.797c0.232,0,0.422-0.19,0.422-0.422V2.828C17.812,2.596,17.623,2.406,17.391,2.406 M12.749,16.75h-9.28V7.469h3.375v5.484c0,0.231,0.19,0.422,0.422,0.422h5.483V16.75zM16.969,12.531H7.688V3.25h9.281V12.531z'></path></svg>") no-repeat center right 0.5rem/1rem;
}

.break-line {
    white-space: pre-line;
}

select .btn-loading {
    visibility: hidden;
}

.big-round-number {
    display: block;
    text-align: center;
    height: 3em;
    width: 3em;
    border-radius: 50% !important;
}

.big-round-number p {
    font-size: 1.4rem;
    padding-top: 0.25rem !important;
}

.html-input {
    visibility: hidden;
    width:0;
    height:0;
}