html {
    direction: rtl;
    text-align: right;
    scroll-behavior: smooth;
}

a:hover, a:focus, a:active, a, img {
    text-decoration: none;
}

i {
    vertical-align: middle;
}

img {
    vertical-align: middle;
    text-align: center;
    border: none;
    color: #5c5e5c;
    font-size: 5px;
    max-width: 100%;
}

a:focus {
    outline: 0 none;
}

td {
    vertical-align: middle !important;
}

bdo[dir=ltr] {
    direction: ltr
}

bdo[dir=rtl] {
    direction: rtl
}

.d-flex {
    display: -webkit-flex;
    display: -webkit-flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
}

.d-table-cell {
    display: -webkit-table-cell;
    display: -ms-table-cell;
    display: table-cell !important;
}

.d-table {
    display: -webkit-table !important;
    display: -ms-table !important;
    display: table !important;
}

fieldset {
    border: none;
}

textarea {
    resize: none;
}

label {
    cursor: pointer;
    font-weight: normal;
}

ul, li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
}

figure {
    margin: 0 !important;
    overflow: hidden;
    transition: all 0.8s ease-in;
}

ul, p, hr, h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

input, select {
    vertical-align: middle;
}

    input[readonly] {
        background-color: #e1e1e1;
    }

.field {
    margin-bottom: 5px;
}

.DateHTML {
    margin: 0px;
    padding: 0px 2px 0px 2px;
    width: 110px;
    height: 19px;
    line-height: 0;
}

.DateHTMLinput {
    background: white none repeat scroll 0 0;
    border-width: 0;
    height: auto;
    margin: 0;
}

.InputComment {
    color: #F76F08;
    font-size: 12px;
    font-weight: normal;
}

.PagingBar {
    margin-top: 10px;
    position: relative;
}

.TagsLink {
    background-color: transparent;
    padding: 2px 4px;
    margin-top: 10px;
}

#TagTitle, #TagTitle:hover {
    background: transparent;
    color: #282828;
    padding: 3px 4px 0;
}

.TagsLink li {
    background-color: #0a6ca9;
    border-radius: 3px;
    display: block;
    float: right;
    height: 16px;
    line-height: 13px;
    margin: 5px 2px 8px;
    padding: 4px 8px 2px;
}

    .TagsLink li a, .TagsLink li a:visited, .TagsLink li a:link, .TagsLink li a:active {
        color: #fff !important;
        display: block;
        text-decoration: none;
        font-size: 11px;
    }

        .TagsLink li:hover, .TagsLink li:hover > a, .TagsLink li a:hover {
            background-color: #ea775a;
            color: #ffffff;
        }

.navbar_module {
    display: flex;
}

.NavCat {
    margin: 0;
    padding: 0;
}

.NavCat-rtl {
    float: right;
}

.NavCat-ltr {
    float: left;
}

.NavCat li {
    text-align: center;
}

.NavCat-rtl li {
    float: right;
}

.NavCat-ltr li {
    float: left;
}

.NavCat .pre {
    width: 11px;
    height: 21px;
}

.NavCat .mid {
    padding-top: 0px;
}

.NavCat-rtl .mid {
    padding-left: 12px;
}

.NavCat-ltr .mid {
    padding-right: 12px;
}

.NavCat .mid, .NavCat .mid a {
    font-size: 16px;
}

.NavCat .post {
    background: url(../images/gui/nav2.png) no-repeat scroll center 56% transparent;
    height: 26px;
    width: 10px;
}

.NavCat-ltr .post {
    transform: rotate(180deg);
}

#NavCat1 .pre {
    width: 0;
}

#NavCat1 .mid {
}

#NavCat1 .post {
}

#NavCatLast .pre {
}

#NavCatLast .post {
    font-weight: bold;
}

@media (max-width: 575px) {
    .NavCat .mid, .NavCat .mid a {
        font-size: 12px;
    }
}

.NotFound {
    color: #e18383;
    font-size: 15px;
    line-height: 1.5em;
    padding: 10px;
    text-align: center;
    display: inline;
    font-weight: bold;
}

