﻿/*.navbar-title{
    background-color:#2b3643 !important;
}
.navbar-title>ul>li{
    padding:10px;
}
/*input[type="submit"], input[type="submit"]:focus, input[type="submit"]:active, input[type="submit"]:hover {
    background: none !important;
    border: none !important;
    padding-right: 13px !important;
    outline: none !important;
    outline-offset: 0 !important;
    color: white !important;
}*/
@font-face {
    font-family: 'iransans';
    src: url('../../../fonts/Font_Iransans/iransans.woff') format('woff');
}
  
                   .btn-lg{
                        padding: 13px 15px;
                          }


                .dropdown-menu {
                    max-height: 100px;
                    overflow-y: auto;
                    overflow-x: hidden;
                    min-width:200px !important;
                }


                .breadcrumb {
	/*centering*/

	box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.35);
	overflow: hidden;
	border-radius: 5px;
	/*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
	counter-reset: flag; 
}

.breadcrumb a{
    text-decoration: none !important;
}
