* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body:after {
    content: "نسخة تجريبية";
    position: fixed;
    width: 120px;
    height: 20px;
    top: 25px;
    background-color: rgb(178, 0, 0);
    background-image: -moz-linear-gradient(90deg, rgb(119, 11, 11) 0%, rgb(178, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(119, 11, 11) 0%, rgb(178, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(119, 11, 11) 0%, rgb(178, 0, 0) 100%);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.294);
    left: -24px;
    text-align: center;
    font-size: 13px;
    font-family: sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    z-index: 10;
}

img {
    border: none;
}

.clear {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

a {
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    text-decoration: none;
    color: inherit;
}

.main-continer {
    background: #fffdf2 url(../img/continerTopBg.png) no-repeat top left;
    border-radius: 11px;
    padding: 30px 30px 30px 0px;
    margin-bottom: 13px;
    box-shadow: 0px 0px 16px 0px rgba(209, 176, 73, 0.118), 0px 0px 20px 10px #fff6cf inset;
}


/* == Start Styling == */

.container {
    width: 1170px;
    margin: 0;
    display: inline-block;
    text-align: right;
}

.header {
    display: inline-block;
    margin-bottom: -9px;
    height: 195px;
    position: relative;
    z-index: 1;
}

.logo {
    background: url(../img/logoBg.png) no-repeat;
    float: right;
    width: 280px;
    height: 220px;
    margin-right: 22px;
}

.logo>a {
    margin: 60px 60px 0px 0px;
    display: inline-block;
    width: 160px;
}

.topMenu {
    list-style-type: none;
    float: left;
}

.topMenu li {
    float: right;
    /* margin: 5px 8px; */
}

.topMenu li, .topMenu li a {
    color: #A1913C;
}

.topMenu li:hover, .topMenu li a:hover {
    color: #716113;
}

.topMenu .divider {
    margin-top: 4px;
}

.topMenu li a {
    text-decoration: none;
    display: block;
    padding: 3px 15px;
}

.topMenu li a:hover {
    background: #f1f4f7;
    color: #8b742e;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.menu {
    list-style-type: none;
    float: right;
    background-color: rgb(178, 0, 0);
    background-image: -moz-linear-gradient(90deg, rgb(119, 11, 11) 0%, rgb(178, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(119, 11, 11) 0%, rgb(178, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(119, 11, 11) 0%, rgb(178, 0, 0) 100%);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.294);
    width: 890px;
    height: 47px;
    position: relative;
    z-index: -1;
    margin-right: -24px;
    margin-top: 15px;
    overflow: hidden;
}

.menu:after {
    content: "";
    border: 30px solid transparent;
    border-top-color: #f4e49f;
    border-left-color: #f4e49f;
    border-top-width: 50px;
    display: inline-block;
    width: 0;
    height: 0;
    float: left;
}

.menu li {
    float: right;
}

.menu li.divider {
    padding: 11px 0px;
}

.menu li:hover {
    cursor: default;
}

.menu li, .menu li a {
    color: #fff;
    display: inline-block;
}

.menu li a {
    text-decoration: none;
    padding: 0px 12px 0px 0px;
    text-align: center;
    line-height: 47px;
    white-space: nowrap;
}

.menu>li>a.last-menu {
    padding: 0px 12px;
}

.menu>li>a:after {
    content: "●";
    display: inline-block;
    width: 12px;
    text-align: left;
}

.menu>li>a:hover:after, .menu>li:last-child>a:after, .menu li.active>a:after {
    content: "";
}

.menu>li>a.last-menu:after {
    display: none;
}

.menu li a:hover, .menu li.active a {
    background-color: rgb(255, 208, 37);
    background-image: -moz-linear-gradient(90deg, rgb(241, 189, 0) 0%, rgb(255, 208, 37) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(241, 189, 0) 0%, rgb(255, 208, 37) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(241, 189, 0) 0%, rgb(255, 208, 37) 100%);
    color: #990000;
    ;
}


/*== Search ==*/

input[type="text"].search {
    margin: 8px 15px 8px 0px;
    width: 160px;
    min-width: 160px;
    pointer-events: auto;
    height: 30px;
}

.search ::-webkit-input-placeholder {
    color: #C1BB8B;
    font-size: 11px;
    font-family: "altadabor", Arial, Helvetica, sans-serifal;
}

.search :-moz-placeholder {
    color: #C1BB8B;
    opacity: 1;
}

.search ::-moz-placeholder {
    color: #C1BB8B;
    opacity: 1;
}

.search :-ms-input-placeholder {
    color: #C1BB8B;
}

#search_area ::-webkit-input-placeholder {
    color: #665B3F;
    font-size: 11px;
    font-family: "altadabor", Arial, Helvetica, sans-serifal;
}

#search_area :-moz-placeholder {
    color: #665B3F;
    opacity: 1;
}

#search_area ::-moz-placeholder {
    color: #665B3F;
    opacity: 1;
}

