﻿@import url('file:///C:\@SamanWAPP\UI\wwwroot\css\fontiran.css');

/*.ss02 {
    -moz-font-feature-settings: "ss02";
    -webkit-font-feature-settings: "ss02";
    font-feature-settings: "ss02";
}
*/
input[type="time"]::-webkit-calendar-picker-indicator {
    background: none;
}

.ltr {
    direction: ltr;
}


.ltr-important {
    direction: ltr !important;
}


.control-label {
    font-weight: 300;
    color: black;
    /*    color: #76838f;
*/ font-size: 0.775rem;
}


.text-left {
    text-align: left;
}

.color-gray {
    color: #434a54;
}

.title {
    color: #1f3bb3 !important;
    opacity: 0.7;
}

.flp {
    direction: rtl;
    /*    flex-direction: column-reverse;*/
    /*    background-color: yellow;
*/ display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

.flp-control {
    width: 180px;
    padding-left: 40px;
    /*    margin: 20px;
*/
}

.form-control-no-border {
    border: 0 !important;
}

.form-control-lg-wide {
    width: 90% !important;
}

.disable-div {
    pointer-events: none;
}


.textbox-border-width {
    border-width: 0px !important;
}

.dropdown-item {
    direction: rtl;
}

.pt-0-5 {
    margin-top: 0.125rem !important;
}

.px-2 {
    padding-left: ($spacer * .5) !important;
    padding-right: ($spacer * .5) !important;
}

ew-100 {
    width: 100px !important;
}

highlight {
    background-color: #f7f7f9 !important;
}

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths, .col-xl-5ths,
.col-xs-two5ths, .col-sm-two5ths, .col-md-two5ths, .col-lg-two5ths, .col-xl-two5ths,
.col-xs-three5ths, .col-sm-three5ths, .col-md-three5ths, .col-lg-three5ths, .col-xl-three5ths,
.col-xs-four5ths, .col-sm-four5ths, .col-md-four5ths, .col-lg-four5ths, .col-xl-four5ths,
.col-xs-five5ths, .col-sm-five5ths, .col-md-five5ths, .col-lg-five5ths, .col-xl-five5ths,
{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.validation-errors {
    display: none !important;
}

.validation-message {
    color: red !important;
    font-size: 0.75rem !important;
}

@media (min-width: 576px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }

    .col-sm-two5ths {
        width: 40%;
        float: left;
    }

    .col-sm-three5ths {
        width: 60%;
        float: left;
    }

    .col-sm-four5ths {
        width: 80%;
        float: left;
    }
}

@media (min-width: 768px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }

    .col-md-two5ths {
        width: 40%;
        float: left;
    }

    .col-md-three5ths {
        width: 60%;
        float: left;
    }

    .col-md-four5ths {
        width: 80%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }

    .col-lg-two5ths {
        width: 40%;
        float: left;
    }

    .col-lg-three5ths {
        width: 60%;
        float: left;
    }

    .col-lg-four5ths {
        width: 80%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-xl-5ths {
        width: 20%;
        float: left;
    }

    .col-xl-two5ths {
        width: 40%;
        float: left;
    }

    .col-xl-three5ths {
        width: 60%;
        float: left;
    }

    .col-xl-four5ths {
        width: 80%;
        float: left;
    }

    @media (min-width: 768px) {
        .seven-cols .col-md-1, .seven-cols .col-sm-1, .seven-cols .col-lg-1 {
            width: 100%;
            *width: 100%;
        }
    }

    @media (min-width: 992px) {
        .seven-cols .col-md-1,
        .seven-cols .col-sm-1,
        .seven-cols .col-lg-1 {
            width: 14.285714285714285714285714285714%;
            *width: 14.285714285714285714285714285714%;
            max-width: 14.285714285714285714285714285714% !important;
            flex: none !important;
        }
    }

    @media (min-width: 1200px) {
        .seven-cols .col-md-1,
        .seven-cols .col-sm-1,
        .seven-cols .col-lg-1 {
            width: 14.285714285714285714285714285714%;
            *width: 14.285714285714285714285714285714%;
            max-width: 14.285714285714285714285714285714% !important;
            flex: none !important;
        }
    }
}


.scroll-container {
    background-color: #fdfdfd;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 4px 28px rgba(123,151,158,.25);
    border: 1px solid #d6dee1;
    padding: 1rem;
    overflow: scroll;
}

h1 {
    margin: 0;
    text-align: center;
}

/* custom scrollbar */
::-webkit-scrollbar {
    width: 20px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #d6dee1;
    border-radius: 20px;
    border: 6px solid transparent;
    background-clip: content-box;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #a8bbbf;
    }

.btn-outl {
    padding: 8px 15px;
    border: 1px solid #CADDFF;
    box-sizing: border-box;
    border-radius: 6px;
    color: #6c7383;
    font-weight: 200;
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 12px;
    margin-right: 12px;
    align-items: center;
    text-decoration: none;
}



/*---Size A4 div ---------*/

body {
    min-height: 100%;
    background: rgb(204,204,204);
}

div {
    background: white;
    display: block;
    margin: 0 auto;
    margin-bottom: 0.5cm;
    box-shadow: 0 0 0.5cm rgba(0,0,0,0.5);
}

    div[size="A4"] {

        width: 23cm;
        height: 29.7cm;
    }

    div[size="A5"] {
       
        height: 210mm;
        width: 148.5mm;
    }

    div[size="A4"][layout="portrait"] {
        width: 29.7cm;
        height: 21cm;
    }

    div[size="A5"][layout="portrait"] {
        height: 148.5mm;
        width: 210mm;
    }


.buttons {
    position: fixed;
    /* left: calc(50% - 138mm); */
    /* width: 120px; */
    bottom: 0;
    width: 100%;
    display: flex;
    background: #00000073;
    right: 0;
    padding: 15px;
    justify-content: center;
}