.fckcnt {
    text-align: justify;
    max-width: 100%;
}

    .fckcnt p {
        font-size: 16px;
        line-height: 2.4;
        color: #040303;
    }

    .fckcnt ul {
        list-style-position: inside;
        list-style-type: inherit;
    }
    .fckcnt li {
        list-style-position: inside;
        list-style-type: inherit;
    }

    .fckcnt a {
        color: #007fe9
    }

        .fckcnt a:hover {
            color: #3fa5fa
        }

    .fckcnt img {
        max-width: 100% !important;
        width: auto;
    }

    .fckcnt .img-align-left {
        border-radius: 5px;
        margin-right: 16px;
        float: left;
    }

@media (max-width:767px) {
    .fckcnt img {
        height: auto !important;
    }
}


.VotingBox {
    line-height: 2.5em;
    font-size: 11px;
    padding: 2px 4px;
}

#BtnSaveVote, #BtnViewVote {
    height: 22px;
}

.VotingBox * {
    font-size: 12px;
}

.Weather {
    line-height: 25px;
    padding-bottom: 10px;
}

.redstar {
    color: red;
}

/* file manager  */
.fmmain {
    text-align: center;
}

.fmlist {
    border: 1px solid #D6DFE1;
    border-radius: 2px;
    float: left;
    height: 95px;
    margin: 1px 1px 0;
    padding: 2px 1px;
    width: 25%;
}

    .fmlist:hover {
        background: #EAF1F4;
    }

.fmname {
    display: block;
    text-align: center;
}

.fmheader {
    border: 1px solid #cfd0d5;
    height: 20px;
    padding-bottom: 5px;
    padding-left: 15px;
    padding-top: 9px;
    text-align: left;
    margin-bottom: 2px;
    position: relative;
}

    .fmheader a {
        text-decoration: underline;
        color: #5655C1;
    }

.fmlistflie {
    border: 0px solid #cfd0d5;
    float: right;
    min-height: 300px;
    max-height: 550px;
    width: 68%;
    overflow: auto;
}

.fmtree {
    border: 1px solid #cfd0d5;
    float: left;
    min-height: 300px;
    max-height: 550px;
    width: 30%;
    overflow: auto;
    margin-bottom: 10px;
    padding: 0 5px 5px;
}

.frmlister {
    float: right;
    margin-right: 5px;
}

    .frmlister img {
        cursor: pointer;
        border: 1px solid #5F5F5F;
    }

        .frmlister img:hover {
            box-shadow: 0 0 3px gray;
        }

/* MyLightBox */
#MyLightBoxSurface {
    position: absolute;
    border-width: 0;
    background-color: #efefef;
    overflow: hidden;
    left: 0;
    top: 0;
    width: 0;
    height: 0%;
    z-index: 1000;
    opacity: 0;
    filter: alpha(opacity=0);
}

#MyLightBoxDiv {
    position: absolute;
    border: double 4px #390101;
    background-color: #DAE6ED;
    overflow: hidden;
    z-index: 1001;
    box-shadow: 0 0 4px #778A9C;
    border-radius: 5px 5px 0 0;
}

#MyLightBoxTitle {
    height: auto;
    border-bottom: solid 1px #ABAAAA;
}

#Sp_MyLightBoxTitle {
    display: block;
    cursor: move;
    width: 100%;
    height: 20px;
    text-align: center;
    border-bottom: solid 1px #454545;
    font-weight: bold;
    padding-top: 4px;
    background-color: #AFB6BA;
}

#MyLightBoxContent {
    overflow: auto;
    width: 100%;
    height: 94%;
    position: relative;
}

#MyLightBoxContentCover {
    position: absolute;
    left: 0pt;
    top: 0pt;
    width: 100%;
    height: 100%;
    background-color: white;
    z-index: 1002;
    opacity: 0.1;
}

#MyLightBoxContent_Iframe {
    width: 100%;
    height: 100%;
    overflow: auto;
    border-width: 0;
    background-color: white;
}

#MyLightBoxContent_Passage {
    margin: 3px auto;
    width: 97%;
    line-height: 1.3em;
    word-wrap: break-word;
}

#MyLightBoxCloseBtn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    margin: 3px;
}

/* Comment */
.Comment {
    border: 1px solid #e2e3ed;
    margin: 11px 0;
    padding: 13px;
    position: relative;
    text-align: right;
    background-color: #f9f7f7;
    border-radius: 4px;
}

.CmdByAdmin {
    background-color: #f4f4f4;
    color: #0b6a77;
    margin: 0 5% 10px 11px;
}