#search_area :-ms-input-placeholder {
    color: #665B3F;
}

.search input[type=text] {
    border: 1px solid #D0CC69;
    padding: 5px;
    color: #C1BB8B;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}


/*== .cols ==*/

.mbody {
    min-height: 635px;
    position: relative;
    ;
}

.mbody2 {
    height: 691px;
    overflow: auto;
    padding: 5px;
}


/* == about == */

.paragraph, .pargraph {
    padding: 10px;
    margin: 0px 5px;
    border-radius: 13px;
    background: #fff;
    display: inline-block;
    width: 97%;
    font-family: 'Traditional Arabic', "Simplified Arabic", serif;
    box-sizing: border-box;
    text-align: justify;
    font-weight: normal;
    color: #666;
    font-size: 20px;
}

.ayah, .brackets, .quran-block {
    font-family: "Simplified Arabic" !important;
}

.uk-search .ayah, .uk-search .ayah span {
    font-size: 13px !important;
    background: inherit;
    color: inherit;
    margin: 0px;
    padding: 0px;
}

.uk-search .highlight {
    background: inherit;
    color: inherit;
    text-shadow: 0px 0px 6px;
}

.uk-nav li>a>div {
    font-size: 15px;
}

.sura-name {
    font-family: "Simplified Arabic";
    display: inline-block;
    font-size: 80%;
}

span.sura-name {
    color: #f00;
    font-size: 15px;
    margin-top: 32px;
    display: inline-block;
    font-family: "Simplified Arabic";
    font-weight: bold;
}

.ayah span, .sura-name>span, .quran-font {
    font-family: "me_quran";
    word-spacing: 4px;
}

.line img {
    margin: 5px auto;
    display: block;
}

.tafseer {
    padding: 0px 10px;
    border: 1px solid #e0d99d;
    background: #f4f2de;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px 7px 0 20px;
    color: #514c25;
    min-width: 100px;
    float: left;
}

.tafseer p {
    font-size: 17px !important;
    font-weight: bold;
    font-family: "Simplified Arabic";
}

.ayah-container {}

h3.title {
    margin: 5px 5px 5px 20px;
    background: #970505;
    border-radius: 5px;
    padding-right: 5px;
    background-color: rgb(178, 0, 0);
    background-image: -moz-linear-gradient(90deg, rgb(119, 11, 11) 0%, rgb(178, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(119, 11, 11) 0%, rgb(178, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(119, 11, 11) 0%, rgb(178, 0, 0) 100%);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.294);
    color: #FFFFFF;
}


/* Breadcrumbs
*****************/

.breadcrumb {
    font-size: 12px;
    background: #FFF;
    height: 28px;
    line-height: 19px;
    color: #555;
    border: solid 1px #CECDB7;
    width: 97%;
    overflow: hidden;
    margin: 0px 10px 8px 0px;
    float: right;
    padding: 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.breadcrumb li {
    list-style-type: none;
    float: right;
    padding-right: 10px;
}

.breadcrumb li a {
    height: 28px;
    display: block;
    background-image: url('../img/bc_separator.png');
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 34px;
    text-decoration: none;
    color: #454545;
    padding-top: 4px;
}

.breadcrumb .home {
    border: none;
    margin: 1px 0px;
    width: 25px;
}

.breadcrumb li a:hover {
    color: #E6A324;
}

.breadcrumb .current {
    margin-top: 5px;
    font-size: 17px;
}


/*== Comment == */

#comment {
    padding-top: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 0;
}

#comment {
    padding-right: 10px;
    padding-bottom: 10px;
    position: relative;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

#comment #reply-title {
    margin: 4px 0 8px;
}

#comment #reply-title {
    font-size: 0;
    margin: 0 !important;
    height: 0;
}

