﻿@font-face {
	font-family: vazir;
	font-style: normal;
	font-weight: bold;
	src: url('../../fonts/Vazir-Bold.woff') format('woff');   /* All Major Browsers */
}
@font-face {
	font-family: vazir;
	font-style: normal;
	font-weight: normal;
	src: url('../../fonts/Vazir.woff') format('woff');   /* All Major Browsers */
}

.navbars-ajaxloadind {
    position: absolute;
    display: none;
    text-align: center;
    padding: 5px;
    position: fixed;
    width: 200px; /* adjust */
    height: 40px; /* adjust */
    top: 40%;
    z-index: 9999999999999999999;
    left: 50%;
    margin-left: -100px; /* half of the width */
    margin-top: -100px; /* half of the height */
}
.select2-selection__choice {
    color: black !important;
}

.myAltRowClass{
    background-color: #f5f5f5;
    background-image: none;
}

.trash {
    color: rgb(209, 91, 71);
    padding: 0 8px;
    font-size: 1em !important;
}

.edit-btn
{
    color: #2fa4e7;
    padding: 0 8px;
    font-size: 15px !important;
}

#grid-content {
    margin: 0;
}

.ui-search-toolbar input[type="text"] {
    height: 25px;
    line-height: 25px;
    text-align: center;
}


.ui-search-toolbar
{
    display: none;
}
/*
@media (max-width: 980px) {
    #gbox_MainGrid thead,
    .cart-items thead { display: none; }

    #gbox_MainGrid tbody,
    .cart-items tbody { width: 100%; }

    #gbox_MainGrid tbody tr,
    .cart-items tbody tr {
        border: 1px solid #e3e3e3;
        height: auto;
        overflow: hidden;
        width: 100%;
    }

    #gbox_MainGrid tbody tr td,
    .cart-items tbody tr td {
        border-bottom: 1px solid #f0f0f0;
        display: block;
        height: auto;
        overflow: hidden;
        padding-left: calc(40% + 10px);
        position: relative;
        text-align: center;
    }

    #gbox_MainGrid tbody tr td:first-child,
    .cart-items tbody tr td:first-child {
        padding: 10px;
        padding-left: calc(50% + 10px);
    }

    #gbox_MainGrid tbody tr td.text-right,
    .cart-items tbody tr td.text-right { text-align: left; }

    #gbox_MainGrid tbody tr td:before,
    .cart-items tbody tr td:before {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background-color: #f9f9f9;
        box-sizing: border-box;
        content: attr(data-title);
        display: block;
        /*float: left;
						width: 50%;* /
        font-weight: bold;
        height: 100%;
        left: 0px;
        padding: 10px;
        position: absolute;
        top: 0px;
        width: 50%;
    }
}*/

.control-label label {
    text-align: left;
}

.select2-container--default .select2-selection--single {
border-radius: 0;
    box-shadow: none;
    border-color: #d2d6de;
    height: 34px;
}
img.multifile_preview {
    max-width: 200px;
    max-height: 200px;
    border: 3px solid gray;
    margin-top: 10px;
}
img.documentImage {
    max-width: 100px;
    max-height: 100px;
}