﻿@font-face{
    font-family:'Droid Arabic Kufi';
    src:url('../fonts/DroidKufi-Regular.ttf');
    }
body {
    padding-top: 50px;
    padding-bottom: 20px;
    direction:rtl;
    background-color:#f7f7f7 ;
}
font-face
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}
.full-width{
    max-width:100%;
}
#dashboard
{
    float:right;font-size:large;
}
.dashboard-item
{
    width:140px; height:140px;
    border:1px black solid;
    border-radius:3px;
    float:right;
    margin:10px;
    padding:5px;
    background-color:#21c662;/*c62127*/
    text-align:center;
    text-decoration:none;
    font-size:14px;
    color:white;
}
.dashboard-item:hover{
    background-color:#fff;
}
.dashboard-item a
{
    width:100%;
    height:100%;
    margin:auto 0;
    border:1px black solid;
}
table {
    width:100%;
    /*border-collapse: collapse;*/
    /*border-spacing: 0;*/
    margin-top: 0.75em;
    border: solid  1px #21c662;/*c62127*/
    margin-bottom:0.75em;
}

th {
    font-size: 1.2em;
    text-align:center;
    border:  solid   1px !important;
    padding-left: 0;
    background-color:#231f20;
    color:white;
    vertical-align:middle !important;
}

    th a {
        display: block;
        position: relative;
    }

    th a:link, th a:visited, th a:active, th a:hover {
        color: #333;
        font-weight: 600;
        text-decoration: none;
        padding: 0;
    }

    /*th a:hover {
        color: #000;
    }*/

    th.asc a, th.desc a {
        margin-right: .75em;
    }

    th.asc a:after, th.desc a:after {
        display: block;
        position: absolute;
        right: 0em;
        top: 0;
        font-size: 0.75em;
    }

    th.asc a:after {
        content: '▲';
    }

    th.desc a:after {
        content: '▼';
    }

td {
    /*padding: 0.25em 2em 0.25em 0em;*/
    border:  solid   1px ;
    text-align: center   ;
    vertical-align:middle !important;
}

tr.pager td {
    padding: 0 0.25em 0 0;
}
tr:hover
{
    background-color:#e8e8e8;
}
.SuccessMsg{
    color:green !important;
    padding:7px;
    margin:7px;
}
.ErrorMsg{
    color:red !important;
    padding:7px;
    margin:7px;
}
.noContent{
    border:1px solid;
    margin:7px;padding:7px;
    text-align:center;
}
.txt-box {
    text-align: center;
    display: inline;
    width: 100px;
}
.form-control {
   padding: 0px 12px !important;
}
input[data-val-required] {
    border: 1px solid red;
}

    @media print {
        .noPrint {
            display: none !important;
        }

        th {
            border: 1px solid black !important;
        }

        #header:before {
            content: '<h2>كشف بالطلاب المتقدمين كل برنامج على حدة</h2>' !important;
        }
    }