#comment #cancel-comment-reply-link {
    color: #999;
    display: block;
    position: absolute;
    bottom: 26px;
    right: 20px;
    font-size: 12px;
    letter-spacing: 0;
}

#comment #cancel-comment-reply-link:hover {
    color: #777;
}

#comment #commentform p.comment-form-author {
    width: 65%;
    float: right;
}

#comment #commentform p.comment-form-email {
    width: 65%;
    float: right;
}

#comment #commentform p.comment-form-url, #comment #commentform p.comment-form-comment {
    clear: both;
}

#comment #commentform label {
    padding: 7px 0;
    font-weight: bold;
    display: block;
}

#comment #commentform input[type="text"], #comment #commentform textarea {
    max-width: 100%;
    width: 100%;
}

#comment #commentform textarea {
    height: 140px;
}

#comment #commentform p.form-submit {
    margin-top: 10px;
}

input[type="submit"] {
    background: #0088b2;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    padding: 8px 14px;
    font-weight: bold;
    display: inline-block;
    border: none;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

input[type="submit"]:hover, button[type="submit"]:hover {
    background: #444;
}

input, textarea {
    font-size: 13px;
}

input::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="text"], input[type="email"], input[type="submit"], textarea {
    margin: 5px 0px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

input, textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all .2s ease;
    -o-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

label {
    font-weight: bold;
    color: #888;
}

input[type="text"], input[type="email"], input[type="number"], input[type="search"], textarea, select {
    background: #fff;
    border: 1px solid #F4E194;
    color: #A17A00;
    display: block;
    max-width: 100%;
    outline: none;
    padding: 0px 8px;
    border-radius: 5px;
    min-width: 200px;
    line-height: 30px;
    height: 30px;
}

select {
    display: inline-block;
}

input[type="number"] {
    min-width: 20px;
    width: 70px;
    padding: 0px 5px 0px 0px;
    float: right;
    margin: 0px 5px;
}

input[type="search"] {
    display: inline-block;
    min-width: inherit;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, textarea:focus, select:focus {
    border-color: #FFE57D;
    color: #A17A00;
    -moz-box-shadow: 0 0 9px rgba(255, 202, 0, 0.17);
    -webkit-box-shadow: 0 0 9px rgba(255, 202, 0, 0.17);
    box-shadow: 0 0 9px rgba(255, 202, 0, 0.17);
}

input[type="submit"] {
    background: #CCC05D;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
    padding: 8px 14px;
    font-weight: bold;
    display: inline-block;
    border: none;
    cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin: 5px;
    float: left;
}

input[type="submit"]:hover {
    background: #85681A;
}

.required {
    color: red;
    float: right;
    margin-left: 3px;
    margin-top: -2px;
    margin-right: 3px;
    position: absolute;
}


/*== social ==*/

.mode {
    display: flex;
    white-space: nowrap;
    clear: both;
    height: 10px;
    margin-bottom: 30px;
    width: auto;
    position: absolute;
    width: auto;
    z-index: 101;
}

.mode.st {
    top: 195px;
    background: #7C7547;
}

.mode.nd {
    top: 230px;
}

.mode.rd {
    top: 265px;
}

.mode.th {
    top: 300px;
}

.mode.th5 {
    top: 335px;
}

.mode.th6 {
    top: 70px;
}

.mode.th7 {
    top: 370px;
}

.mode.th8 {
    top: 405px;
}

.mode a.hint {
    display: block;
    text-align: center;
    font-weight: bold;
    padding: 5px 2px 0px 0px;
    text-decoration: none;
    font-size: 12px;
    width: auto;
    height: 25px;
    float: left;
    background: #7C7547;
    color: #FFF;
}

.mode a.hint span {
    display: none;
}

.mode a.key {
    display: block;
    float: left;
    width: 30px;
    height: 30px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-right: -5px;
}

.mode a#advanced_mode {
    background: #eee url("images/mode_advanced.png") no-repeat center;
}

.mode a#basic_mode {
    background: #eee url("images/mode_basic.png") no-repeat center;
}

