﻿body {
    background: #F4F4F6;
}

ul, li {
    list-style: none !important;
    list-style-type: none !important;
    padding: 0;
    margin: 0;
}

/*#region Articles List */

.rssfeed {
    margin: 20px 0;
    display: inline-block;
    position: absolute;
    text-align: left;
}



    .rssfeed::after {
        content: " ";
        display: block;
        clear: both;
    }

    .rssfeed::before {
        content: " ";
        display: block;
        clear: both;
    }

    .rssfeed a i {
        font-size: 30px;
        color: #f76920;
    }

.nopadding {
    margin: 0;
    padding: 0;
}

.list-ul {
    margin: 0;
    padding: 0;
}

    .list-ul li {
        margin-bottom: 15px;
        padding: 10px;
        padding-bottom: 10px;
        border: 1px solid #b9b9b9;
        border-radius: 5px;
        list-style: none !important;
    }

.list-info {
    position: relative;
    padding-left: 10px;
    /*float: right;*/
}

.list-tit a {
    color: #333333;
    font: 600 9pt/18px tahoma;
}

    .list-tit a:hover {
        color: #00A0E2;
        text-decoration: none;
    }


.newslist {
    margin: 0;
    padding: 0;
}

    .newslist li {
        list-style: none;
    }

.list-div {
    text-align: right;
}

.list-continue {
    float: left;
    text-align: left;
}

    .list-continue a {
    }

        .list-continue a:hover {
            text-decoration: none;
        }

.list-img {
    float: right;
    padding-left: 10px;
    min-width: 100px;
    min-height: 100px;
    text-align: right;
}

.list-tit {
    text-align: right;
}

.list-img img {
    max-width: 150px;
    max-height: 160px;
    border-radius: 5px;
}


.list-desc {
    margin: 7px 0 0 0;
    margin-right: 160px;
    padding-right: 5px;
    min-height: 60px;
    border-right: 3px solid #68c1e6;
    text-align: justify;
    line-height: 19px;
}

.list-date {
    float: right;
    padding-left: 60px;
    color: #545454;
    font-size: 8pt;
}

.list-source {
    float: right;
    width: 200px;
    color: #606060;
}
/*#endregion */

/*#region Pager */

.article-pager {
    height: 36px;
    margin: 18px 0;
    text-align: center;
}

    .article-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);
    }

    .article-pager li {
        display: inline;
    }

    .article-pager a {
        float: right;
        padding: 0 14px;
        line-height: 34px;
        text-decoration: none;
        border: 1px solid #ddd;
        border-right-width: 0;
    }

        .article-pager a:hover,
        .article-pager .active a {
            background-color: #f5f5f5;
        }

    .article-pager .active a {
        color: #999999;
        cursor: default;
    }

    .article-pager .disabled span,
    .article-pager .disabled a,
    .article-pager .disabled a:hover {
        color: #999999;
        background-color: transparent;
        cursor: default;
    }

    .article-pager li:first-child a {
        border-right-width: 1px;
        -webkit-border-radius: 0 3px 3px 0;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 0 3px 3px 0;
    }

    .article-pager li:last-child a {
        -webkit-border-radius: 3px 0 0 3px;
        -moz-border-radius: 3px 0 0 3px;
        border-radius: 3px 0 0 3px;
    }

.article-pager-centered {
    text-align: center;
}

.article-pager-right {
    text-align: right;
}

