* {
    font-family: droid_arabic_kufi_regular;
    outline: none !important;
}
body {
    font-size: 12px;
    overflow-y: scroll;
    background: #EEE;
}
.Bold {
    font-family: droid_arabic_kufi_bold;
}
fieldset{
    padding:10px;
    border:1px solid #CCC;
}
legend {
    width: auto;
    font-size: 12px;
    font-family: droid_arabic_kufi_bold;
}
select{
    font-size:12px;
}

.Highlight {
    background: #D9E1F2;
}
.NoPadding{
    padding:0px !important;
}
.ThreeVDots {
    width: 10px;
    height: 25px;
    background-image: radial-gradient(circle, gray 2px, transparent 2px);
    background-size: 100% 33.33%;
}

.dropdown-toggle::after {
    float: left;
    margin-top: 0.45em;
    margin-left:-8px !important;
}
/*==============================================================================*/
.StepProgress {
    counter-reset: step;
    padding: 0;
}

    .StepProgress li {
        list-style: none;
        display: inline-block;
        position: relative;
        text-align: center;
        cursor: pointer;
        
    }

        .StepProgress li:before {
            content: counter(step);
            counter-increment: step;
            width: 30px;
            height: 30px;
            line-height: 30px;
            border: 1px solid #ddd;
            border-radius: 100%;
            display: block;
            text-align: center;
            margin: 0 auto 10px auto;
            background-color: #fff;
            font-weight:bold;
        }

        .StepProgress li:after {
            content: "";
            position: absolute;
            width: 100%;
            height: 5px;
            background-color: #ddd;
            top: 15px;
            left: 50%;
            z-index: -1;
        }

        .StepProgress li:first-child:after {
            content: none;
        }

        .StepProgress li.active {
            color: green;
        }

            .StepProgress li.active:before {
                border-color: green;
            }

            .StepProgress li.active + li:after {
                background-color: green;
            }

            .StepProgress li.active:before {
                background: green;
                color:#FFF;
            }