.mode a#memorize_mode {
    background: #eee url("images/mode_basic.png") no-repeat center;
}

.mode a#mobile_mode {
    background: #eee url("images/mode_mobile.png") no-repeat center;
}

.mode a#back_mode {
    background: #eee url("images/back.png") no-repeat center;
}

.mode a#download_mode {
    background: #eee url("images/download.png") no-repeat center;
}

.mode a#info_mode {
    background: #eee url("images/info.png") no-repeat center;
}

.mode a#embed_mode {
    background: #eee url("images/embed.png") no-repeat center;
}

.mode a#lang_mode {
    background: #eee url("images/lang.png") no-repeat center;
}

.mode a#contact_mode {
    background: #eee url("images/contact.png") no-repeat center;
}

.mode a#proj_mode {
    background: #eee url("images/parts.png") no-repeat center;
}

.mode a#share_mode {
    background: #eee url("images/share.png") no-repeat center;
}


/*== End Social ==*/


/*== left small menu social ==*/

.scl i {
    margin: 12px 12px 0 0;
    color: #FFF;
}

ul#navigationMenu {
    position: fixed;
    left: 0;
    margin-top: 218px;
    box-shadow: 12px 0px 14px -10px #000 inset;
    z-index: 10;
}

#navigationMenu li {
    list-style: none;
    height: 39px;
    padding: 0px 0px 3px 0px;
    width: 38px;
}

#navigationMenu li:last-child {
    padding: 0.2px 0px 0.2px 0px;
}

#navigationMenu span {
    width: 0;
    left: 38px;
    padding: 0;
    position: absolute;
    overflow: hidden;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.6px;
    white-space: nowrap;
    line-height: 39px;
    -webkit-transition: 0.25s;
    -moz-transition: 0.25s;
    transition: 0.25s;
}

#navigationMenu a {
    background-color: rgb(178, 0, 0);
    background-image: -moz-linear-gradient(90deg, rgb(119, 11, 11) 0%, rgb(178, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(119, 11, 11) 0%, rgb(178, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(119, 11, 11) 0%, rgb(178, 0, 0) 100%);
    height: 39px;
    width: 38px;
    display: block;
    position: relative;
    box-shadow: 12px 0px 14px -12px #000 inset;
}

#navigationMenu a:hover span {
    width: auto;
    padding: 0 20px;
    overflow: visible;
}

#navigationMenu a:hover {
    text-decoration: none;
    box-shadow: -9px 0px 14px -12px #000 inset;
}

#navigationMenu .scl {
    background-color: rgb(178, 0, 0);
    background-image: -moz-linear-gradient(90deg, rgb(119, 11, 11) 0%, rgb(178, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(119, 11, 11) 0%, rgb(178, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(119, 11, 11) 0%, rgb(178, 0, 0) 100%);
}

#navigationMenu .scl:hover {}

#navigationMenu .scl span {
    background-color: rgb(255, 208, 37);
    color: #FFF;
    background-image: -moz-linear-gradient(90deg, rgb(241, 189, 0) 0%, rgb(255, 208, 37) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(241, 189, 0) 0%, rgb(255, 208, 37) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(241, 189, 0) 0%, rgb(255, 208, 37) 100%);
    color: #990000;
}