.pager {
    margin-left: 0;
    margin-bottom: 18px;
    list-style: none;
    text-align: center;
    *zoom: 1;
}

    .pager:before,
    .pager:after {
        display: table;
        content: "";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

    .pager a {
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        -webkit-border-radius: 15px;
        -moz-border-radius: 15px;
        border-radius: 15px;
    }

        .pager a:hover {
            text-decoration: none;
            background-color: #f5f5f5;
        }

    .pager .next a {
        float: right;
    }

    .pager .previous a {
        float: right;
    }

    .pager .disabled a,
    .pager .disabled a:hover {
        color: #999999;
        background-color: #fff;
        cursor: default;
    }

/*#endregion */

/*#region ArticleDetails */

.SendToFriend table {
    width: 100%;
}

    .SendToFriend table input {
        width: 100% !important;
        vertical-align: middle;
    }

    .SendToFriend table tr td:first-child {
        text-align: left;
        width: 100px;
        vertical-align: top;
        padding-top: 7px;
    }

.SendToFriend .validators {
    color: red;
}

.imgfile {
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 500px;
    max-height: 700px;
}

.article-detail-info {
}

.article-detail-title {
    text-align: center;
    margin-top: 20px;
}

    .article-detail-title h1 {
        font-size: 25px;
        font-family: BYekan;
        color: #6f6f6f;
    }

.article-detail-info {
    background-color: #fff;
    text-align: center;
    width: 400px;
    margin: -12px auto 0 auto;
}

    .article-detail-info ul {
        list-style: none;
        padding: 0;
        text-align: center;
    }

        .article-detail-info ul li {
            display: inline-block;
            margin-right: 10px;
        }

            .article-detail-info ul li:first-child {
                margin-right: 0;
            }

.article-detail-keywords {
    background-color: #fff;
    text-align: center;
    width: 250px;
    margin: -14px auto 0 auto;
}

.line {
    border-top: dotted 1px #dadada;
    margin: 40px 0;
}


/*#endregion */

/*#region attachment */

.article-attachments {
    overflow: hidden;
}

    .article-attachments::before {
        font-family: FontAwesome;
        content: "\f0c1";
        display: block;
        font-size: 12em;
        margin-top: 46px;
        margin-left: -16px;
        color: rgba(91, 192, 222, 0.41);
        float: left;
    }

    .article-attachments h3 {
        font-size: 25px;
        padding: 5px 0;
        margin: 0;
        font-family: BYekan;
        margin-bottom: 10px;
    }

    .article-attachments ul {
        padding-right: 10px;
    }

        .article-attachments ul li {
            list-style: decimal !important;
        }

            .article-attachments ul li a {
                color: #c65a13;
            }


/*#endregion */

/*#region Comments */

.captcha {
    float: right;
}

#captchacode {
    cursor: pointer;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    margin: 10px 0;
}

.txtCaptchaCode {
    margin-right: 0 !important;
}

.article-comments-info {
    margin: 0;
    padding: 12px !important;
}

.article-comments-info-usercommenttitle {
    font-size: 15px;
    font-weight: bold;
}

.article-comments-info ul {
    float: left;
    width: 70%;
    text-align: left;
}

    .article-comments-info ul li {
        display: inline;
        margin-left: 12px;
    }

        .article-comments-info ul li:last-child:after {
            content: "";
        }


.inlinecomment {
    border-right: 2px solid green;
    margin-bottom: 10px;
    background-color: #eeeeee;
    margin-right: 20px;
    padding: 10px;
}

    .inlinecomment input {
        margin-left: 10px;
    }

    .inlinecomment::before {
        content: " ";
        clear: both;
        display: block;
    }

    .inlinecomment::after {
        content: " ";
        display: block;
        clear: both;
    }

.article-comments-form .user-send {
    float: left;
}

.article-comments-form .user-info {
    float: right;
    width: 100%;
}

.article-comments-form .user-avatar img {
    margin-right: 20px;
    border: 2px solid #d9d9d9;
    border-radius: 4px;
}

.article-comments-form .fbtn-send {
    padding: 10px 13px;
}

    .article-comments-form .fbtn-send i {
        font-size: 20px;
        color: white;
        margin-top: 10px;
        margin-right: 2px;
    }

.article-comments-form .user-comment {
    width: 100%;
    margin-bottom: 10px;
    height: 50px;
    resize: none;
    border: 1px solid #cbcbcb;
    padding: 5px;
    box-shadow: none;
    font-family: Tahoma;
    border-radius: 4px;
    margin-top: 15px;
}

.article-comments-form input {
    padding: 5px;
    font-family: Tahoma;
    border: 1px solid #cbcbcb;
    box-shadow: none;
    border-radius: 4px;
    margin-left: 10px;
}

.cn-comment-item {
    position: relative;
    padding-top: 15px;
    border-bottom: 1px dashed #d1d1d1;
}

    .cn-comment-item .cn-user {
        float: right;
        width: 93%;
    }

        .cn-comment-item .cn-user img {
            margin-left: 10px;
            padding: 2px;
            max-height: 50px;
            width: 32px;
            border: 1px solid #d1d1d1;
            vertical-align: top;
        }

        .cn-comment-item .cn-user span {
            color: gray;
            vertical-align: middle;
            font-weight: bold;
        }

    .cn-comment-item .comment-text {
        padding: 5px 0 10px;
        text-align: right;
    }