.Comment p {
    margin: 3px 28px;
}

.DelComment {
    background: url(../Images/gui/closer_16.png) no-repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 20px;
    position: absolute;
    left: 5px;
    top: 5px;
    width: 17px;
}

.CommentDate {
    font-size: 11px;
    left: 3px;
    position: absolute;
    top: 1px;
}

/*FAQ*/
#BtnFAQ {
    background-color: #2da64d;
    border: 2px solid #5cce75;
    color: #fff;
    border-radius: 3px 3px 3px 3px;
    margin-bottom: 10px;
    padding: 5px;
    width: 114px;
}

    #BtnFAQ:hover {
        background-color: #179037;
        border: 2px solid #5cce75;
    }

/* GALLERY */
.galleryitem {
    display: block;
    margin-bottom: 5px;
    padding: 0px;
    position: relative;
    text-align: center;
}

    .galleryitem:hover {
        background-color: #efefef;
        color: #005fb8;
        padding: 3px;
        transition: all 0.1s ease-in;
    }

.gallerytitle {
    color: #323B3A;
}

.galleryitem .img-thumbnail {
    width: 100%;
}

/**/
.newsDate {
    color: #5e716d;
    float: right;
    font-size: 11px;
}

.newsDateSep {
    margin-left: 5px;
    margin-right: 2px;
    height: 18px;
    border-left: solid 1px #c8c8c8;
}

.ratingBox {
    height: 23px;
    margin: 0 auto;
    width: 105px;
    float: left;
}

/* Standard */
.button[disabled], .button[disabled]:active, .button[disabled]:hover, .button[disabled]:focus {
    background: #a3a3a3;
    border-color: #858484;
    color: #ededed;
    cursor: not-allowed;
}

.button.wait {
    cursor: wait /*progress*/;
}

.BlockImgThumb {
    height: 25px;
    width: 30px;
    float: right;
    display: block;
    margin-left: 2px;
}

/* TABLE */
.tablelist td, tr, th {
    border: none;
    padding: 4px 5px;
    font-size: 12px;
}

.tablelist {
    border: solid 1px #3C7E00;
    color: #323B3A
}

    .tablelist th {
        background: #002F00;
        background-position: -30px 0px;
        border-left: solid 1px #3C7E00;
        color: #FFF;
        height: 30px;
        text-align: center;
    }

    .tablelist td {
        border: solid 1px #3C7E00;
    }

    .tablelist tr {
        border-bottom: solid 1px #3C7E00;
        border-top: solid 1px #3C7E00;
    }

    .tablelist .odd {
        background: #F5F5F5;
        text-shadow: 1px 1px 0px #FFF;
    }

.ltr {
    direction: ltr;
}

.lblrequired:before {
    color: red;
    content: "*";
    font-size: 20px;
    font-weight: normal;
    line-height: 0.0001em;
    padding-left: 4px;
}

.refreshCaptcha-inpt {
    height: 42px;
}

.CaptchaThumb {
    object-fit: cover;
    object-position: center;
    max-width: 6rem;
    transform: scale(1.5);
}

.CaptchaBox {
    background: url(../Images/gui/Loaders/smallsquare_loader.gif) no-repeat scroll center center #f5f5f5;
    border: 3px solid #d1d8d8;
    height: 50px;
    overflow: hidden;
    text-align: center;
    border-radius: 5px;
}

    .CaptchaBox:hover {
        border: 3px solid #7f8282;
        cursor: pointer;
    }

.CaptchaTitle {
    text-align: right;
    padding: 5px 0px 3px;
}

.CaptchaLoader {
    cursor: pointer;
    border: 1px solid gray;
    background: gray;
    float: right;
}

/* Uploader */
.UploadHelp {
    color: #a30000;
    position: absolute;
    right: 250px;
    top: 6px;
    vertical-align: middle;
}

.AttachBox {
    direction: ltr;
    margin: 3px;
    position: relative;
}

    .AttachBox h3, .AttachBox p {
        line-height: 1.2em;
    }

    .AttachBox li {
        padding-bottom: 5px;
        position: relative;
    }

.fileUpload {
    overflow: hidden;
    position: absolute;
    right: 150px;
    top: 0;
}