.errorWrapper .errorNum {
    color: #FFFFFF;
    font-size: 300%;
    white-space: nowrap;
    text-stroke: 1px transparent;
    padding: 110px 0 0px 0;
    display: block;
    text-shadow: 0 5px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .1), 0 0 5px rgba(0, 0, 0, .1), 0 1px 3px rgba(0, 0, 0, .3), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .15);
    font-family: "altadabor", Tahoma;
    display: inline-block;
    margin-bottom: 83px;
}

.soon {
    text-align: center;
    height: 700px;
}

optgroup[label] {
    color: #7C7547;
}

.section-name {
    font-size: 20px;
    color: #E5C86E;
    text-shadow: 0px 0px 6px #FCF2C6;
}


/*== stops ==*/

#commentform {
    border-radius: 15px;
    border: 1px solid #e9e4ba;
    display: inline-block;
    text-align: right;
}

.formRow {
    float: right;
    width: 380px;
    min-height: 65px;
    margin: 5px 0px 5px 20px;
}

input#page {
    padding: 5px !important;
    width: 171px !important;
    text-align: center;
}

.formRow label:after {
    content: " ";
    display: block;
    clear: both;
}

@-moz-document url-prefix() {
    input.search[type="text"] {
        width: 170px;
        min-width: 170px;
    }
}

.redGrad {
    background-color: rgb(178, 0, 0);
    background-image: -moz-linear-gradient(90deg, rgb(119, 11, 11) 0%, rgb(178, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(119, 11, 11) 0%, rgb(178, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(119, 11, 11) 0%, rgb(178, 0, 0) 100%);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.294);
    color: #FFFFFF;
}

.block {
    box-shadow: 0px 0px 11px 4px #fff6cf inset;
    border-radius: 13px;
    background: #fff;
}

.dow-block {
    text-align: center;
    border: 1px solid #F4E194;
    width: 222px;
    border-radius: 10px;
    display: inline-block;
    margin: 5px !important;
}

.box-block {
    border: 1px solid #F4E194;
    border-radius: 10px;
    margin: 20px 5px !important;
    font-family: "Simplified Arabic";
    line-height: 1.4;
    color: #444 !important;
    font-size: 16px;
}

.down-link, .link {
    background: #FFE5C2;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #F5C27B;
    margin: 5px 5px 16px 5px;
    display: inline-block;
}

.down-title {
    background: #FFF0B7;
    margin: -10px -5px 7px -5px;
    border-radius: 10px 10px 0px 0px;
    padding: 3px 10px 4px 10px !important;
    font-size: 15px !important;
}

.box-title {
    background: #FFF6D2;
    margin: -10px -5px 7px -5px;
    border-radius: 10px 10px 0px 0px;
    padding: 5px 10px;
}

.sub {
    font-family: tahoma;
    font-weight: normal !important;
    font-size: 10px !important;
    position: absolute;
    margin-right: -74px;
    margin-top: 30px;
    min-width: 68px !important;
    border-radius: 0px 0px 7px 7px !important;
    z-index: 0;
    background: rgba(255, 255, 255, 0.7) !important;
    color: #C7A029 !important;
    border: 1px solid #F5C27B;
}

#search_frm {
    width: 818px;
}

.corner-area {
    background: #E5C86E;
    color: #fff;
    display: inline-block;
    width: 109px;
    height: 30px;
    position: absolute;
    text-align: center;
    margin: 23px -78px -3px 0px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
    font-family: "Simplified Arabic", arial;
    font-size: 18px;
}

span.bracket {
    color: #000 !important;
    background: none !important;
    width: auto !important;
    height: auto !important;
    text-align: center;
    display: inherit !important;
    margin-left: 0 !important;
    border-radius: 0 !important;
    font-family: "Simplified Arabic" !important;
    font-size: inherit !important;
    padding-right: 0px !important;
}

.red {
    color: #f00;
}

.comment_form {
    text-align: center;
    border-top: 1px dashed #F4E194;
    padding-top: 30px;
    margin-top: 30px;
}

.comment_form>h1 {
    font-size: 25px;
    margin: 0px;
    font-weight: bold;
    color: #A17A00;
}