/*==============================================================================*/
.container-p-x {
    padding-right: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.layout-content {
    margin-right: 50px !important;
}

.SideBar {
    position: fixed;
    z-index: 100;
    top: 40px;
    right: 0px;
    background: #4d4d4d;
    bottom: 0;
    width: 50px;
}

    .SideBar .NotifBadge {
        border: 1px solid red;
        position: absolute;
        top: 0;
        left: 5px;
        height: 17px;
        line-height: 16px;
        background: red;
        padding: 0px 4px;
        border-radius: 4px;
        color: white;
        font-size: 10px;
    }

    .SideBar .navbar-nav {
        margin: 0;
        padding: 0;
        margin-top: 25px;
    }

    .SideBar .nav-item {
        margin: 0px;
        position: relative;
    }

        .SideBar .nav-item > a {
            display: block;
            padding: 5px 10px;
            height: 50px;
            width: 50px;
            text-align: center;
            border-bottom: 1px solid #5b5b5d;
        }

        .SideBar .nav-item i {
            color: #FFF;
            font-size: 20px;
            display:block;
            height:27px;
        }

        .SideBar .nav-item b {
            color: #FFF;
            font-size: 8px;
            display: block;
            height:16px;
            overflow:hidden;
            margin-right:-5px;
            font-weight:normal;
        }

    .SideBar .dropdown-menu {
        position: absolute;
        z-index: 2000;
        background-color: #595959;
        border: none;
        min-width: 200px;
        right: 50px;
        top: -2px;
        display: none;
        border-radius: 0;
        padding-top: 0;
    }

        .SideBar .dropdown-menu a {
            color: #FFF;
            display: block;
            padding: 2px 10px;
        }

    .SideBar .dropdown-header {
        color: #FFF;
        height: 40px;
        padding: 10px;
        background-color: #0d3f77;
        margin-bottom: 5px;
    }

    .SideBar .dropdown-menu a:hover {
        background-color: #0d3f77;
    }

    .SideBar .nav-item:hover > a {
        background: #0d3f77;
    }

    .SideBar li:hover .dropdown-menu {
        display: block;
    }



.navbar-toggle {
    position: fixed;
    border: 1px solid #FFF;
    padding: 4px;
    border-radius: 5px;
    left: 5px;
    top: 10px;
    height: 30px;
    padding: 5px;
    width: 35px;
}
/*==============================================================================*/
@media (max-width: 800px) {
    .SmNone {
        display: none !important;
    }
}
/*==============================================================================*/
.light-style .sidenav .app-brand.demo {
    height: 66px;
}

.dark-style .sidenav .app-brand.demo {
  height: 66px;
}

.material-style .sidenav .app-brand.demo {
  height: 70px;
}

.app-brand-logo.demo {
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}


.app-brand-text.demo {
    font-family:'Times New Roman' !important;
    font-size:26px;
}

.layout-1 .layout-sidenav .app-brand.demo,
.layout-1 .layout-sidenav .app-brand.demo + .sidenav-divider,
.layout-reversed .layout-2 .layout-sidenav .app-brand.demo {
  display: none;
}

.layout-1 .layout-navbar .app-brand.demo,
.layout-reversed .layout-2 .layout-navbar .app-brand.demo {
  display: -ms-flexbox !important;
  display: flex !important;
}

.layout-1 .layout-navbar .layout-sidenav-toggle,
.layout-reversed .layout-2 .layout-navbar .layout-sidenav-toggle,
.layout-offcanvas .layout-navbar .layout-sidenav-toggle,
.layout-fixed-offcanvas .layout-navbar .layout-sidenav-toggle {
  display: block !important;
}

.theme-settings-open-btn{
    top:auto !important;
    bottom:0px !important;
}
.sidenav-sel > div {
    color:red;
}
.sidenav-sel ::before {
    content: '=';
    display: inline-block;
    margin-left: 5px;
    font-family: Tahoma !important;
    font-weight: bold;
}

@media (min-width: 992px) {
    .layout-offcanvas .layout-sidenav .layout-sidenav-toggle, .layout-fixed-offcanvas .layout-sidenav .layout-sidenav-toggle {
    display: none;
  }

}

.YearsTable div{
    font-size:8px;
    width:10px !important;
}


.ImgSm {
    margin: 0 0 10px 10px;
    border: 2px solid gray;
    border-radius: 50%;
    height: 40px;
    width: 40px;
}
.NotifyItem{
    display:inline-block;
    padding:5px;
    border-bottom:1px solid gray;
}
.NotifyItem .Name {
    font-size: 10px;
    color: white;
    height:16px;
    overflow:hidden;
}
.NotifyItem .Time {
    font-size: 10px;
    color: lightgray;
    text-align:left;
}
/*==============================================================================*/
.card-header ,  .card-footer {
    position: relative;
    font-family: droid_arabic_kufi_bold;
    line-height: 40px;
    height: 40px;
    padding: 0px 10px 0 10px;
}


.card-header input {
    height: 30px;
    border: 1px solid #CCC;
}

.card-header select {
    height: 30px;
    border: 1px solid #CCC;
}


.PanelBtn {
    float: left;
    line-height: 40px;
    padding: 0px 10px;
    border-right: 1px solid #CCC;
    font-family: droid_arabic_kufi_bold;
}
    .PanelBtn i{
        font-size:16px;
    }

    .btn, .btn-sm, .btn-group-sm > .btn {
        border-radius: 0px;
        box-shadow: none !important;
    }

.FormView {
    width: 100%;
    border-spacing: 0 3px;
    border-collapse: separate;
}

    .FormView > tbody > tr > th {
        border: 1px solid #CCC;
        background: #EEE;
        color: #000;
        text-align: left;
        padding: 4px 2px 4px 10px;
        font-weight: normal;
        font-family: droid_arabic_kufi_bold;
        font-size:12px;
        border-left:none;
    }

    .FormView > tbody > tr > td:first-child {
        background: #DDD;
    }

    .FormView > tbody > tr > td {
        border: 1px solid #CCC;
        padding: 0px;
        font-size: 12px;
        background: rgba(248, 248, 248 ,1);
        ;
    }

.FileUploadTxt {
    direction: ltr;
    text-align: left;
    cursor: pointer;
}

    .FileUploadTxt:hover {
        text-decoration: underline;
        color: blue;
    }

.Calender input {
    border: 1px solid #DDD;
}

.PreviewFrame {
    border-style: none;
}

label, .Label {
    display: block;
    margin: 8px 2px 2px 0;
}

.form-control {
    padding: 1px 4px;
    font-size:12px;
    border:0px ;
    border-radius:0px;
    height:26px;
}

    .form-control:focus {
        border-color: inherit;
        box-shadow: none;
        outline: none;
    }

    input[disabled], .form-control:disabled, .form-control[readonly] {
        background-color: #e6e6e6 !important;
        border: none;
    }

.form-unit {
    padding-right: 8px;
    padding-left: 8px;
    font-family: droid_arabic_kufi_bold;
}
.input-group-text{
    padding:5px 10px;
}

.BtnSwitch {
    width: 40px;
    height: 20px;
    position: relative;
    display: inline-block;
    border-radius: 10px;
    cursor: pointer;
    background: #CCC;
}
.BtnSwitch input{
    width:40px;
    height:20px;
    position:absolute;
}
.BtnSwitch input:after{
    content: ' ';
    display:inline-block;
}


/*==============================================================================*/
.GridView {
    width: 100%;
}

    .GridView > tbody > tr > th {
        border: 1px solid #dbeee2;
        background: #0d3f77;
        color: #FFF;
        text-align: center;
        padding: 2px 2px;
        height: 40px;
        font-weight: normal;
        font-family: droid_arabic_kufi_bold;
    }

    .GridView > tbody > tr > td:first-child {
        background: #DDD;
    }

    .GridView > tbody > tr > td {
        border: 1px solid #CCC;
        padding: 2px 4px;
    }

    .GridView tr:hover {
        background: #DDD;
    }


.GridViewG {
    width: 100%;
}

    .GridViewG > tbody > tr > th {
        border: 1px solid #dbeee2;
        background: #083b76;
        color: #FFF;
        text-align: center;
        padding: 2px 2px;
        height: 40px;
        font-weight: normal;
        font-family: droid_arabic_kufi_bold;
        font-size:13px;
    }

    .GridViewG > tbody > tr > td {
        border: 1px solid #CCC;
        padding: 2px 4px;
        font-size:12px;
    }
/*==============================================================================*/
.CheckTabs {
    user-select: none;
}

    .CheckTabs label {
        padding: 5px 10px;
        border-bottom: 4px solid #FFF;
        cursor: pointer;
        white-space: nowrap;
        display: inline-block;
        width: 100%;
        margin-top: 0;
        font-family: droid_arabic_kufi_bold;
        font-size:12px;
    }

    .CheckTabs input:checked ~ label {
        border-bottom: 4px solid #e28f02;
    }

    .CheckTabs input {
        display: none;
    }

.CheckTabsSm label {
    padding: 0px 10px;
}

.CheckList {
    padding: 0px 10px;
}
    .CheckList td{
        padding:3px;
    }
    .CheckList input {
        float: right;
        width: 20px;
        height: 20px;
        cursor: pointer;
    }

    .CheckList label {
        float: right;
        margin: 0;
        padding-right: 5px;
        padding-left: 5px;
        font-family: droid_arabic_kufi_bold;
        line-height:20px;
    }

    .CheckList span {
        display: inline-block;
        min-width: 150px;
        overflow: hidden;
    }



.LinksTabs a {
    display:inline-block;
    padding:5px 10px;
    margin-left:10px;
}
    .LinksTabs a.Active {
        border-bottom: 4px solid #e28f02;
    }

/*==============================================================================*/
.Wizard {
    list-style: none;
}

    .Wizard li {
        list-style: none;
        display: inline-block;
        padding: 0px 20px;
        float: right;
        border: 1px solid #CCC;
        background: #EEE;
    }

.MyAlert {
    position: fixed;
    z-index: 100000;
    top: 0px;
    right: 0px;
    min-width: 400px;
    display: none;
}


.alert-danger::before {
    border-bottom: 12px solid #f8d7da;
}

.alert-success::before {
    border-bottom: 12px solid #d4edda;
}


::placeholder {
    color: #CCC !important;
}
/*==============================================================================*/
.modal {
    background: rgba(0,0,0,0.7);
}

.modal-content {
    border: 1px solid #000;
    height:100%;
}

.modal-dialog {
    margin-top: 00px;
    margin-left:0;
    height:100%;
}

.modal-header {
    border-radius: 0px !important;
    padding: 2px 10px 2px 10px !important;
    border-color:#CCC;
    height:45px;
    overflow:hidden;
    background:#EEE;
}
.modal-title {
    line-height: 40px;
    font-family: droid_arabic_kufi_bold;
}
.modal-body {
    overflow-y: auto;
    overflow-x: hidden;
    padding:10px;
    padding-left:15px;
    
}
.modal-footer {
    padding: 10px !important;
    border-color: #CCC;
}
b {
    font-weight: normal;
    font-family: droid_arabic_kufi_bold;
}
/* *****************************************************************************
 * Navbar
 */
.demo-navbar-messages .dropdown-toggle,
.demo-navbar-notifications .dropdown-toggle,
.demo-navbar-user .dropdown-toggle,
.demo-navbar-messages.b-nav-dropdown .nav-link,
.demo-navbar-notifications.b-nav-dropdown .nav-link,
.demo-navbar-user.b-nav-dropdown .nav-link {
    white-space: nowrap;
}

.demo-navbar-messages .dropdown-menu,
.demo-navbar-notifications .dropdown-menu {
  overflow: hidden;
  padding: 0;
}

@media (min-width: 992px) {
  .demo-navbar-messages .dropdown-menu,
  .demo-navbar-notifications .dropdown-menu {
    margin-top: .5rem;
    width: 22rem;
  }

  .demo-navbar-user .dropdown-menu {
    margin-top: .25rem;
  }
}

.dropdown-item
{
    font-size:12px;
}
/* *****************************************************************************
 * Content
 */
.demo-vertical-spacing > * + * {
    margin-top: 1.875rem !important;
    margin-bottom: 0 !important;
}

.demo-vertical-spacing-sm > * + * {
  margin-top: .9375rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg > * + * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-inline-spacing > *,
.demo-paragraph-spacing > p > * {
  margin: 0 .375rem .9375rem 0 !important;
}

.demo-paragraph-spacing > p {
  margin: 0;
}

.demo-blocks > * {
  display: block !important;
}

html:not(.material-style) .material-style-only {
  display: none !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir=rtl] .rtl-only {
  display: block !important;
}

/* *****************************************************************************
 * Layouts
 */

.layout-example-block {
  margin-top: 10px;
  padding: 10px;
  border: 1px solid rgba(0,0,0,.04);
  border-radius: 2px;
  background: rgba(0,0,0,.04);
  color: #c7254e;
}
.dark-style .layout-example-block {
  border-color: rgba(255,255,255,.2);
  background: rgba(255,255,255,.1);
}
.layout-example-block code {
  background: none;
  color: #666;
}
.dark-style .layout-example-block code {
  color: #fff;
}

.layout-example-block-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 500px;
}

.layout-example-block-sidenav {
  width: 24%;
  background: #607d8b !important;
}
.layout-example-block-sidenav code {
  color: #fff;
}

.layout-example-block-navbar {
  background: #3ca99e !important;
}
.layout-example-block-navbar code {
  color: #fff;
}

.layout-example-block-content {
  background: #9e9e9e !important;
}
.layout-example-block-content code {
  color: #fff;
}

.layout-example-block-1 .layout-example-block-content {
  width: 74%;
}

.layout-example-block-2 .layout-example-block-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 74%;
}
.layout-example-block-2 > .layout-example-block {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.layout-example-block-2 .layout-example-block-content {
  -ms-flex-positive: 1;
      flex-grow: 1;
}

.layout-example-block-1-no-sidenav .layout-example-block-content {
  width: 100%;
}

.layout-example-code {
  display: block;
  overflow: auto;
  margin: 0;
  padding: 30px;
  min-width: 0;
  width: 100%;
  background: #fff;
}

.dark-style .layout-example-code {
  background: #2f3238;
}

.layout-example-run {
  display: inline-block;
  margin: 3px;
  padding: 4px 6px;
  border: 1px solid #eee;
  background: transparent;
  white-space: nowrap;
  line-height: 1;
}

.dark-style .layout-example-run {
  border-color: rgba(255, 255, 255, .2);
}

.layout-example-block-3 .layout-example-block-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.layout-example-block-3 .layout-example-block-inner > .layout-example-block {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
.layout-example-block-3 .layout-example-block-inner .layout-example-block-container-fluid {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.layout-example-block-3 .layout-example-block-sidenav-horizontal {
  background: #607d8b !important;
}
.layout-example-block-3 .layout-example-block-container-fluid {
  background: #fff !important;
}
.layout-example-block-3 .layout-example-block-container-fluid code {
  color: #666 !important;
}
.layout-example-block-3 .layout-example-block-footer {
  background: #e6514a !important;
}

.dark-style .layout-example-block-content .layout-example-block:not(.layout-example-block-sidenav-horizontal) code {
  color: #666 !important;
}

/*==================================================================================*/

.percent {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    box-shadow: inset 0 0 50px #FFF;
    background: #FFF;
    z-index: 1000;
    margin:0 auto;
}

    .percent svg {
        position: relative;
        width: 150px;
        height: 150px;
        z-index: 1000;
    }

.percent svg circle {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: #EEE;
    stroke-width: 10;
    stroke-linecap: round;
    transform: translate(5px, 5px);
}

.percent .number {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

    .percent .number h2 {
        color: #000;
        font-weight: 700;
        font-size: 20px;
        transition: 0.5s;
        margin-top:10px;
    }
/*==================================================================================*/
.dropdown {
    position: relative;
    display: inline-block;
    width:100%;
}
.dropbtn {
    background-color: transparent;
    padding: 5px;
    font-size: 12px;
    border: none;
    cursor: pointer;
    border-bottom:1px solid #CCC;
    width:100%;
    position:relative;
    text-align:right;
}
.dropdown .dCart {
    position: absolute;
    top: 8px;
    left: 5px;
    font-size:14px;
}

.dropdown input {
    border: none;
    padding:5px;
    border-bottom: 1px solid #ddd;
    width: 100%;
}

    .dropdown input:focus {
        outline: 3px solid #ddd;
    }

.dropdown select option{
    padding:2px;
}


.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    border-top: none;
    z-index: 1;
    width: 100%;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown a:hover {
    background-color: #ddd;
}

.show {
    display: block;
}

.DTSP{
    display:inline-block;
    padding:0px 2px !important;
    margin:1px !important;
    font-size:8px;
}
    .DTSP b {
        font-size: 11px;
        font-family: droid_arabic_kufi_bold;
    }
/*==================================================================================*/



/*==================================================================================*/
::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background:#eee;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: darkblue;
    border-radius: 0;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #2099d9;
        cursor:pointer;
        width:40px;
    }

@media print {
    .no-print, .no-print * {
        display: none !important;
    }
    body{
        background:white !important;
    }
    #theme-settings {
        display: none !important;
    }
}