﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    /*padding-top: 50px;*/
/*    padding-bottom: 20px;*/
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption p {
    font-size: 16px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }

    .btn50px{
        width:50px;
    }
}
.navbar-inverse {
    background: #337ab7;
}
    .navbar-inverse .navbar-nav > li > a {
        font-size: 20px;
        color: white;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  
            color: #fff;
        }

.dropdown-menu > li > a {
    font-size: 17px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background: #337ab7;
}

.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #1f1d1d;
}
.btn150px {
    width: 150px;
}

a {
    color: #9e9e9e;
    text-decoration: none;
    font-size: 16px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #5bb5d7;
    border-color: #5bb5d7;
    font-size: 30px;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
    font-size: 19px;
}
.font-20{
    font-size:20px;
}
.font-40 {
    font-size: 40px;
}
.font-16 {
    font-size: 16px;
}
.font-18 {
    font-size: 18px;
}
.font-18B {
    font-size: 18px;
    font-weight:bold;
}
.font-16B {
    font-size: 16px;
    font-weight: bold;
}
.bg-kawla-1 {
    background: #31708f;
    color: white;
}
.btn-empty {
    color: #fff;
    background-color: #fff;
    border-color: #fff;
}
    .btn-empty:hover {
        color: #fff;
        background-color: #fff;
        border-color: #fff;
    }

.bg-kawla-unread-messages {
    background: #0a42f8;
    color: white;
}
.font-kawla {
    color: #334761;
}
.link-font-black{
    color:#000000;
    font-size:15px;
}
.link-font-primary {
    color: #4800ff;
    font-size: 15px;
    background: #286090;
    color: #fff !important;
    font-size: 15px;
    background: #286090;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px !important;
    display: inline-block;
}
.link-font-success {
    color: darkgreen;
    font-size: 15px;
}
.link-font-brown {
    color: #fff !important;
    font-size: 15px !important;
    background: #31708f;
    padding: 10px 40px;
    border-radius: 0;
    display: inline-block;
    font-weight: normal;
}
.link-font-orangered {
    color: #fff !important;
    font-size: 15px;
    background: #ff0000;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px !important;
    display: inline-block;
}
.font-white{
    color:white;
}
* {
    /* font-family: 'Almadinah2';
    font-size: 36px;*/
    /*    font-family: almadinah1light, Tahoma;
    font-family: almadinah1light, Tahoma;
*/
    /*font-family: almadinah1light, Tahoma;*/
    font-family: 'Almadinah';
    /*  font-family: "JF Flat", Tahoma !important;*/
    /*font-family:'Times New Roman', 'Droid Arabic Kufi', sans-serif;*/
}

.font-36 {
    font-size: 36px;
}

.font-40B {
    font-size: 40px;
    font-weight: bold;
}

.font-40Italic {
    font-size: 40px;
    font-weight: bold;
    font-style: normal
}
/*.divBg {
    background-image: url('../images/Background.png');
    background-repeat: repeat-y;*/ /* for vertical repeat */
    /*background-repeat: repeat-x;*/ /* for horizontal repeat */
/*}*/
body {
    background-image: url('../images/Background2.png');
    /*background-repeat: repeat-y;*/ /* for vertical repeat */
    background-repeat: repeat; /* for horizontal repeat */
    font-size: 22px;
}
.boxEditorial {
    background-color: #28609024;
    border-radius: 5px;
    margin-top: 15px;
    box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
    height: 300px;
    text-align: center;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
    box-shadow: 0px 2px 25px rgb(0 0 0 / 10%);
}
    .boxEditorial .text-warning {
        color: #286090;
    }
.boxIssueList {
    background-color: white;
    border-radius: 25px;
    margin-top: 15px;
    background: #fff;
    box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    padding: 25px 25px 25px 25px;
}

.boxIssueCount {
    background-color: #fff;
    border-radius: 4px;
    margin: 15px 15px 15px 15px;
    border: solid;
    border-color: #d9edf7;
    padding: 25px 25px 25px 25px;
    border: 0;
    text-align: center;
    border-color: #DB9C0F;
    padding: 25px 25px 25px 25px;
    border: 2px solid #DB9C0F;
    text-align: center;
    border: 0;
    position: relative;
}

.boxLatestIssue {
    background-color: white;
    border-radius: 25px;
    margin: 15px 0px 15px 0px;
    border: solid;
    border-color: whitesmoke;
    padding: 25px 25px 25px 25px;
    height: 450px;
}
.height100{
    height:100px;
}
.height150 {
    height: 150px;
}
.height200 {
    height: 200px;
}
.height300 {
    height: 300px;
}
.height400 {
    height: 400px;
}

.height600 {
    height: 600px;
}

.newsImageHeightHome {
    height: 250px;
    border-radius: 5px 5px 0 0;
    padding: 0;
    width: 100%;
    margin-bottom: 20px
}
.issueImageHeightHome {
    height: 300px;
    border-radius: 10px 10px 0 0;
    width: 100%;
}

.boxHomePageNews {
    background-color: white;
    border-radius: 25px;
    margin: 15px 0px 15px 0px;
    border: solid;
    border-color: whitesmoke;
    padding: 25px 25px 25px 25px;
    padding: 0;
    min-height: 430px;
    background: #fff;
    box-shadow: 0 0 29px 0 rgb(68 88 144 / 12%);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    z-index: 1;
    border: 0;
    transition: all 200ms ease-in-out;
    text-align: center;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    overflow: hidden;
    box-shadow: 0px 2px 25px rgb(0 0 0 / 10%);
}

    .boxHomePageNews:hover {
        background: #31708f;
        color: #fff;
    }

        .boxHomePageNews:hover .font-kawla {
            color: #fff;
        }


element.style {
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #286090;
}

th {
    text-align: center;
}

th {
    text-align: left;
}

td, th {
    padding: 0;
}

* {
    /* font-family: almadinah1light, Tahoma; */
    font-family: 'Almadinah';
    text-align: justify;
    /* font-family: "JF Flat", Tahoma !important; */
    /* font-family: 'Times New Roman', 'Droid Arabic Kufi', sans-serif; */
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

user agent stylesheet
th {
    display: table-cell;
    vertical-align: inherit;
    font-weight: bold;
    text-align: -internal-center;
}

.alert-info {
    color: #fff;
    background-color: #286090;
    border-color: #286090;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

user agent stylesheet
table {
    border-collapse: separate;
    text-indent: initial;
    border-spacing: 2px;
}

body {
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,* {
    font-family: 'Roboto Condensed', sans-serif;
}
.nav .glyphicon.langSwitch {
    font-size: 24px !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #516090;
    background-color: #dff0d8;
    /*border: 1px solid #991010;*/
  /*  border-top: 1px;
    border-right: 1px;
    border-left: 1px;*/
}