﻿


    @font-face {
        font-family: 'IRANSansWeb';
        src: url('../fonts/IRANSansWeb(FaNum).eot');
        src: url('../fonts/IRANSansWeb(FaNum).eot') format('embedded-opentype'), url('../fonts/IRANSansWeb(FaNum).woff') format('woff'), url('../fonts/IRANSansWeb(FaNum).ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
@font-face {
    font-family: 'Amaghreb';
    src: url('/fonts/AMaghreb/A-Maghreb-jadid.eot');
    src: url('/fonts/AMaghreb/A-Maghreb-jadid.eot') format('embedded-opentype'), url('/fonts/AMaghreb/A-Maghreb-jadid.woff') format('woff'), url('/fonts/AMaghreb/A-Maghreb-jadid.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.mainPic{
    background-image: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0)),url("/publicimage/mainbackgroundpic.png");
    background-repeat:no-repeat;
    height:auto;
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
}


.customGreen1{
    border:1px solid gray;
    border-radius:3px;
    color:black !important;
    background-color:#d0f7c9;
}

.customBlue1 {
    border: 1px solid gray;
    border-radius: 3px;
    color: black !important;
    background-color: #9ce5f2;
}

.customYellow1 {
    border: 1px solid gray;
    border-radius: 3px;
    color: black !important;
    background-color: #e8efa7;
}

.customRed1 {
    border: 1px solid gray;
    border-radius: 3px;
    color: black !important;
    background-color: #f59f9f;
}
.customGray {
    border: 1px solid gray;
    border-radius: 3px;
    color: white !important;
    background-color: gray;
}

.custominput{
    border:1px solid gray;
    border-radius:1px;
    height:30px;
    margin-bottom:15px;
}



/* 9 */
.btn-9 {
    z-index: 2;
    transition: all 0.3s ease;
    overflow: hidden;
}

    .btn-9:after {
        position: absolute;
        content: " ";
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: all 0.3s ease;
    }

    .btn-9:hover {
        box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255,255,255,.5), inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
        color: #fff;
    }

        .btn-9:hover:after {
            -webkit-transform: scale(2) rotate(180deg);
            transform: scale(2) rotate(180deg);
            background: #000;
            box-shadow: 4px 4px 6px 0 rgba(255,255,255,.5), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255,255,255,.5), inset 4px 4px 6px 0 rgba(116, 125, 136, .3);
        }


.mycustom-btn {
    width: 150px;
    height: 40px;
    padding: 10px 25px;
    border: 2px solid #000;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    
    
}

a {
    text-decoration:none !important;

}



.btn2 {
    text-decoration: none;
    border: 1px solid rgb(184, 212, 249);
    position: relative;
    overflow: hidden;
    font-size: 15px;
    padding: 7px 55px;
    color: rgb(255 255 255) !important;
}

    .btn2:hover {
        box-shadow: 1px 1px 25px 10px rgba(146, 148, 248, 0.4);
        color: #d3f7e7 !important;
    }

    .btn2:before {
        content: "";
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: linear-gradient( 120deg, transparent, rgba(146, 148, 248, 0.4), transparent );
        transition: all 650ms;
    }

    .btn2:hover:before {
        left: 100%;
    }



    /* 11 */
    .btn-11 {
    overflow: hidden;
    text-align: center;
    transition: all 0.3s ease;
    color:black;
}

    .btn-11:hover {
        background: #000;
        color: #fff;
    }

    .btn-11:before {
        position: absolute;
        content: '';
        display: inline-block;
        top: -180px;
        left: 0;
        width: 30px;
        height: 100%;
        background-color: #fff;
        animation: shiny-btn1 3s ease-in-out infinite;
    }

    .btn-11:active {
        box-shadow: 4px 4px 6px 0 rgba(255,255,255,.3), -4px -4px 6px 0 rgba(116, 125, 136, .2), inset -4px -4px 6px 0 rgba(255,255,255,.2), inset 4px 4px 6px 0 rgba(0, 0, 0, .2);
    }


@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    100% {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}

.btn-1 {
    transition: all 0.3s ease;
    text-decoration: none !important;
    color: black;
}

    .btn-1:hover {
        box-shadow: -7px -7px 20px 0px #fff9, -4px -4px 5px 0px #fff9, 7px 7px 20px 0px #0002, 4px 4px 5px 0px #0001;
        color:black;
    }



    /*GotoTop Styles*/



#button {
    display: inline-block;
    background-color: #1F0D79ED;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

    #button::after {
        content: "\f062";
        font-family: FontAwesome;
        font-weight: normal;
        font-style: normal;
        font-size: 2em;
        line-height: 50px;
        color: #fff;
    }

    #button:hover {
        cursor: pointer;
        background-color: rgb(37 90 186 / 0.93);
    }

    #button:active {
        background-color: #555;
    }

    #button.show {
        opacity: 1;
        visibility: visible;
    }
td {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.dataTables_paginate {
    display: flex !important;
    justify-content: center !important;
    float: none;
}

#table_id_info {
    float: left;
}

div.dataTables_wrapper div.dataTables_filter input {
    text-align: left;
}

thead {
    text-align: center;
}
td {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/* Styles for the content section */
@media (min-width: 769px) {
    .navbar-nav {
        float: left;
    }
}

@media (min-width: 769px) {
    .navbar-right {
        float: right !important;
        margin-left: 0;
    }
    .add-order-input {
        margin-left:10px;
    }
}
.table-responsive > .table {
    direction: ltr;
}

body {
    font-family: 'Poppins', sans-serif;
}

.dataTables_filter > label::after {
    right:12px!important;
    left:inherit;
}

@media (min-width: 1025px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
}
.navigation li a > i {
    float: left;
    margin-right: 15px;
    margin-left: 5px;
}
.navigation li > .has-ul:after {
    right: 20px;
    left:inherit;
}
.dropdown-menu {
    text-align: center;
}
.navigation .navigation-header, .navigation .navigation-header a {
    background-color: #192329;
}
    .navigation .navigation-header > span {
        color: #FFF;
    }
.navigation li a {
color:white;
}
.sidebar:not(.sidebar-default) .media .text-muted, .sidebar:not(.sidebar-default) .media .media-annotation {
    color: #fff;
}
.sidebar {
    color: #fff;
}
.panel {
    color: white !important;
    background: #144767!important;
}
.navigation > li ul {
    background-color: #286184;
}
.navigation > li.active > a, .navigation > li.active > a:hover, .navigation > li.active > a:focus {
    background-color: #245a7b;
    color: #fff;
}
.navigation li > .has-ul:after {
    content: "\e9c3";
}