.AttachDrop {
    position: relative;
    height: 35px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 29px;
    cursor: pointer;
    opacity: 0;
}

.Img_Head {
    display: inline-block;
    font-weight: 700;
    margin-top: 8px;
}

select.form-control, input.form-control, textarea.form-control {
    font-size: 13px;
}

.form-group label {
    font-weight: normal;
    display: inline-block;
}

@media print {
    html, body {
        background: #fff !important;
    }
}

/*modal-form*/
.modal .close {
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
}

    .modal .close:hover, .modal .close:focus {
        color: #000;
        text-decoration: none;
        cursor: pointer;
        opacity: 0.5;
    }

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #2f343b
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.in {
        opacity: 0.85;
    }

.modal .form-control {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #a17090;
    border-radius: 5px;
    box-shadow: none;
    color: #2f343b;
    display: block;
    font-weight: normal;
    line-height: 1.42857;
    padding: 6px 12px;
    width: 100%
}

.modal.checkbox label, .modal .radio label {
    display: inline-block;
    font-weight: 300;
    vertical-align: middle
}

.modal .radio label, .modal .checkbox label {
    cursor: pointer;
    font-weight: normal;
    margin-bottom: 0;
    min-height: 1em;
    padding-left: 20px
}

.modal-header .close {
    color: #a17090;
    opacity: 1;
    transition: opacity 0.3s ease 0s
}

.modal-content .button.transparent.button-arrow {
    background: #a17090 none repeat scroll 0 0;
    border-color: #a17090;
    color: #fff;
    float: left;
}

.modal .btn.btn-success {
    background: #a17090;
    color: #FFF;
    border-color: #a17090;
    float: left
}

.modal .checkbox input {
    margin-right: 9px;
    float: right;
    margin-top: 7px
}

.login-form {
    display: inline-block;
    width: 100%;
}

.form-group label {
    display: inline-block;
}


@media (min-width: 576px) {
    .modal-sm {
        max-width: 300px;
    }

    .modal-dialog {
        max-width: 500px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px;
    }
}


@media only screen and (max-width:768px) {
    .text-center-mobile {
        text-align: center !important
    }
}

/* #region -------- Paging */
.main-pager {
    height: 36px;
    margin: 18px auto;
    text-align: center;
    direction: ltr;
}

    .main-pager ul {
        display: inline-block;
        *display: inline; /* IE7 inline-block hack */
        *zoom: 1;
        margin-left: 0;
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    }

    .main-pager li {
        display: inline;
        float: left;
    }

    .main-pager a {
        background-color: #fff;
        float: right;
        padding: 0 14px;
        line-height: 34px;
        text-decoration: none;
        border: 1px solid #ddd;
        border-right-width: 0;
    }

        .main-pager a:hover, .main-pager a.pager-current {
            background-color: #23adb8;
            color: #fff;
        }

        .main-pager a.pager-disabled, .main-pager a.pager-disabled:hover {
            color: #C0C0C0;
            background-color: #f6f6f6;
            cursor: default;
        }

    .main-pager li:first-child a {
        border-radius: 4px 0 0 4px;
    }

    .main-pager li:last-child a {
        border-radius: 0 4px 4px 0;
        border-right-width: 1px;
    }

/*#endregion*/

#button-to-top {
    background: #1d8486;
    border: 2px solid #e6bb6d;
    border-radius: 50%;
    bottom: 26px;
    color: #e6bb6d;
    display: block;
    font-size: 35px;
    height: 40px;
    position: fixed;
    right: 16px;
    text-align: center;
    transition: background 0.3s ease 0s,color 0.2s ease 0s,bottom 0.5s ease;
    width: 40px;
    z-index: 1000;
    animation: an-border-color 3s infinite alternate;
}

    #button-to-top:hover {
        bottom: 23px;
        transition: bottom 0.5s ease;
    }

@-webkit-keyframes an-border-color {
    0% {
        border: 1px solid #e6bb6d;
    }

    100% {
        border: 1px solid #e9af3f;
    }
}

@keyframes an-border-color {
    0% {
        border: 1px solid #e6bb6d;
    }

    100% {
        border: 1px solid #e9af3f;
    }
}

#NavCatLast .post {
    display: none;
}

/***** Scrollbar ************/
/* width */
::-webkit-scrollbar {
    width: 10px !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #b2bcd9;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #9d989b;
    }