.comments {}

.uk-panel-box.comment {
    margin: 5px;
    border-radius: 10px;
    border: 1px solid #F4E194;
    padding: 5px 10px;
}

.comment_title {
    color: #956D3D;
    font-size: 18px;
    border-bottom: 1px dashed #F4E194;
}

.comment_name {
    color: #BBBBBB;
    font-size: 14px;
}

.comment_date {
    float: left;
    white-space: nowrap;
    color: #8D9493;
    font-weight: normal;
    font-size: 12px;
    font-family: tahoma;
    margin: 10px;
}

.comment_body {
    font-size: 17px;
}

.comment_form #commentform {
    padding: 20px;
}

.comment_body>pre {
    background: none;
    font: inherit;
    font-family: serif;
    white-space: normal;
}

.highlight {
    background: #FFFFD9;
    color: #E1101D;
    font-family: inherit;
}

.tadabor-source {
    color: #DF000E;
    font-family: inherit;
    font-weight: bold;
    font-size: 15px;
}

.tadabor-qus {
    margin-top: 15px;
    color: #956D3D;
}

.login-button {
    position: absolute;
    right: 15px;
    top: 0px;
    white-space: nowrap;
    z-index: 10;
    text-align: right;
}

i.fa.fa-sign-in {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

a.more-details {
    float: none;
    border: none;
    background: none;
}

.researches-block .pargraph span, .researches-block .pargraph font {
    font-family: 'Traditional Arabic', "Simplified Arabic", serif;
    font-size: 20px !important;
}

a.download-link {
    float: left;
    background: #A17A00;
    color: #fff;
    line-height: 30px;
    min-width: 59px;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #715600;
    margin: 0px 5px;
}

.paragraph * {
    font-family: 'Traditional Arabic', 'Simplified Arabic', serif;
    font-size: 20px;
    line-height: 30px;
}

input[type="checkbox"], input[type="radio"] {
    display: inline-block;
    height: 14px;
    width: 14px;
    border: 1px solid #F4E194;
    overflow: hidden;
    margin-top: -4px;
    vertical-align: middle;
    -webkit-appearance: none;
    outline: 0;
    background: transparent;
    cursor: pointer;
}

input[type="radio"] {
    border-radius: 50%;
}

input[type=radio]:before, input[type=checkbox]:before {
    display: block;
}

input[type=checkbox]:checked:before, .input[type=checkbox]:indeterminate:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    text-align: center;
    line-height: 12px;
    color: #A17A00;
}

fieldset {
    padding: 10px 10px;
    margin: 30px 0px;
    border-radius: 10px;
    border: 1px dashed #B9B9B9;
    color: #777;
}

.paragraph i {
    font-family: FontAwesome;
}

ol, ul {
    padding-left: 0px;
}

.uk-link:hover, a:hover {
    text-decoration: none;
}

