﻿/*================================================================================
	Item Name: Modern Admin - Clean Bootstrap 4 Dashboard HTML Template
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
A FILE FOR RTL SUPPORT RELATED ONLY
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
.ps__rail-x, .ps__rail-y {
    display: none;
    opacity: 0;
    position: absolute
}

.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto
}

.ps__rail-x {
    transition: background-color .2s linear,opacity .2s linear;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    height: 15px;
    bottom: 0
}

.ps__rail-y {
    transition: background-color .2s linear,opacity .2s linear;
    -webkit-transition: background-color .2s linear,opacity .2s linear;
    width: 15px;
    left: 0
}

.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent
}

.ps--focus > .ps__rail-x, .ps--focus > .ps__rail-y, .ps--scrolling-x > .ps__rail-x, .ps--scrolling-y > .ps__rail-y, .ps:hover > .ps__rail-x, .ps:hover > .ps__rail-y {
    opacity: .6
}

.ps .ps__rail-x.ps--clicking, .ps .ps__rail-x:focus, .ps .ps__rail-x:hover, .ps .ps__rail-y.ps--clicking, .ps .ps__rail-y:focus, .ps .ps__rail-y:hover {
    background-color: #eee;
    opacity: .9
}

.ps__thumb-x, .ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    position: absolute
}

.ps__thumb-x {
    transition: background-color .2s linear,height .2s ease-in-out;
    -webkit-transition: background-color .2s linear,height .2s ease-in-out;
    height: 6px;
    bottom: 2px
}

.ps__thumb-y {
    transition: background-color .2s linear,width .2s ease-in-out;
    -webkit-transition: background-color .2s linear,width .2s ease-in-out;
    width: 6px;
    left: 2px
}

.ps__rail-x.ps--clicking .ps__thumb-x, .ps__rail-x:focus > .ps__thumb-x, .ps__rail-x:hover > .ps__thumb-x {
    background-color: #999;
    height: 11px
}

.ps__rail-y.ps--clicking .ps__thumb-y, .ps__rail-y:focus > .ps__thumb-y, .ps__rail-y:hover > .ps__thumb-y {
    background-color: #999;
    width: 11px
}

@supports (-ms-overflow-style:none) {
    .ps {
        overflow: auto !important
    }
}

@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none) {
    .ps {
        overflow: auto !important
    }
}

.hover-card {
    border: 1px solid #ddd;
    border-radius: 00px;
    display: block;
    -webkit-transition: background-color 200ms linear;
    -moz-transition: background-color 200ms linear;
    -o-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
    transition: background-color 200ms linear;
}
html body .la {
    font-size: 1rem;
}
.font-16{
    font-size:16px !important;
}
.font-20 {
    font-size: 16px !important;
}
.hover-card:hover{
    background:#FFF;
}
.dark-green {
    color: #104533 !important;
}
.bg-gray {
    background: #DDD;
}
.border-gray {
    border-color: #a6a6a6 !important;
}
.width-300 {
    width: 300px !important;
}

.with-250 {
    width: 250px !important;
}
.font-12{
    font-size:12px;
}
.custom-file-label::after {
    content: 'استعراض';
}
.stamp-img{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    max-height:80px;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #E3EBF3;
    border-top: 1px solid #E3EBF3;
}
.modal-header {
    border-bottom: 1px solid #DDD !important;
}
.modal-footer {
    border-top: 1px solid #DDD !important;
    justify-content: flex-start;
}
@media print {
    @page {
        margin-top: 0mm;
    }

    body {
        -webkit-print-color-adjust: exact !important;
        padding-top: 20px !important;
    }
    .footer {
        display: none !important;
    }
    .content-wrapper {
        padding: 0px !important;
    }
    .content-header {
        display: none !important;
    }

    .no-print, .affix {
        display: none;
    }
    input[type=checkbox], input[type=radio] {
        opacity: 1 !important;
    }
    a:not(.btn) {
        text-decoration: none;
    }
    .col-md-5-print {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66667%;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
}