/***** Select2 *******/
.select2-container {
    width: 100% !important
}

.select2-results__options::-webkit-scrollbar {
    width: 12px;
    background-clip: padding-box;
}

.select2-results__options::-webkit-scrollbar-track {
    /*background-color: #ae5586;*/
    height: 8px;
    background-clip: padding-box;
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-thumb {
    background-clip: padding-box;
    /*background-color: #9f5098;*/
    border-right: 10px solid rgba(0, 0, 0, 0);
    border-top: 10px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid rgba(0, 0, 0, 0);
}

.select2-results__options::-webkit-scrollbar-button {
    display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    /*background: #ac558a;*/
    color: #e5dede;
}

/****** Audio ******/
audio {
    border-radius: 28px;
    background-color: #e0edde;
    max-width: 100%;
    width: 100%;
}

    audio::-webkit-media-controls-panel {
        background-color: #e0edde;
    }

    audio::-webkit-media-controls-current-time-display {
        color: #5c5e5c;
        font-weight: bold;
    }

    audio::-webkit-media-controls-time-remaining-display {
        color: #5c5e5c;
        font-weight: bold;
        margin-right: 5px;
    }

    audio::-webkit-media-controls-timeline {
        background-color: #9fbf9a;
        border-radius: 15px;
    }

    audio::-webkit-media-controls-volume-slider {
        background-color: transparent;
        border-radius: 25px;
    }

    audio::-webkit-media-controls-play-button {
        background-color: #9fbf9a;
        border-radius: 50%;
    }

        audio::-webkit-media-controls-play-button:hover {
            background-color: rgba(177,212,224, .7);
        }

/***** Tooltip *******/
.tooltip-inner {
    padding: 5px 10px;
    color: #000;
    font-weight: bolder;
    text-align: justify;
    /*border: 2px solid #d76e93;*/
    border-radius: 5px;
}

/*****dropdown*******/
.my-dropdown {
    position: relative;
    z-index: 1;
}

.my-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    text-align: right;
    border-radius: 0.25rem;
}

    .my-dropdown-menu.show {
        display: block;
    }

/************/
.cursor-pointer {
    cursor: pointer;
}

/*
@-moz-document url-prefix() {
    select {
        padding-top: 10px;
    }
}*/

/*****************/
section {
    padding: 20px 0;
}

/*****************/
#footer .copyright-content {
    min-height: auto !important;
    padding: 8px 0 !important;
}
/*****************/
.heading-text h1 {
    font-size: 20px;
}

.heading-text.heading-section h2:before {
    content: none
}

.heading-text.heading-section h2 {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: bolder;
}

.heading-text.heading-section p {
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
}

/*****************/
#header .header-inner #logo a span {
    font-size: 13px;
}

@media(max-width:450px) {
    #header .header-inner #logo a span {
        font-size: 12px;
    }
}

/***** contact us *****/
.socialNetwork6 {
    margin-bottom: 1rem;
    display: flex;
}

    .socialNetwork6 li {
        margin-left: 8px;
    }

::-webkit-input-placeholder {
    text-align: right !important;
}

:-moz-placeholder {
    text-align: right !important;
}

::-moz-placeholder {
    text-align: right !important;
}

:-ms-input-placeholder {
    direction: rtl !important;
}

/*** aboutus - Modules ***/
.AboutUs-firstRow-section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 320px;
}

.aboutus-box-description-right {
    right: 4%;
}

.aboutus-box-a {
    padding: 3px 15px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 1px;
    letter-spacing: 1px;
}

.aboutus-box-a-light {
    color: #b7b3b3 !important;
}

    .aboutus-box-a-light:hover {
        color: #fff !important;
    }
/***/

/*** introduction - Modules ***/
.aboutus-box-title {
    font-weight: bold;
    margin: 0 auto;
    text-align: justify;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
}

.aboutus-box-description {
    bottom: -9%;
    background: rgba(0,0,0,0.7);
    max-width: 500px;
    border-radius: 3px;
    padding: 20px;
    text-align: center;
    left: 4%;
    position: absolute;
    border: 1px solid #5d5d5d;
}

    .aboutus-box-description p {
        line-height: 2.2rem;
    }

@media (max-width: 530px) {
    .aboutus-box-description {
        position: initial;
    }
}

/***/

