@charset "UTF-8";

body {
    direction: rtl;
    cursor: default;
}

.english {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.comment {
    color: #444;
    font-weight: normal;
    font-size: 12px;
}

.comment.important {
    color: red;
    font-weight: bold;
}

.content-wrapper {
    overflow: auto;
}

#text-content, .text-content {
    padding: 0 15px 10px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: justify;
}

#text-content > .button.back, .text-content > .button.back {
    float: left;
    margin-top: 10px;
}

.main-content {
    min-height: 400px;
    padding-bottom: 100px;
}

.select2 {
    width: 100% !important;
}

.button {
    margin-left: 5px;
}

.button.large {
    display: inline-block;
    float: none;
    font-size: 14px;
    font-weight: bold;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.buttons.bottom {
    margin-top: 10px;
}

.captcha {
    border: 1px solid silver;
    -webkit-box-shadow: 0 0 5px lightblue;
    -moz-box-shadow: 0 0 5px lightblue;
    box-shadow: 0 0 5px lightblue;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.spinner {
    border: 1px solid #ccccff;
    border-top-color: #0085ff;
    border-radius: 50%;
    display: inline-block;
    -webkit-animation: spin 2s linear infinite;
    -o-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.spinner.s16 {
    width: 16px;
    height: 16px;
    border-width: 3px;
}

.spinner.s24 {
    width: 24px;
    height: 24px;
    border-width: 5px;
}

.spinner.s32 {
    width: 32px;
    height: 32px;
    border-width: 5px;
}

#global-loading {
    z-index: 10000 !important;
}

#global-loading .box {
    padding: 10px;
}

#global-loading .box * {
    margin: 5px;
    vertical-align: middle;
}

#quickbox {
    display: none;
}

.modal {
    position: fixed;
    overflow: auto;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    display: none;
    z-index: 10000;
}

.modal .box {
    display: table;
    width: auto;
    min-width: 200px;
    max-width: 600px;
    overflow: auto;
    background: white;
    margin: 40px auto 0 auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-transition: transform ease 0.3s;
    -moz-transition: transform ease 0.3s;
    -ms-transition: transform ease 0.3s;
    -o-transition: transform ease 0.3s;
    transition: transform ease 0.3s;
}