.comment-reply {
    background-color: #51AC0A;
    vertical-align: top;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    opacity: 0.8;
    -moz-transition: opacity ease 500ms;
    -o-transition: opacity ease 500ms;
    -webkit-transition: opacity ease 500ms;
    transition: opacity ease 500ms;
}

    .comment-reply:hover {
        opacity: 1;
    }

.cn-comment-reply {
    margin: 0 30px 10px 0;
    padding-top: 10px;
    padding-right: 10px;
    border-top: 1px dashed #d7d7d7;
    border-right: 2px solid #51AC0A;
}

    .cn-comment-reply .cn-user {
    }

        .cn-comment-reply .cn-user img {
            max-height: 50px;
            width: 26px;
        }

        .cn-comment-reply .cn-user span {
            color: gray;
            font-weight: bold;
        }

.commentbox-commands {
    position: relative;
    margin-top: -17px;
    margin-right: -18px;
}

    .commentbox-commands input {
        background-color: transparent;
        color: red;
        border: none;
        font-size: 12px;
        cursor: pointer;
        font-family: Tahoma;
    }

.comment-h-right {
    line-height: 10px;
    font-size: 10px;
}

.comment-h-left {
    font-size: 13px;
    font-family: 'BYekan';
}

.comment-list {
    clear: both;
}

.comment-holder .comment-holder {
    margin-top: 15px;
    margin-right: 30px;
    border: 1px solid #e6e6e6;
    border-right: 3px solid #93d5e9;
    padding: 10px;
    border-radius: 5px;
}

    .comment-holder .comment-holder .commentbox-commands {
        top: 5px;
        right: 5px;
    }

.comments-1 {
    text-align: right;
}

    .comments-1 select {
        width: 100px;
    }

.likereply {
    padding: 0 0 15px 0;
    border-bottom: 1px solid whitesmoke;
}

    .likereply .like {
        padding: 0 5px 2px 4px;
        width: 50%;
        border: 1px solid #cdcdcd;
        border-radius: 2px;
        background: #f5f5f5;
    }

        .likereply .like .like-btn, .likereply .reply {
            color: #838383;
            cursor: pointer;
        }

            .likereply .like .like-btn:hover, .likereply .reply:hover {
                color: black;
                text-decoration: underline;
            }

    .likereply img {
        vertical-align: middle;
        cursor: pointer;
    }

.cn-reply {
    position: relative;
    margin: 20px 30px 11px 0;
    padding-top: 10px;
    padding-right: 80px;
    border-right: 2px solid #51AC0A;
}

    .cn-reply .btn-send {
        position: absolute;
        top: 10px;
        right: 6px;
        display: inline-block;
        width: 20px;
        height: 66px;
        color: gray;
        text-align: center;
        line-height: 13px;
    }

        .cn-reply .btn-send:hover {
            color: black;
            text-decoration: none;
        }

.comment-info {
    border: 1px solid #e6e6e6;
    padding: 12px 7px;
    border-radius: 3px;
}

.comment-info-username {
    margin-right: 20px;
}

.comment-info-createdate {
}

.comment-info-replypattern {
    float: left;
}

.comment-rate {
    margin-left: 20px;
}

    .comment-rate span {
        margin-left: 5px;
    }

        .comment-rate span i {
            font-size: 15px;
        }

            .comment-rate span i.fa-thumbs-o-up,
            .comment-rate span i.fa-thumbs-up {
                color: #1ab744;
            }

            .comment-rate span i.fa-thumbs-o-down,
            .comment-rate span i.fa-thumbs-down {
                color: #e63939;
            }

.like-btn {
    cursor: pointer;
}

.dislike-btn {
    cursor: pointer;
}
/*#endregion */


/*#region comments manager */

.comments-manager select {
    padding: 5px;
    margin: 10px 0;
    border-radius: 4px;
    font-family: Tahoma;
}