/*** FAQPage ***/
#ListTable .accordion .ac-item {
    background: #f7f9fbba;
}

#ListTable .accordion.accordion-shadow .ac-item {
    box-shadow: 0 3px 4px rgba(0, 0, 0, .05);
}
/***/

.lh-1 {
    line-height: 1.5;
}

.lh-sm {
    line-height: 2;
}

.lh-base {
    line-height: 2.5;
}

.lh-lg {
    line-height: 3;
}

.fw-bold {
    font-weight: bolder
}

/**/
.tk-txt-gradient {
    animation: txt-gradient 20s linear infinite;
    font-weight: bolder;
    color: #000;
}

@keyframes txt-gradient {
    0% {
        color: #282828;
    }

    50% {
        color: #000;
    }

    100% {
        color: #212529;
    }
}

/**/

.TikaInnerPages .page-title h1 {
    font-size: 2em;
}

@media (max-width: 768px) {
    .TikaInnerPages .page-title h1 {
        font-size: 1em;
    }
}

/**/
img.tk-AttachIcons {
    width: auto !important;
}

@media (max-width: 768px) {
    [inline-editor-image] {
        height: auto;
        width: auto;
    }
}

input[name=captcha] {
    font-family: tahoma;
    font-weight: bold;
    text-align: center;
    font-size: 17px !important;
    color: gray;
    padding: 0
}

.alert {
    z-index: 0;
}

/************/
.comment-img-user {
    width: 50px !important;
    height: 50px !important;
    border: 2px solid #c7c7c7;
    border-radius: 50%;
    padding: 1px;
}

.comment_date {
    font-weight: bold;
}

.comment_parent {
    display: flex;
    align-items: flex-start;
    box-shadow: inset 3px -4px 16px 7px #f1eff0;
    margin: 1rem 0.3rem;
    padding: 1.2rem 2rem;
    border-radius: 8px;
}

.comment_image {
    margin-left: 1rem;
}

/* Chrome, Safari, Edge, Opera */
input[no-control]::-webkit-outer-spin-button,
input[no-control]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][no-control] {
    -moz-appearance: textfield;
}

/***************/
.fs-1 {
    font-size: 1rem !important
}

.fs-2 {
    font-size: 1.5rem !important
}

.fs-3 {
    font-size: 2rem !important
}

.fs-4 {
    font-size: 2.5rem !important
}

.fs-5 {
    font-size: 3rem !important
}

.fs-6 {
    font-size: 3.5rem !important
}

.fs-7 {
    font-size: 4rem !important
}

.fs-8 {
    font-size: 4.5rem !important
}

.fs-9 {
    font-size: 5rem !important
}

.fs-10 {
    font-size: 5.5rem !important
}
/*****************/
.lh-1 {
    line-height: 1 !important;
}

.lh-2 {
    line-height: 2 !important;
}

.lh-3 {
    line-height: 3 !important;
}

.lh-4 {
    line-height: 4 !important;
}

.lh-5 {
    line-height: 5 !important;
}
/*****************/
.tk-container-fluid {
    max-width: 1400px;
}

.image-hover-zoom:hover {
    cursor: pointer;
}
/********************/
.shortLink-parent {
    margin: 40px 0;
}

    .shortLink-parent .btn-clipboard {
        display: flex;
        align-items: center;
        border: none;
        background: transparent;
        outline: none;
    }

        .shortLink-parent .btn-clipboard:hover, .shortLink-parent .btn-clipboard:active,
        .shortLink-parent .btn-clipboard:focus {
            border: none;
            background: transparent;
            outline: none;
        }

    .shortLink-parent #shortLinkIcon {
        margin-left: 6px;
        font-size: 20px;
    }

    .shortLink-parent .fa-link {
        color: #349cc6;
    }

    .shortLink-parent .btn-clipboard:hover .fa-link {
        color: #5eb1d3;
    }

    .shortLink-parent .btn-clipboard:hover #shortLinkTxt {
        color: #3c7b95;
    }

    .shortLink-parent .fa-check {
        color: #429942;
    }

    .shortLink-parent #shortLinkTxt {
        font-size: 14px;
        font-weight: bold;
        color: #264450;
    }
/********************/
.blink-red {
    background: #ffc9c9;
    transition: background 0.3s ease-in-out;
}
/********************/