.modal .title {
    padding-right: 10px;
    height: 42px;
    line-height: 40px;
    background: #eee;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

.modal .close {
    float: left;
    display: block;
    height: 42px;
    width: 42px;
    line-height: 42px;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    color: gray;
    margin-left: 0;
    font-size: 1em;
}

.modal .modal-content {
    padding: 10px;
    margin: 0;
    overflow-x: auto;
    /*max-height: 400px;*/
}

.modal .close:hover, .modal .close:focus {
    color: white;
    background: #aaa;
    border-radius: 4px 0 0 0;
}

.modal .buttons {
    padding-top: 10px;
}

.modal .form th {

}

.modal p {
    margin: 5px;
}

.datasource {
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: auto;
}

.datasource-total {
    font-size: 10px;
    font-style: italic;
    margin: 10px;
}

.semi-table {
    display: table;
}

.tr {
    display: table-row;
}

.th {
    font-weight: bold;
}

.td, .th {
    display: table-cell;
    padding: 2px;
}

.dataview {
    padding: 1px;
}

.dataview table {
    border-collapse: separate;
}

.dataview thead th {
    background: #87c4ff;
    color: #000553;
    padding: 3px;
}

.dataview th a[data-sort] {
    color: black;
    display: block;
    transition: none;
}

.dataview th:hover {
    background: #0085ff;
}

.dataview th:hover a[data-sort], .dataview th:hover {
    color: white;
}

.dataview td {
    background: #f6f6f6;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 30px;
    /*min-width: 10px;*/
    padding: 5px !important;
    border: 1px solid transparent;
    border-left: 1px solid #ddd;
    /*-webkit-transition: linear 0.1s;*/
    /*-moz-transition: linear 0.1s;*/
    /*-ms-transition: linear 0.1s;*/
    /*-o-transition: linear 0.1s;*/
    /*transition: linear 0.1s;*/
}

.dataview tr:nth-child(2n+1) > td {
    background: #f0f0f0;
}

.dataview tr:hover td {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    background: #fff;
    color: black;
}

.dataview tr:hover td:first-child {
    border-right: 1px solid #eee;
}

.dataview tr:hover td:last-child {
    border-left: 1px solid #eee;
}

.datasource .pagination {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    height: auto;
    font-size: inherit;
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.datasource .pagination a {
    display: inline-block;
    line-height: 32px;
    margin: 5px 0;
}

.filters {
    margin-bottom: 10px;
}

.filters button, .filters .btn, .filters .button {
    margin-top: 5px;
}

.filter td {
    padding-left: 10px;
    padding-bottom: 5px;
}

.form .form-group {
    display: block;
}

.form-control {
    height: 35px;
}

.form .form-control {
    float: none;
    margin-top: 5px;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.modal ul li {
    color: black;
    float: none;
}

.modal * {
    float: none;
}

.checklist {
    list-style: none;
    padding-right: 20px;
}

.parameters {
    direction: ltr;
    list-style: square;
}

.parameters h4 {
    direction: rtl;
    margin-top: 20px;
    margin-bottom: 20px;
}

.parameters li {
    margin-top: 12px;
    border-bottom: 1px solid silver;
}

.parameters .example {
    float: right;
    padding: 5px;
    direction: rtl;
    background: #ccf;
    margin-top: -10px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

@media screen and (min-width: 640px) {
    .watermark-bl {
        position: fixed;
        left: 10px;
        bottom: 10px;
        z-index: 99999999;
    }
}

.poll-button .button {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 10px #6db1e2;
    -moz-box-shadow: 0 0 10px #6db1e2;
    box-shadow: 0 0 10px #6db1e2;
    background: #00c0ff;
    font-size: 12px;
    min-width: 80px;
    border: 0;
    margin: 0;
}

.poll {
    font-size: 12px;
    text-align: center;
}

.poll hr {
    border: 1px solid #eee;
}

.poll .poll-ratings {
    margin: auto;
}

.poll .poll-ratings table {
    border: 0;
    margin: 10px auto;
    float: none;
}

.poll .poll-ratings td {
    border: 0;
    padding: 0 5px;
    vertical-align: middle;
}

.poll .poll-ratings img {
    width: 36px;
    padding: 4px;
    -webkit-transition: ease 0.1s;
    -moz-transition: ease 0.1s;
    -ms-transition: ease 0.1s;
    -o-transition: ease 0.1s;
    transition: ease 0.1s;
}

.poll .poll-ratings label:hover img {
    width: 44px;
    padding: 0;
}

.poll .poll-ratings label {
    cursor: pointer;
}

.poll .poll-ratings input {
    display: none;
}

.poll .poll-ratings .number {
    border: 1px solid transparent;
    -webkit-transition: ease 0.1s;
    -moz-transition: ease 0.1s;
    -ms-transition: ease 0.1s;
    -o-transition: ease 0.1s;
    transition: ease 0.1s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    height: 25px;
    line-height: 25px;
    width: 25px;
    margin: auto;
}

.poll .poll-ratings input:checked + .number {

    -webkit-box-shadow: 0 0 5px silver;
    -moz-box-shadow: 0 0 5px silver;
    box-shadow: 0 0 5px silver;
    font-weight: bold;
    border: 1px solid gray;
}

.poll .poll-checklist {
    list-style: none;
    overflow: hidden;
    margin: 10px 0;
    float: none;
}

.poll .poll-checklist > li {
    width: 50%;
    min-width: 100px;
    display: block;
    float: right;
    text-align: right;
}

.poll .other {
    display: none;
    text-align: right;
    margin: 0 10px 10px 10px;
}

.poll .poll-step2 {
    display: none;
}

.poll input[type='text'] {
    display: block;
    width: 100%;
    border: 1px solid silver;
    padding: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    font: inherit;
    background: white;
    -webkit-transition: 0.1s linear;
    -moz-transition: 0.1s linear;
    -ms-transition: 0.1s linear;
    -o-transition: 0.1s linear;
    transition: 0.1s linear;
}

.poll input[type='text']:focus {
    -webkit-box-shadow: 0 0 5px #99f;
    -moz-box-shadow: 0 0 5px #99f;
    box-shadow: 0 0 5px #99f;
}

/* small devices or larger */
@media all and (min-width: 481px) {
    .filemanager {
        width: 460px;
    }
}

/* large devices */
@media all and (min-width: 1230px) {
}

/* medium devices or larger */
@media all and (min-width: 768px) {
}

/* medium devices or smaller */
@media all and (max-width: 1229px) {
}

/* small devices */
@media all and (max-width: 768px) {
}

/* extra small devices */
@media all and (max-width: 480px) {
    .modal {
        /*background: rgba(255, 255, 255, 0.8);*/
    }

    .modal .box {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: 0 0 2px black;
        box-sizing: border-box;
        font-size: 10px;
        display: block;
        position: absolute;
        margin: 0;
        left: 10px;
        top: 10px;
        right: 10px;
    }

    .modal .title {
        font-size: 10px;
        height: 30px;
        line-height: 30px;
        background: #eee;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
    }

    .modal .close {
        height: 30px;
        width: 30px;
        padding: 3px;
    }
}