.article-comments-manager-commands {
}

    .article-comments-manager-commands li {
        display: inline-block;
    }

        .article-comments-manager-commands li i {
            font-size: 20px;
            margin-left: 10px;
        }

        .article-comments-manager-commands li:nth-child(1) i {
            color: #51AC0A;
        }

        .article-comments-manager-commands li:nth-child(2) i {
            color: #ff6a00;
        }

        .article-comments-manager-commands li:nth-child(3) i {
            color: #CD2E26;
        }



/*#endregion */

/*#region edit article*/

.removeCurrentThumb {
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
}

.attachments-list {
}

    .attachments-list li {
        display: block;
        width: 99%;
        border: 1px solid #faebcc;
        padding: 5px;
        margin-bottom: 5px;
        border-radius: 5px;
    }

        .attachments-list li input[type=text] {
            width: 50px;
        }

        .attachments-list li span:last-child {
            margin-right: 20px;
        }

            .attachments-list li span:last-child select {
                width: 157px;
            }

    .attachments-list i {
        font-size: 17px;
        color: rgba(0, 136, 204, 0.49);
        vertical-align: middle;
    }

.articleedit-rightside {
    float: right;
    width: 73%;
}

.articleedit-leftside {
    width: 25%;
    float: left;
}

.articleTitle {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 10px;
    font-family: Tahoma;
}


/*#endregion*/

/*#region Other Methods */

.notfound {
    padding: 8px 0 12px;
    color: red;
}

.editarticle input[type=text],
.Settings input[type=text] {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding: 5px;
    font-family: Tahoma;
    width: 100%;
}

.editarticle select,
.Settings select {
    display: inline-block;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    padding: 5px;
    font-family: Tahoma;
    width: 100%;
}

.search input[type=text] {
    margin-bottom: 0;
    width: 120px;
}

.panelfunctions {
    position: relative;
}

    .panelfunctions li {
        margin-bottom: 10px;
    }

.cke_bottom {
    background-color: #d0d0d0 !important;
}

.cke_chrome {
    border: 1px solid #d0d0d0 !important;
    border-radius: 5px;
}

.validetta-bubble {
    position: absolute;
    background-color: #CD2E26;
    max-width: 325px;
    border-radius: 5px;
    color: white;
    padding: 5px 12px;
}

    .validetta-bubble:before {
        content: '';
        display: block;
        position: absolute;
        top: 7px;
        left: -5px;
        width: 0;
        height: 0;
        border-right: 5px solid #CD2E26;
        border-bottom: 5px solid transparent;
        border-top: 5px solid transparent;
    }

.validetta-bubbleClose {
    display: block;
    cursor: pointer;
    position: absolute;
    top: -1px;
    right: 3px;
    color: white;
    font-weight: bold;
}

.validetta-inline,
.validetta-bubble {
    display: block;
    font: 12px/14px tahoma, Helvetica, sans-serif;
}

.validetta-inline {
    color: white;
    background-color: #fa4545;
    padding: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 5px;
}

.validetta-error input[type=text] {
    border-color: #fa4545;
}

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
    visibility: visible !important;
    background: #f2f2f2 !important;
    background: rgba(0, 0, 0, 0.06) !important;
    border: 0 none !important;
    -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
    box-shadow: inset 0 0 12px 4px #ffffff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
    content: '!';
    visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
    position: relative;
    padding: 3px 10px;
    border-bottom: 1px solid #d0d0d0;
    background: #f8f8f8;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.selectize-dropdown-header-close {
    position: absolute;
    right: 10px;
    top: 50%;
    color: #333333;
    opacity: 0.4;
    margin-top: -12px;
    line-height: 20px;
    font-size: 20px !important;
}

    .selectize-dropdown-header-close:hover {
        color: #000000;
    }

.selectize-dropdown.plugin-optgroup_columns .optgroup {
    border-right: 1px solid #f2f2f2;
    border-top: 0 none;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
        border-right: 0 none;
    }

    .selectize-dropdown.plugin-optgroup_columns .optgroup:before {
        display: none;
    }

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
    border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
    position: relative;
    padding-right: 24px !important;
}

    .selectize-control.plugin-remove_button [data-value] .remove {
        z-index: 1;
        /* fixes ie bug (see #392) */
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 17px;
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        color: inherit;
        text-decoration: none;
        vertical-align: middle;
        display: inline-block;
        padding: 1px 0 0 0;
        border-left: 1px solid #cccccc;
        -webkit-border-radius: 0 2px 2px 0;
        -moz-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .selectize-control.plugin-remove_button [data-value] .remove:hover {
            background: rgba(0, 0, 0, 0.05);
        }

    .selectize-control.plugin-remove_button [data-value].active .remove {
        border-left-color: #0077b3;
    }

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
    background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
    border-left-color: #e0e0e0;
}