.uk-button-group>.uk-button:last-child, .uk-button-group>div:last-child .uk-button {
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 4px;
    border-right-color: rgba(0, 0, 0, .1);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.uk-button-group>.uk-button:first-child, .uk-button-group>div:first-child .uk-button {
    border: 1px solid rgba(0, 0, 0, .06);
    border-radius: 4px;
    border-left-color: rgba(0, 0, 0, .1);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.uk-dropdown {
    right: 0px;
}

.uk-notify-message>.uk-close {
    float: left;
}

.menu .uk-search-field, .menu .uk-search:before {
    margin: 9px 0px 0px 0px;
}

form.uk-search {
    height: 47px;
}

.uk-modal-dialog>.uk-close:first-child {
    float: left;
}

.uk-modal-header {
    font-family: "altadabor", Tahoma;
}

[class*=uk-icon-] {
    font-family: FontAwesome !important;
}

.uk-htmleditor-navbar-nav {
    float: right !important;
}

.uk-htmleditor-navbar-flip {
    float: left !important;
}

[data-mode=split] .uk-htmleditor-code, [data-mode=split] .uk-htmleditor-preview {
    float: right !important;
}

.CodeMirror-scroll {
    margin-bottom: 0px !important;
    margin-right: 0px !important;
    direction: ltr;
    border-left: 1px solid #ccc;
}

.uk-htmleditor * {
    font-family: inherit;
    font-size: inherit;
}

@media (min-width: 960px) {
    .uk-form-horizontal .uk-form-label {
        float: right;
        text-align: left;
        padding-left: 10px;
    }
}

.uk-dropdown-search * {
    font-size: 20px;
    font-family: 'Traditional Arabic', "Simplified Arabic", serif;
}

textarea {
    min-height: 100px;
}


/*== a.btn ==*/

a.f_btn {
    padding: 5px 20px;
    background-image: -moz-linear-gradient(90deg, rgb(119, 11, 11) 0%, rgb(178, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(119, 11, 11) 0%, rgb(178, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(119, 11, 11) 0%, rgb(178, 0, 0) 100%);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.294);
    color: #FFF;
    font-weight: bold;
}

a.f_btn:hover {
    background-image: -moz-linear-gradient(90deg, rgb(241, 189, 0) 0%, rgb(255, 208, 37) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(241, 189, 0) 0%, rgb(255, 208, 37) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(241, 189, 0) 0%, rgb(255, 208, 37) 100%);
    color: #990000;
    cursor: pointer;
}

a.f_btn {
    text-decoration: none;
}

a.f_btn {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #CCC;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(242, 224, 142);
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
    margin: 0 auto;
    display: block;
    max-width: 200px;
}

.calendars * {
    /*font:inherit;*/
}

.calendars, .calendars-month {
    font-size: 100% !important;
    width: auto !important;
    float: none !important;
    display: inline-block;
}

.calendars select {
    min-width: inherit;
}

.uk-panel-title * {
    font-size: 18px;
}

.inline-form.form-closed {
    max-height: 0px;
    padding: 0px;
}

.inline-form {
    overflow: hidden;
    max-height: 250px;
    border-bottom: 1px solid #eee;
    margin-top: -26px;
    padding: 15px 0px;
    transition: all 2s;
}

.search-open {
    box-shadow: none;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #eee;
}

.search-open:hover, .search-open:focus {
    box-shadow: none;
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #eee;
}

.search-results-header, .quran-block-header {
    background-color: #fbfbfb;
    padding: 10px;
    border: 1px dashed #e8e8e8;
    border-radius: 10px;
    box-shadow: 0px 0px 7px -3px #777;
}

.search-result {
    margin: 10px 0px;
    border: 2px solid #e8e8e8;
    color: #777;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.search-result-title {
    line-height: 30px;
}

.search-result-title a {
    font-weight: bold;
    color: #ad7f2e;
}

.search-result-title a:hover {
    text-shadow: 2px 2px 0px #eee;
}

.search-result-title a:hover:after {
    content: " \f100 ";
    font-family: FontAwesome;
    position: absolute;
}

.search-result-path a {
    font-size: 14px;
    color: #aaa;
    border-bottom: 1px dashed #ccc;
    margin: 0px 0px 3px 0px;
    display: inline-block;
}

.search-result-path a:hover {
    color: #dea849;
}

.search-result-path:before {
    content: ' ❖ ';
}

.search-result-path>*:not(:last-child):after {
    content: ' » ';
    color: #ccb181;
}

.search-result-text, .hadith-box-text {
    font-size: 15px;
}

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

.tags:nth-child(even) {
    background-color: #f7f6f6;
}

.tags ul {
    padding: 0px;
    display: inline-block;
    margin: 0px;
}

.tags ul>li:first-child {
    width: 100px;
    text-align: left;
}

.tags li {
    float: right;
    list-style: none;
    line-height: 15px;
    margin: 2px;
}

.search-result-title .ayah {
    display: inline-block;
}

.inner-search-block input[type="submit"] {
    margin: 0px;
}

.search-input:after {
    content: "\f002";
    position: relative;
    float: left;
    width: 30px;
    line-height: 30px;
    text-align: center;
    font-family: FontAwesome;
    font-size: 14px;
    color: rgba(0, 0, 0, .2);
    margin: -30px -30px 0px 0px;
    display: inline-block;
}

.search-form {
    display: block;
    text-align: center;
}

.inner-search-block {
    float: none;
    text-align: right;
    display: inline-block;
}

.search-input input {
    width: 100%;
}

.inner-search-block .uk-button-group .uk-button {
    font-size: 0.74rem;
}

.btn-yellow {
    background-color: #CCC05D !important;
    color: #fff !important;
    text-shadow: 0 1px 0 #7b7b7b;
}

.search-jethr-hints, .search-jethr-hints * {
    font: normal normal 10px tahoma;
    margin: 2px 0px;
}

.search-type {
    margin-top: 10px;
}

.search-result-header {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    margin: 0px 0px 15px 0px;
    padding: 0px 0px 5px 0px;
}

.search-words-disabled li:not(:nth-child(1)):not(:nth-child(2)) {
    display: none;
}

.quran-index-suar-list .uk-button {
    width: 150px;
    margin: 2px;
    text-align: right;
    font-size: 13px;
}

.quran-block {
    text-align: justify;
    border: 23px solid transparent;
    border-width: 25px 23px;
    border-image: url("/img/border_2.png") 23 round;
    background-color: #F7FCE3;
    padding: 0px;
}

.quran-block, .quran-block * {
    font-size: 18px;
}

.quran-block .ayah span {
    font-size: 25px;
    line-height: 210%;
}

.font-30 {
    font-size: 30px;
}

.quran-index-suar-list .uk-button * {
    font-size: 13px;
}

.basmalh {
    padding: 10px 10px 25px 10px;
    font-size: 30px;
}

.quran-block a.ayah:hover {
    color: #579600;
}

.quran-page-sura-name {
    font-size: 25px;
    background: url('/img/aya_border.png') no-repeat center;
    background-size: 100% 100%;
    height: 65px;
    line-height: 53px;
    margin: 15px 15px 0px 15px;
}

.quran-block .uk-text-center:first-child .quran-page-sura-name {
    margin-top: 0px;
}

.page-number {
    border: 15px solid transparent;
    border-image: url("/img/border_2.png") 21 round;
    background-color: #F7FCE3;
    border-bottom: none;
    width: 70px;
    height: 33px;
    box-sizing: border-box;
    margin: 20px 0px -23px 0px;
    position: relative;
    right: calc(50% - 35px);
    text-align: center;
    font: normal normal 20px arial;
    padding: 0px;
    color: #868d69;
}

.uk-pagination-next {
    float: left;
}

.uk-pagination-previous {
    float: right;
}

.uk-button.disabled {
    background-color: #fafafa;
    color: #999;
    border-color: rgba(0, 0, 0, .06);
    box-shadow: none;
    text-shadow: 0 1px 0 #fff;
}

.clr7 {
    color: #777;
}

.quran-tafsser-body, .quran-tafsser-body * {
    font-size: 20px;
    line-height: 36px;
    text-align: justify;
}

.quran-block.tafsser-section {
    background-color: #F9F7EA;
    border-image: url("/img/quran-page-border.png") 23 round;
}

.quran-block-header {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}

.uk-pagination>li {
    margin-left: 5px;
}

.search-type-word, .objective-search-type {
    margin: 5px 0px;
}

.uk-table th {
    text-align: right;
}

.uk-table td, .uk-table th {
    border: 1px dashed #ccc;
}

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

mark {
    background: none;
    color: #f66;
    font-weight: bold;
    font-size: 120%;
    display: inline-block;
    margin: 0px 3px;
}

.uk-dropdown-scrollable {
    max-height: 300px;
    min-width: 350px;
    margin-right: -220px;
    white-space: nowrap;
    overflow-x: hidden;
}

.uk-dropdown-scrollable a {
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
}

.uk-nav-dropdown>li>a.uk-active {
    background: #00a8e6;
    color: #fff;
    outline: 0;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .05);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .1);
}