﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
    font-family: IRANSans !important;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
}


.e-tile {
    color: black !important;
    border-radius: 14px;
    border-style: solid;
    border-width: thin;
    border-color: cornflowerblue;
}


.navbar-inverse {
    background-color: white;
    border-color: #808080;
}
    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: black;
        background-color: white;
    }
    .navbar-inverse .navbar-nav > li > a {
        color: black;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #000;
            background-color: transparent;
        }
/*zoom*/

 /*@media screen and (max-width:1670px) {
    
        body {
           
            zoom: 85%;
        
        }
    }
    @media screen and (max-width:1580px) {
    
        body {
            zoom: 80%;
        }
    }
    @media screen and (max-width:1490px) {
    
        body {
            zoom: 75%;
        }
    }
    @media screen and (max-width:1400px) {
    
        body {
            zoom: 70%;
        }
    }
    @media screen and (max-width:1310px) {
    
        body {
            zoom: 65%;
        }
    }
    @media screen and (max-width:1220px) {
    
        body {
            zoom: 60%;
        }
    }
    @media screen and (max-width:1130px) {
    
        body {
            zoom: 55%;
        }
    }
    @media screen and (max-width:1040px) {
    
        body {
            zoom: 50%;
        }
    }*/ 

/*zoom*/



.one-line {
    overflow: hidden;
    width: 100%;
    white-space: nowrap; /* forces both child divs to stay a single line */
    font-size: 0px; /* removes a small amount of whitespace between child inline-block elements */
}

    .one-line > div {
        display: inline-block;
        font-size: 12pt; /* corrects font to normal size, 0px is inherited from .one-line */
        padding-right: 5px;
    }

        .one-line > div:last-child {
            width: 100%; /* forces width of 2nd element to fill the rest of the space (additional width is hidden from parent's overflow property) */
        }



    /*syncfusion grid*/



.e-grid {
    font-family: IRANSans !important;
}

.e-toolbar {
    font-family: IRANSans !important;
}

.e-dialog.e-dialog-wrap {
    font-family: IRANSans !important;
}

.e-input, .e-tooltipbox, .e-btn, .e-time-popup, .e-datepicker.e-calendar, .e-menu, .e-uploadbox .e-file-name-txt, .e-uploadbox .e-selectpart, .e-uploadbox .e-uploadbtn, .e-uploadbox .e-uploadclosebtn, .e-waitpopup-pane .e-text, .e-tagcloud, .e-toolbar, .e-progressbar, .e-scale .e-tick .tick-value, .e-datetime-popup .e-dt-button, .e-grid, .e-ejinputtext, .e-pager, .e-fileexplorer, .e-textbox, .e-textarea {
    font-family: IRANSans !important;
}