.selectize-control {
    position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
    color: #333333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
    background: #ffffff;
    cursor: text;
    display: inline-block;
}

.selectize-input {
    border: 1px solid #d0d0d0;
    padding: 7px 10px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.selectize-control.multi .selectize-input.has-items {
    padding: 5px 10px 2px;
}

.selectize-input.full {
    background-color: #ffffff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
    cursor: default !important;
}

.selectize-input.focus {
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.selectize-input > * {
    vertical-align: baseline;
    display: -moz-inline-stack;
    display: inline-block;
    -ms-zoom: 1;
    zoom: 1;
    *display: inline;
}

.selectize-control.multi .selectize-input > div {
    cursor: pointer;
    margin: 0 3px 3px 0;
    padding: 1px 3px;
    background: #e6e6e6;
    color: #333333;
    border: 1px solid #cccccc;
}

    .selectize-control.multi .selectize-input > div.active {
        background: #0088cc;
        color: #ffffff;
        border: 1px solid #0077b3;
    }

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
    color: #474747;
    background: #fafafa;
    border: 1px solid #e0e0e0;
}

.selectize-input > input {
    display: inline-block !important;
    padding: 0 !important;
    min-height: 0 !important;
    max-height: none !important;
    max-width: 100% !important;
    margin: 0 !important;
    text-indent: 0 !important;
    border: 0 none !important;
    background: none !important;
    line-height: inherit !important;
    -webkit-user-select: auto !important;
    -moz-user-select: auto !important;
    -ms-user-select: auto !important;
    user-select: auto !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

    .selectize-input > input::-ms-clear {
        display: none;
    }

    .selectize-input > input:focus {
        outline: none !important;
    }

.selectize-input::after {
    content: ' ';
    display: block;
    clear: left;
}

.selectize-input.dropdown-active::before {
    content: ' ';
    display: block;
    position: absolute;
    background: #e5e5e5;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
}

.selectize-dropdown {
    position: absolute;
    z-index: 10;
    border: 1px solid #d0d0d0;
    background: #ffffff;
    margin: -1px 0 0 0;
    border-top: 0 none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

    .selectize-dropdown [data-selectable] {
        cursor: pointer;
        overflow: hidden;
    }

        .selectize-dropdown [data-selectable] .highlight {
            background: rgba(255, 237, 40, 0.4);
            -webkit-border-radius: 1px;
            -moz-border-radius: 1px;
            border-radius: 1px;
        }

    .selectize-dropdown [data-selectable],
    .selectize-dropdown .optgroup-header {
        padding: 3px 10px;
    }

    .selectize-dropdown .optgroup:first-child .optgroup-header {
        border-top: 0 none;
    }

    .selectize-dropdown .optgroup-header {
        color: #999999;
        background: #ffffff;
        cursor: default;
    }

    .selectize-dropdown .active {
        background-color: #0088cc;
        color: #ffffff;
    }

        .selectize-dropdown .active.create {
            color: #ffffff;
        }

    .selectize-dropdown .create {
        color: rgba(51, 51, 51, 0.5);
    }

.selectize-dropdown-content {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
    cursor: pointer;
}

    .selectize-control.single .selectize-input.input-active,
    .selectize-control.single .selectize-input.input-active input {
        cursor: text;
    }

    .selectize-control.single .selectize-input:after {
        content: ' ';
        display: block;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -3px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 5px 0 5px;
        border-color: #000000 transparent transparent transparent;
    }

    .selectize-control.single .selectize-input.dropdown-active:after {
        margin-top: -4px;
        border-width: 0 5px 5px 5px;
        border-color: transparent transparent #000000 transparent;
    }

.selectize-control.rtl.single .selectize-input:after {
    left: 15px;
    right: auto;
}

.selectize-control.rtl .selectize-input > input {
    margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
    opacity: 0.5;
    background-color: #ffffff;
}

.selectize-dropdown {
    margin: 2px 0 0 0;
    z-index: 1000;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

    .selectize-dropdown .optgroup-header {
        font-size: 11px;
        font-weight: bold;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
        text-transform: uppercase;
    }

    .selectize-dropdown .optgroup:first-child:before {
        display: none;
    }

    .selectize-dropdown .optgroup:before {
        content: ' ';
        display: block;
        *width: 100%;
        height: 1px;
        margin: 9px 1px;
        *margin: -5px 0 5px;
        overflow: hidden;
        background-color: #e5e5e5;
        border-bottom: 1px solid #ffffff;
        margin-left: -10px;
        margin-right: -10px;
    }

    .selectize-dropdown [data-selectable].active {
        background-color: #0081c2;
        background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
        background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
        background-image: -o-linear-gradient(top, #0088cc, #0077b3);
        background-image: linear-gradient(to bottom, #0088cc, #0077b3);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
    }

.selectize-dropdown-content {
    padding: 5px 0;
}

.selectize-dropdown-header {
    padding: 6px 10px;
}

.selectize-input {
    -webkit-transition: border linear .2s, box-shadow linear .2s;
    -moz-transition: border linear .2s, box-shadow linear .2s;
    -o-transition: border linear .2s, box-shadow linear .2s;
    transition: border linear .2s, box-shadow linear .2s;
}

    .selectize-input.dropdown-active {
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

        .selectize-input.dropdown-active::before {
            display: none;
        }

    .selectize-input.input-active,
    .selectize-input.input-active:hover,
    .selectize-control.multi .selectize-input.focus {
        background: #ffffff !important;
        border-color: rgba(82, 168, 236, 0.8) !important;
        outline: 0 !important;
        outline: thin dotted \9 !important;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) !important;
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) !important;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6) !important;
    }

.selectize-control.single .selectize-input {
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    *background-color: #e6e6e6;
    /* Darken IE7 buttons by default so they stand out more given they won't have borders */
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

    .selectize-control.single .selectize-input:hover,
    .selectize-control.single .selectize-input:focus,
    .selectize-control.single .selectize-input:active,
    .selectize-control.single .selectize-input.active,
    .selectize-control.single .selectize-input.disabled,
    .selectize-control.single .selectize-input[disabled] {
        color: #333333;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
    }

    .selectize-control.single .selectize-input:active,
    .selectize-control.single .selectize-input.active {
        background-color: #cccccc \9;
    }

    .selectize-control.single .selectize-input:hover {
        color: #333333;
        text-decoration: none;
        background-position: 0 -15px;
        -webkit-transition: background-position 0.1s linear;
        -moz-transition: background-position 0.1s linear;
        -o-transition: background-position 0.1s linear;
        transition: background-position 0.1s linear;
    }

    .selectize-control.single .selectize-input.disabled {
        background: #e6e6e6 !important;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

.selectize-control.multi .selectize-input {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

    .selectize-control.multi .selectize-input.has-items {
        padding-left: 7px;
        padding-right: 7px;
    }

    .selectize-control.multi .selectize-input > div {
        color: #333333;
        text-shadow: none;
        background-color: #f5f5f5;
        background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
        background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
        background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
        border-color: #e6e6e6 #e6e6e6 #bfbfbf;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        *background-color: #e6e6e6;
        border: 1px solid #cccccc;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
        -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    }

        .selectize-control.multi .selectize-input > div.active {
            -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            -moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
            box-shadow: 0 1px 2px rgba(0,0,0,.05);
            color: #ffffff;
            text-shadow: none;
            background-color: #0081c2;
            background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
            background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
            background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
            background-image: -o-linear-gradient(top, #0088cc, #0077b3);
            background-image: linear-gradient(to bottom, #0088cc, #0077b3);
            background-repeat: repeat-x;
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
            border-color: #0077b3 #0077b3 #004466;
            border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
            *background-color: #0088cc;
            border: 1px solid #0088cc;
        }


.dialog,
.dialog__overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.dialog {
    position: fixed;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    pointer-events: none;
    z-index: 2;
    border-radius: 5px;
}

.dialog__overlay {
    position: absolute;
    z-index: 98;
    background: rgba(55, 58, 71, 0.9);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.dialog--open .dialog__overlay {
    opacity: 1;
    pointer-events: auto;
}

.dialog__content {
    width: 50%;
    max-width: 350px;
    min-width: 290px;
    background: #fff;
    padding: 4em;
    text-align: center;
    position: relative;
    z-index: 99;
    opacity: 0;
}

    .dialog__content input[type=text] {
        padding: 5px;
        width: 50%;
        margin: auto;
        border-radius: 5px;
        font-family: Tahoma;
    }

.dialog--open .dialog__content {
    pointer-events: auto;
}

/* Content */
.dialog h2 {
    font-weight: 400;
    font-size: 2em;
    padding: 0 0 2em;
    margin: 0;
}

.dialog__overlay {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.dialog__content {
    overflow: hidden;
    font-family: BYekan;
}

.dialog.dialog--open .dialog__content,
.dialog.dialog--close .dialog__content {
    -webkit-animation-duration: 0.4s;
    -moz-animation-duration: 0.4s;
    -o-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.dialog.dialog--open .dialog__content {
    -webkit-animation-name: anim-open;
    -moz-animation-name: anim-open;
    -o-animation-name: anim-open;
    animation-name: anim-open;
    -webkit-animation-timing-function: cubic-bezier(0.7,0,0.3,1);
    -moz-animation-timing-function: cubic-bezier(0.7,0,0.3,1);
    -o-animation-timing-function: cubic-bezier(0.7,0,0.3,1);
    animation-timing-function: cubic-bezier(0.7,0,0.3,1);
}

.dialog.dialog--close .dialog__content {
    -webkit-animation-name: anim-close;
    -moz-animation-name: anim-close;
    -o-animation-name: anim-close;
    animation-name: anim-close;
}

.dialog.dialog--open h2,
.dialog.dialog--open button,
.dialog.dialog--open a,
.dialog.dialog--open input {
    -webkit-animation: anim-elem 0.4s both;
    -moz-animation: anim-elem 0.4s both;
    -o-animation: anim-elem 0.4s both;
    animation: anim-elem 0.4s both;
}

.dialog.dialog--open h2 {
    -webkit-animation-delay: 0.15s;
    -moz-animation-delay: 0.25s;
    -o-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.dialog.dialog--open input {
    -webkit-animation-delay: 0.25s;
    -moz-animation-delay: 0.15s;
    -o-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.dialog.dialog--open button,
.dialog.dialog--open a {
    -webkit-animation-delay: 0.35s;
    -moz-animation-delay: 0.15s;
    -o-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

@-webkit-keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -400px, 0);
        -moz-transform: translate3d(0, -400px, 0);
        -ms-transform: translate3d(0, -400px, 0);
        -o-transform: translate3d(0, -400px, 0);
        transform: translate3d(0, -400px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes anim-open {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -400px, 0);
        -moz-transform: translate3d(0, -400px, 0);
        -ms-transform: translate3d(0, -400px, 0);
        -o-transform: translate3d(0, -400px, 0);
        transform: translate3d(0, -400px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes anim-close {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        -moz-transform: translate3d(0, 100px, 0);
        -ms-transform: translate3d(0, 100px, 0);
        -o-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
}

@keyframes anim-close {
    0% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    100% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        -moz-transform: translate3d(0, 100px, 0);
        -ms-transform: translate3d(0, 100px, 0);
        -o-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }
}

/* Inner elements animations */

@-webkit-keyframes anim-elem {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        -moz-transform: translate3d(0, -100px, 0);
        -ms-transform: translate3d(0, -100px, 0);
        -o-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes anim-elem {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100px, 0);
        -moz-transform: translate3d(0, -100px, 0);
        -ms-transform: translate3d(0, -100px, 0);
        -o-transform: translate3d(0, -100px, 0);
        transform: translate3d(0, -100px, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


.dpAuthor {
    width: 86% !important;
}

/* Tipso Bubble Styles */
.tipso_bubble, .tipso_bubble > .tipso_arrow {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.tipso_bubble {
    position: absolute;
    text-align: center;
    border-radius: 2px;
    z-index: 9999;
    padding: 10px;
    font-family: Tahoma;
}

.tipso_style {
    cursor: pointer;
}

.tipso_content {
    color: white !important;
}

/* Tipso Bubble Div */
.tipso_bubble > .tipso_arrow {
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid;
    pointer-events: none;
}

.tipso_bubble.top > .tipso_arrow {
    border-top-color: #000;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    top: 100%;
    left: 50%;
    margin-left: -8px;
}

.tipso_bubble.bottom > .tipso_arrow {
    border-bottom-color: #000;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
}

.tipso_bubble.left > .tipso_arrow {
    border-left-color: #000;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    top: 50%;
    left: 100%;
    margin-top: -8px;
}

.tipso_bubble.right > .tipso_arrow {
    border-right-color: #000;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    top: 50%;
    right: 100%;
    margin-top: -8px;
}

.article-detail-utility {
    margin-top: 20px;
}

    .article-detail-utility ul {
        margin: auto;
        text-align: center;
    }

        .article-detail-utility ul li {
            display: inline-block;
            margin-left: 20px;
        }

            .article-detail-utility ul li a i {
                font-size: 20px;
            }

.socialbox {
}

    .socialbox li {
        display: inline-block;
        margin-left: 20px;
    }

        .socialbox li a {
        }

            .socialbox li a i {
                font-size: 4em;
            }
/*#endregion */

/*#region Media */

@media print {

    body * {
        visibility: hidden;
    }

    .printable * {
        visibility: visible;
    }

    .article-detail-title {
        margin-top: -200px;
    }

    .articledetailbox {
        margin-top: -130px;
    }

    .noprint {
        display: none;
    }
}

/*#endregion */

/*#region Settings */

.fieldtoshow {
    margin-left: 20px;
    display: inline-block;
}

.settingstitle {
    color: #0088cc;
    font-size: 14px;
    padding-top: 15px;
}

/*#endregion */

/*#region Articles List*/

.articleslist {
}

    .articleslist article {
        min-height: 135px;
        margin-top: 15px;
    }

        .articleslist article:after {
            content: " ";
            background: url('data:image/gif;base64,R0lGODlhFAAHAJEAAAAAAP///8DAwNDQ0CH5BAEAAAMALAAAAAAUAAcAAAIT1IynmeMPY2SrUokx3TZ7yIVKAQA7') /*/images/articledot.gif*/;
            width: 100%;
            height: 7px;
            display: block;
        }

.article-body {
    min-height: 110px;
}

.article-title {
    font-size: 16px;
    font-family: "BYekan";
}

    .article-title a {
        color: #484848;
    }

.article-thumbnail {
    float: right;
    padding: 4px;
    background-color: #eaeaea;
    border: 1px solid #cfcfcf;
    margin-left: 10px;
}

.article-morelink {
    text-align: left;
    margin-bottom: 10px;
}

    .article-morelink a {
        background-color: #FAB41E;
        padding: 7px 10px;
        border-radius: 5px;
        color: white;
    }

/* Column Specification */

/*#region Column = 2 */

.articles-cols-2 {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
}

    .articles-cols-2 article {
        display: inline-block;
        margin-bottom: 3%;
    }

/*#endregion */

/*#region Column = 3 */

.articles-cols-3 {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
}

    .articles-cols-3 article {
        display: inline-block;
        margin-bottom: 3%;
    }

/*#endregion */

/*#region Column = 4 */

.articles-cols-4 {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
}

    .articles-cols-4 article {
        display: inline-block;
        margin-bottom: 3%;
    }

/*#endregion */

/*#region Column = 5 */

.articles-cols-5 {
    -moz-column-count: 5;
    -webkit-column-count: 5;
    column-count: 5;
}

    .articles-cols-5 article {
        display: inline-block;
        margin-bottom: 3%;
    }

/*#endregion */

/*#endregion*/

.infoseparator {
    margin: 0 10px;
    font-size: 5px;
}


@media (max-width: 900px) {
    .article-title {
        color: red;
    }
}

/*Test Only*/

/*#region related-articles */

.related-articles-header {
    font-family: weblog;
}

.related-articles div.line {
    margin-top: 0;
}

.related-articles .owl-relateds .item h4 {
    font: 10pt weblog;
    text-align: center;
}
/*#endregion related-articles*/
